From: Nicholas Clark Date: Fri, 31 Jul 2009 08:04:37 +0000 (+0100) Subject: Add lib/version/Internals.pod to MANIFEST and Porting/Maintainers.pl X-Git-Tag: accepted/trunk/20130322.191538~11026 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=daa8514ad7f74e85130f37925b97bb1ea795b54b;p=platform%2Fupstream%2Fperl.git Add lib/version/Internals.pod to MANIFEST and Porting/Maintainers.pl --- diff --git a/MANIFEST b/MANIFEST index 95e9ac6..44461de 100644 --- a/MANIFEST +++ b/MANIFEST @@ -3399,6 +3399,7 @@ lib/validate.pl Perl library supporting wholesale file mode validation lib/vars_carp.t See if "use vars" doesn't load Carp.pm per default lib/vars.pm Declare pseudo-imported global variables lib/vars.t See if "use vars" works +lib/version/Internals.pod Description of the internals of version objects lib/version.pm Support for version objects lib/version.pod Documentation of the version module lib/version.t Tests for version objects diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 790d50e..69f68c9 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1957,7 +1957,8 @@ package Maintainers; { 'MAINTAINER' => 'jpeacock', 'DISTRIBUTION' => 'JPEACOCK/version-0.77.tar.gz', - 'FILES' => q[lib/version.pm lib/version.pod lib/version.t], + 'FILES' => q[lib/version.pm lib/version.pod lib/version.t + lib/version], 'EXCLUDED' => [ qr{^t/.*\.t$}, qr{^vutil/}, qw{lib/version/typemap}, qw{vperl/vpp.pm},