From: Chip Salzenberg Date: Sat, 25 Jan 1997 03:58:00 +0000 (+1200) Subject: [shell changes from patch from perl5.003_22 to perl5.003_23] X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=da4fc7d72dff097fbb61b71d560c76cb4e0a1440;p=p5sagit%2Fp5-mst-13.2.git [shell changes from patch from perl5.003_22 to perl5.003_23] Change from running these commands: # this file shall be writeable chmod u+w configure # this file will be executable touch configure.gnu chmod a+x configure.gnu # this file has a new name mv pod/perlnews.pod pod/perldelta.pod # ready to patch exit 0 --- diff --git a/configure.gnu b/configure.gnu new file mode 100755 index 0000000..e69de29 diff --git a/pod/perlnews.pod b/pod/perldelta.pod similarity index 100% rename from pod/perlnews.pod rename to pod/perldelta.pod