Add lib/version/Internals.pod to MANIFEST and Porting/Maintainers.pl
authorNicholas Clark <nick@ccl4.org>
Fri, 31 Jul 2009 08:04:37 +0000 (09:04 +0100)
committerNicholas Clark <nick@ccl4.org>
Fri, 31 Jul 2009 08:04:37 +0000 (09:04 +0100)
MANIFEST
Porting/Maintainers.pl

index 95e9ac6..44461de 100644 (file)
--- 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
index 790d50e..69f68c9 100755 (executable)
@@ -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},