In perl.git, the branch blead has been updated
<http://perl5.git.perl.org/perl.git/commitdiff/09236310cc067b3e1bdd319db9fcf3e18363dff9?hp=05b3708e8e7856eb6b4dce880543ec2b7bb93b5f>
- Log -----------------------------------------------------------------
commit 09236310cc067b3e1bdd319db9fcf3e18363dff9
Author: Yves Orton <demer...@gemini.(none)>
Date: Tue Jul 28 10:40:08 2009 +0200
update manifest to reflect two new utilities
M MANIFEST
commit 919d72bf3efe392b3483a1392bb7589a998a159f
Author: Yves Orton <demer...@gemini.(none)>
Date: Tue Jul 28 10:38:22 2009 +0200
add tool to create .tgz snapshot files with .patch file included
M Porting/make_dot_patch.pl
-----------------------------------------------------------------------
Summary of changes:
MANIFEST | 2 ++
Porting/make_dot_patch.pl | 1 +
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/MANIFEST b/MANIFEST
index 437c910..b7c96d5 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -3779,6 +3779,8 @@ Porting/Maintainers.pl Information about maintainers
Porting/Maintainers.pm Library to pretty print info in Maintainers.pl
Porting/makemeta Create the top-level META.yml
Porting/makerel Release making utility
+Porting/make_dot_patch.pl Make a .patch file from a git WD
+Porting/make_snapshot.pl Make a tgz snapshot of our tree with a .patch
file in it
Porting/manicheck Check against MANIFEST
Porting/podtidy Reformat pod using Pod::Tidy
Porting/pumpkin.pod Guidelines and hints for Perl maintainers
diff --git a/Porting/make_dot_patch.pl b/Porting/make_dot_patch.pl
index cf545ac..6d2767c 100755
--- a/Porting/make_dot_patch.pl
+++ b/Porting/make_dot_patch.pl
@@ -1,3 +1,4 @@
+#!/usr/bin/perl
use strict;
use warnings;
--
Perl5 Master Repository