From: Rafael Garcia-Suarez Date: Mon, 15 Jan 2007 12:34:00 +0000 (+0000) Subject: Remove obsolete notes and TODOs from feature.pm X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1c321dc6ba82145ce5173a7eb3ec132cf550fc22;p=p5sagit%2Fp5-mst-13.2.git Remove obsolete notes and TODOs from feature.pm p4raw-id: //depot/perl@29817 --- diff --git a/lib/feature.pm b/lib/feature.pm index 1c557fa..4b09e7f 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 -# no longer throws the error C. -# 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