The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
1234567891011 #!perl -wuse strict;use warnings;use Test::DescribeMe qw(author);use Test::Needs 'Test::Strict';Test::Strict->import();all_perl_files_ok();warnings_ok('lib/Config/Abstraction.pm');
#!perl -w
use
strict;
warnings;
Test::DescribeMe
qw(author)
;
Test::Needs
'Test::Strict'
Test::Strict->
import
();
all_perl_files_ok();
warnings_ok(
'lib/Config/Abstraction.pm'
);