From ec488c7f13c4270af54fc91b6664495b5831b7ec Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 1 Mar 2007 15:22:52 +0000 Subject: [PATCH] Mention the syntax C in feature.pm's synopsis p4raw-id: //depot/perl@30438 --- lib/feature.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/feature.pm b/lib/feature.pm index 91e4562..b8256f4 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 -- 1.8.3.1