Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.



git-svn-id: https://svn.parrot.org/parrot/trunk@43634 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
coke committed Jan 28, 2010
1 parent 77a6b9d commit cbcb4a2
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions DEPRECATED.pod
Expand Up @@ -413,12 +413,10 @@ L<https://trac.parrot.org/parrot/ticket/852>
=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

Expand Down

0 comments on commit cbcb4a2

Please sign in to comment.