{
'MAINTAINER' => 'rmbarker',
'FILES' => q[ext/Pod-Plainer],
- 'CPAN' => 0,
+ 'CPAN' => 1,
'UPSTREAM' => 'blead',
+ # DEPRECATED => 5.11.0,
},
'Pod::Simple' =>
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 );
=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
=head1 AUTHOR
-Robin Barker, rmb1@cise.npl.co.uk
+Robin Barker, rmb1@npl.co.uk
=head1 SEE ALSO