Add deprecation for CGI.pm
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Wed, 27 Nov 2013 20:13:17 +0000 (20:13 +0000)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Wed, 27 Nov 2013 20:13:17 +0000 (20:13 +0000)
Porting/Maintainers.pl
dist/Module-CoreList/Changes
dist/Module-CoreList/lib/Module/CoreList.pm

index de42441..c968b01 100755 (executable)
@@ -207,6 +207,7 @@ use File::Glob qw(:case);
                 t/fast.t
                 ),
         ],
+        'DEPRECATED' => '5.019007',
     },
 
     'Compress::Raw::Bzip2' => {
index 2d25a48..98654eb 100644 (file)
@@ -1,5 +1,6 @@
 3.02
   - Prepared for v5.19.7
+  - Added CGI et al deprecation status
 
 3.01 Wed Nov 20 2013
   - Finalised for v5.19.6
index ca9b168..5ec723b 100644 (file)
@@ -9491,6 +9491,15 @@ for my $version (sort { $a <=> $b } keys %delta) {
     5.019007 => {
         delta_from => 5.019006,
         changed => {
+            'CGI'           => '1',
+            'CGI::Apache'   => '1',
+            'CGI::Carp'     => '1',
+            'CGI::Cookie'   => '1',
+            'CGI::Fast'     => '1',
+            'CGI::Pretty'   => '1',
+            'CGI::Push'     => '1',
+            'CGI::Switch'   => '1',
+            'CGI::Util'     => '1',
         },
         removed => {
         }