From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
12345678910111213141516171819202122 use 5.10.0;use strict;use warnings;use Test::Whitespaces { dirs => [ 'lib', 't', 'xt', 'example', ], files => [ 'README', 'Makefile.PL', 'Changes', ],};
use
5.10.0;
strict;
warnings;
Test::Whitespaces {
dirs
=> [
'lib'
,
't'
'xt'
'example'
],
files
'README'
'Makefile.PL'
'Changes'
};