summaryrefslogtreecommitdiff
path: root/lib/feature.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/feature.pm')
-rw-r--r--lib/feature.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/feature.pm b/lib/feature.pm
index 91e4562ea6..b8256f4a19 100644
--- a/lib/feature.pm
+++ b/lib/feature.pm
@@ -36,6 +36,8 @@ feature - Perl pragma to enable new syntactic features
default { say "None of the above" }
}
+ use feature ':5.10'; # loads all features available in perl 5.10
+
=head1 DESCRIPTION
It is usually impossible to add new syntax to Perl without breaking