From: Steve Peters Date: Thu, 15 Nov 2007 21:20:41 +0000 (+0000) Subject: Change Pod::Checker to allow the "=encoding" Pod command. Fixes X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4e592f10f45677b2800948f688180c0f1ee587b4;p=p5sagit%2Fp5-mst-13.2.git Change Pod::Checker to allow the "=encoding" Pod command. Fixes RT #47271: podchecker says Unknown command 'encoding' p4raw-id: //depot/perl@32330 --- diff --git a/lib/Pod/Checker.pm b/lib/Pod/Checker.pm index e291617..e899f59 100644 --- a/lib/Pod/Checker.pm +++ b/lib/Pod/Checker.pm @@ -10,7 +10,7 @@ package Pod::Checker; use vars qw($VERSION); -$VERSION = 1.43; ## Current version of this package +$VERSION = 1.4301; ## Current version of this package require 5.005; ## requires this Perl version or later use Pod::ParseUtils; ## for hyperlinks and lists @@ -364,6 +364,7 @@ my %VALID_COMMANDS = ( 'for' => 1, 'begin' => 1, 'end' => 1, + 'encoding' => '1', ); my %VALID_SEQUENCES = (