summaryrefslogtreecommitdiff
path: root/lib/feature.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-01-15 12:34:00 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-01-15 12:34:00 +0000
commit1c321dc6ba82145ce5173a7eb3ec132cf550fc22 (patch)
tree04c16613f23d9df7b8c0144fc2205614cd447e87 /lib/feature.pm
parente60bcc8b28002abcf08ed332c016973c16ef755b (diff)
downloadperl-1c321dc6ba82145ce5173a7eb3ec132cf550fc22.tar.gz
Remove obsolete notes and TODOs from feature.pm
p4raw-id: //depot/perl@29817
Diffstat (limited to 'lib/feature.pm')
-rw-r--r--lib/feature.pm13
1 files changed, 1 insertions, 12 deletions
diff --git a/lib/feature.pm b/lib/feature.pm
index 1c557fa6a8..4b09e7f9d8 100644
--- a/lib/feature.pm
+++ b/lib/feature.pm
@@ -17,19 +17,8 @@ my %feature_bundle = (
);
-# 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