The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

#!perl -w
use strict;
use Test::DescribeMe qw(author);
use Test::Needs 'Test::Strict';
Test::Strict->import();
all_perl_files_ok();
warnings_ok('lib/Config/Abstraction.pm');