summaryrefslogtreecommitdiff
path: root/t/21attributes-pureperl.t
diff options
context:
space:
mode:
Diffstat (limited to 't/21attributes-pureperl.t')
-rw-r--r--t/21attributes-pureperl.t5
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");