You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use strict;
use warnings;
use Data::Checks;
{
no Data::Checks; # Turn off Data::Checks in this scope
...; # but strict and warnings have also been disabled!
}