Change Pod::Checker to allow the "=encoding" Pod command. Fixes
Steve Peters [Thu, 15 Nov 2007 21:20:41 +0000 (21:20 +0000)]
RT #47271: podchecker says Unknown command 'encoding'

p4raw-id: //depot/perl@32330

lib/Pod/Checker.pm

index e291617..e899f59 100644 (file)
@@ -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 = (