diff options
author | Yves Orton <demerphq@gemini.(none)> | 2009-07-28 10:38:22 +0200 |
---|---|---|
committer | Yves Orton <demerphq@gemini.(none)> | 2009-07-28 10:40:22 +0200 |
commit | 919d72bf3efe392b3483a1392bb7589a998a159f (patch) | |
tree | 12237c0d1984f4d963c4cb8f1e66ff47fb1127a9 | |
parent | 05b3708e8e7856eb6b4dce880543ec2b7bb93b5f (diff) | |
download | perl-919d72bf3efe392b3483a1392bb7589a998a159f.tar.gz |
add tool to create .tgz snapshot files with .patch file included
-rwxr-xr-x | Porting/make_dot_patch.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Porting/make_dot_patch.pl b/Porting/make_dot_patch.pl index cf545ac809..6d2767c2e2 100755 --- a/Porting/make_dot_patch.pl +++ b/Porting/make_dot_patch.pl @@ -1,3 +1,4 @@ +#!/usr/bin/perl use strict; use warnings; |