diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-13 21:08:29 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-13 21:08:29 +0000 |
commit | 828c4421567f1da54062ec5edfcc3250be409b16 (patch) | |
tree | b8d7b34222aba963b38218e73d3b93673d3b2803 /lib/Pod/Checker.pm | |
parent | 635bab04a8e9700ca0cd2791a5f46a400e5d5a55 (diff) | |
download | perl-828c4421567f1da54062ec5edfcc3250be409b16.tar.gz |
updates from PodParser v1.12 on CPAN (from Brad Appleton)
p4raw-id: //depot/perl@5711
Diffstat (limited to 'lib/Pod/Checker.pm')
-rw-r--r-- | lib/Pod/Checker.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Pod/Checker.pm b/lib/Pod/Checker.pm index 0fd36a9346..ae32677db1 100644 --- a/lib/Pod/Checker.pm +++ b/lib/Pod/Checker.pm @@ -1,7 +1,7 @@ ############################################################################# # Pod/Checker.pm -- check pod documents for syntax errors # -# Copyright (C) 1994-1999 by Bradford Appleton. All rights reserved. +# Copyright (C) 1994-2000 by Bradford Appleton. All rights reserved. # This file is part of "PodParser". PodParser is free software; # you can redistribute it and/or modify it under the same terms # as Perl itself. @@ -11,7 +11,7 @@ package Pod::Checker; use vars qw($VERSION); $VERSION = 1.098; ## Current version of this package -require 5.004; ## requires this Perl version or later +require 5.005; ## requires this Perl version or later use Pod::ParseUtils; ## for hyperlinks and lists |