diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-11 04:06:10 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-11 04:06:10 +0000 |
commit | 7b43481ac511739e974f51e515e10117bf13eca5 (patch) | |
tree | 32a06a083d62275547acd82663f0ead2e02e18da /lib/CGI | |
parent | 108626240d40b101564eeaa420b6665df7a0654f (diff) | |
download | perl-7b43481ac511739e974f51e515e10117bf13eca5.tar.gz |
Add a few missing files, update MANIFEST.
p4raw-id: //depot/perl@6600
Diffstat (limited to 'lib/CGI')
-rwxr-xr-x | lib/CGI/eg/make_links.pl | 8 | ||||
-rw-r--r-- | lib/CGI/eg/wilogo.gif | bin | 0 -> 458 bytes |
2 files changed, 8 insertions, 0 deletions
diff --git a/lib/CGI/eg/make_links.pl b/lib/CGI/eg/make_links.pl new file mode 100755 index 0000000000..a0aa824556 --- /dev/null +++ b/lib/CGI/eg/make_links.pl @@ -0,0 +1,8 @@ +#!/usr/local/bin/perl + +# this is just a utility for creating symlinks from *.txt to *.cgi +# for documentation purposes. +foreach (<*.cgi>) { + ($target=$_)=~s/cgi$/txt/; + symlink $_,$target +} diff --git a/lib/CGI/eg/wilogo.gif b/lib/CGI/eg/wilogo.gif Binary files differnew file mode 100644 index 0000000000..a7c309e210 --- /dev/null +++ b/lib/CGI/eg/wilogo.gif |