[svn:parrot] r43634 - trunk

coke at svn.parrot.org coke at svn.parrot.org
Thu Jan 28 13:32:34 UTC 2010


Author: coke
Date: Thu Jan 28 13:32:33 2010
New Revision: 43634
URL: https://trac.parrot.org/parrot/changeset/43634

Log:
getopt has already been updated.
We don't need to deprecate things in "examples". Those are meant to reflect
functioning code, they aren't part of the standard library or API.

Modified:
   trunk/DEPRECATED.pod

Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod	Thu Jan 28 09:35:26 2010	(r43633)
+++ trunk/DEPRECATED.pod	Thu Jan 28 13:32:33 2010	(r43634)
@@ -413,12 +413,10 @@
 =item Library name changes [eligible in 2.1]
 
 The use of C<::> a namespace separator is deprecated.  Core libraries will
-change to use multi-level keys instead.  For example, C<Getopt::Obj> will
-change to C<Getopt; Obj>.  Affected libraries include C<Data::Dumper>,
-C<Getopt::Obj>, C<Parrot::Coroutine>, C<SDL>, C<Test::Builder>,
-C<YAML::Dumper>, and C<PCRE::NCI>.
-
-As well, anything under F<examples/> is subject to this change.
+change to use multi-level keys instead.  For example, C<Data::Dumper> will
+change to C<Data; Dumper>.  Affected libraries also include:
+C<Parrot::Coroutine>, C<SDL>, C<Test::Builder>, C<YAML::Dumper>, and
+C<PCRE::NCI>.
 
 =back
 


More information about the parrot-commits mailing list