DBD-mysql
DBD-mysql copied to clipboard
Remove a useless shebang from DBD::mysql
trafficstars
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.