diff options
author | Philip Newton <pne@cpan.org> | 2000-08-29 23:39:14 +0200 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-29 19:55:30 +0000 |
commit | 620fc1174e50b7d8c27948f831ae5ed5a6e74cd6 (patch) | |
tree | c9a6768880c922867d46dfc381e3837daf465d68 /installhtml | |
parent | f9662e361db63bf11493331a0b12cb65c663451f (diff) | |
download | perl-620fc1174e50b7d8c27948f831ae5ed5a6e74cd6.tar.gz |
[ID 20000829.022] [PATCH 6868] Minor nit in installhtml
Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
p4raw-id: //depot/perl@6893
Diffstat (limited to 'installhtml')
-rwxr-xr-x | installhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installhtml b/installhtml index cfbbe9f5c6..bef35e9099 100755 --- a/installhtml +++ b/installhtml @@ -1,6 +1,6 @@ #!./perl -w -# This file should really be a extracted from a .PL +# This file should really be extracted from a .PL file use lib 'lib'; # use source library if present |