1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

Remove another shebang line.

This commit is contained in:
Steven Schubiger 2008-11-25 19:59:36 +01:00
parent f33c275621
commit b132127412
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2008-11-25 Steven Schubiger <stsc@members.fsf.org>
* WgetTest.pm.in: Remove the magic interpreter line;
replace -w with lexical warnings.
2008-11-13 Steven Schubiger <stsc@members.fsf.org> 2008-11-13 Steven Schubiger <stsc@members.fsf.org>
* FTPServer.pm, FTPTest.pm, HTTPServer.pm, HTTPTest.pm, * FTPServer.pm, FTPTest.pm, HTTPServer.pm, HTTPTest.pm,

View File

@ -1,5 +1,3 @@
#!/usr/bin/perl -w
# WARNING! # WARNING!
# WgetTest.pm is a generated file! Do not edit! Edit WgetTest.pm.in # WgetTest.pm is a generated file! Do not edit! Edit WgetTest.pm.in
# instead. # instead.
@ -8,6 +6,7 @@ package WgetTest;
$VERSION = 0.01; $VERSION = 0.01;
use strict; use strict;
use warnings;
use Cwd; use Cwd;
use File::Path; use File::Path;