deprecate Pod::Plainer - update to 1.00
Robin Barker [Sun, 13 Sep 2009 19:53:12 +0000 (20:53 +0100)]
Porting/Maintainers.pl
ext/Pod-Plainer/Plainer.pm

index d0ac76e..92a379c 100755 (executable)
@@ -1310,8 +1310,9 @@ use File::Glob qw(:case);
        {
        'MAINTAINER'    => 'rmbarker',
        'FILES'         => q[ext/Pod-Plainer],
-       'CPAN'          => 0,
+       'CPAN'          => 1,
        'UPSTREAM'      => 'blead',
+       # DEPRECATED    => 5.11.0,
        },
 
     'Pod::Simple' =>
index 373e8d0..42ec25c 100644 (file)
@@ -1,8 +1,9 @@
 package Pod::Plainer;
 use strict;
+use if $[ >= 5.011, 'deprecate';
 use Pod::Parser;
 our @ISA = qw(Pod::Parser);
-our $VERSION = '0.01';
+our $VERSION = '1.00';
 
 our %E = qw( < lt > gt );
  
@@ -34,7 +35,7 @@ __END__
 
 =head1 NAME
 
-Pod::Plainer - Perl extension for converting Pod to old style Pod.
+Pod::Plainer - Perl extension for converting Pod to old-style Pod.
 
 =head1 SYNOPSIS
 
@@ -59,7 +60,7 @@ None by default.
 
 =head1 AUTHOR
 
-Robin Barker, rmb1@cise.npl.co.uk
+Robin Barker, rmb1@npl.co.uk
 
 =head1 SEE ALSO