Change 33603 by [EMAIL PROTECTED] on 2008/03/30 01:09:37
remove 5.11-specific stuff from feature.pm
Affected files ...
... //depot/maint-5.10/perl/lib/feature.pm#4 edit
Differences ...
==== //depot/maint-5.10/perl/lib/feature.pm#4 (text) ====
Index: perl/lib/feature.pm
--- perl/lib/feature.pm#3~33602~ 2008-03-29 17:53:42.000000000 -0700
+++ perl/lib/feature.pm 2008-03-29 18:09:37.000000000 -0700
@@ -13,7 +13,7 @@
my %feature_bundle = (
"5.10" => [qw(switch say state)],
- "5.11" => [qw(switch say state)],
+### "5.11" => [qw(switch say state)],
);
# special case
End of Patch.