projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7720784
)
Mention the syntax C<use feature ':5.10'> in feature.pm's synopsis
Rafael Garcia-Suarez [Thu, 1 Mar 2007 15:22:52 +0000 (15:22 +0000)]
p4raw-id: //depot/perl@30438
lib/feature.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/feature.pm
b/lib/feature.pm
index
91e4562
..
b8256f4
100644
(file)
--- 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