In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/f96e7a95cba48054919dbb0a0a9c193d98d3dd86?hp=28ccebc469d90664106fcc1cb73d7321c4b60716>
- Log ----------------------------------------------------------------- commit f96e7a95cba48054919dbb0a0a9c193d98d3dd86 Author: Nicholas Clark <[email protected]> Date: Fri Jul 31 09:12:00 2009 +0100 Add Porting/GitUtils.pm to MANIFEST M MANIFEST commit daa8514ad7f74e85130f37925b97bb1ea795b54b Author: Nicholas Clark <[email protected]> Date: Fri Jul 31 09:04:37 2009 +0100 Add lib/version/Internals.pod to MANIFEST and Porting/Maintainers.pl M MANIFEST M Porting/Maintainers.pl ----------------------------------------------------------------------- Summary of changes: MANIFEST | 2 ++ Porting/Maintainers.pl | 3 ++- 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/MANIFEST b/MANIFEST index 95e9ac6..a641990 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 @@ -3772,6 +3773,7 @@ Porting/fixvars Find undeclared variables with C compiler and fix em Porting/genlog Generate formatted changelogs by querying p4d Porting/git-find-p4-change Find the change for a p4 change number Porting/git-make-p4-refs Output git refs for each p4 change number, suitable for appending to .git/packed-refs +Porting/GitUtils.pm Generate the contents of a .patch file Porting/Glossary Glossary of config.sh variables Porting/how_to_write_a_perldelta.pod Bluffer's guide to writing a perldelta. Porting/Maintainers Program to pretty print info in Maintainers.pl 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}, -- Perl5 Master Repository
