diff options
Diffstat (limited to 't/21attributes-pureperl.t')
-rw-r--r-- | t/21attributes-pureperl.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/t/21attributes-pureperl.t b/t/21attributes-pureperl.t new file mode 100644 index 0000000..b0c64c8 --- /dev/null +++ b/t/21attributes-pureperl.t @@ -0,0 +1,5 @@ +#!perl + +BEGIN { $ENV{PERL_SUB_IDENTIFY_PP} = 1 } + +require("t/20attributes.t"); |