Change 29817 by [EMAIL PROTECTED] on 2007/01/15 12:34:00
Remove obsolete notes and TODOs from feature.pm
Affected files ...
... //depot/perl/lib/feature.pm#10 edit
Differences ...
==== //depot/perl/lib/feature.pm#10 (text) ====
Index: perl/lib/feature.pm
--- perl/lib/feature.pm#9~29816~ 2007-01-15 04:30:56.000000000 -0800
+++ perl/lib/feature.pm 2007-01-15 04:34:00.000000000 -0800
@@ -17,19 +17,8 @@
);
-# Here are some notes that probably shouldn't be in the public
-# documentation, but which it's useful to have somewhere.
-#
-# One side-effect of the change is that C<prototype("CORE::continue")>
-# no longer throws the error C<Can't find an opnumber for "continue">.
-# One of the tests in t/op/cproto.t had to be changed to accommodate
-# this, but it really shouldn't affect real-world code.
-#
# TODO:
-# - sort out the smartmatch semantics
-# - think about versioned features (use switch => 2)
-#
-# -- Robin 2005-12
+# - think about versioned features (use feature switch => 2)
=head1 NAME
End of Patch.