The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
12345678910111213141516 #!perl -Tuse strict;use warnings;use File::Spec;use Test::PerlTidy;my $perltidyrc = File::Spec->catfile( 't', '_perltidyrc.txt' );run_tests( path => '.', exclude => ['blib'], debug => 0, perltidyrc => $perltidyrc);
#!perl -T
use
strict;
warnings;
File::Spec;
Test::PerlTidy;
my
$perltidyrc
= File::Spec->catfile(
't'
,
'_perltidyrc.txt'
);
run_tests(
path
=>
'.'
exclude
=> [
'blib'
],
debug
=> 0,
perltidyrc