From: Max Maischein Date: Sat, 3 Jan 2009 19:21:22 +0000 (+0100) Subject: Message about making make_patchnum.pl Perl 5.005 compatible (A test for pushing) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f22725be88de3e535d7cb5ec4c1b09c92c9a722e;p=p5sagit%2Fp5-mst-13.2.git Message about making make_patchnum.pl Perl 5.005 compatible (A test for pushing) --- diff --git a/make_patchnum.pl b/make_patchnum.pl index 929c45b..df26391 100644 --- a/make_patchnum.pl +++ b/make_patchnum.pl @@ -1,4 +1,5 @@ #!/usr/bin/perl +# These two should go upon release to make the script Perl 5.005 compatible use strict; use warnings;