From cbcb4a22454b351ae8a73bc953a0928a02fe4cc3 Mon Sep 17 00:00:00 2001 From: coke Date: Thu, 28 Jan 2010 13:32:33 +0000 Subject: [PATCH] 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 --- DEPRECATED.pod | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/DEPRECATED.pod b/DEPRECATED.pod index 8d6f679636..08520a844a 100644 --- a/DEPRECATED.pod +++ b/DEPRECATED.pod @@ -413,12 +413,10 @@ L =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 will -change to C. Affected libraries include C, -C, C, C, C, -C, and C. - -As well, anything under F is subject to this change. +change to use multi-level keys instead. For example, C will +change to C. Affected libraries also include: +C, C, C, C, and +C. =back