Skip to content

Commit 7edd95a

Browse files
ppisardveeden
authored andcommitted
Remove a useless shebang from DBD::mysql
Shebang has only a meaning for an executable script. DBD::mysql Perl module is not an executable script that someone would run as an standalone program. Morover, the file would have to have set an executable bit. It seems the erroneous shebang was added by a mistake when removing an Emacs configuration line. This patch removes the shebang.
1 parent 3883330 commit 7edd95a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/DBD/mysql.pm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/perl
2-
31
use strict;
42
use warnings;
53
require 5.008_001; # just as DBI

0 commit comments

Comments
 (0)