The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
1234567891011 #!/usr/bin/env perluse strict;use warnings;use Test::DescribeMe qw(author);use Test::Most;use Test::Needs 'Test::Vars';Test::Vars->import();all_vars_ok(ignore_vars => { '$self' => 0 });
#!/usr/bin/env perl
use
strict;
warnings;
Test::DescribeMe
qw(author)
;
Test::Most;
Test::Needs
'Test::Vars'
Test::Vars->
import
();
all_vars_ok(
ignore_vars
=> {
'$self'
=> 0 });