use if $] >= 5.011, 'deprecate';
use Pod::Parser;
our @ISA = qw(Pod::Parser);
-our $VERSION = '1.01';
+our $VERSION = '1.02';
our %E = qw( < lt > gt );
=head2 METHODS
-=over
+=over
=item escape_ltgt
=head1 AUTHOR
-Robin Barker, rmb1@npl.co.uk
+Robin Barker, rmbarker@cpan.org
=head1 SEE ALSO
=cut
-$Id: Plainer.pm 250 2009-09-20 18:02:00Z rmb1 $
+$Id: Plainer.pm 253 2010-02-11 16:28:10Z rmb1 $
# Ensure that syntax using colons (:) is parsed correctly.
# The tests are done on the following tokens (by default):
# ABC LABEL XYZZY m q qq qw qx s tr y AUTOLOAD and alarm
-# -- Robin Barker <rmb@cise.npl.co.uk>
+# -- Robin Barker
#
# Uncomment this for testing, but don't leave it in for "production", as
#
# Verify which OP= operators warn if their targets are undefined.
# Based on redef.t, contributed by Graham Barr <Graham.Barr@tiuk.ti.com>
-# -- Robin Barker <rmb@cise.npl.co.uk>
+# -- Robin Barker
#
BEGIN {
#
# Verify that C<die> return the return code
-# -- Robin Barker <rmb@cise.npl.co.uk>
+# -- Robin Barker
#
BEGIN {