[shell changes from patch from perl5.003_22 to perl5.003_23]
Chip Salzenberg [Sat, 25 Jan 1997 03:58:00 +0000 (15:58 +1200)]
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

configure.gnu [new file with mode: 0755]
pod/perldelta.pod [moved from pod/perlnews.pod with 100% similarity]

diff --git a/configure.gnu b/configure.gnu
new file mode 100755 (executable)
index 0000000..e69de29
similarity index 100%
rename from pod/perlnews.pod
rename to pod/perldelta.pod