File: hashbang.patch

package info (click to toggle)
libtest-mockdbi-perl 0.70-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 376 kB
  • sloc: perl: 954; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 372 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
Description: Add hashbang line to samples/DBD-setup.pl
Author: Christopher Hoskin <christopher.hoskin@gmail.com>
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=102428
Last-Update: 2015-02-28

--- a/samples/DBD-setup.pl
+++ b/samples/DBD-setup.pl
@@ -1,3 +1,4 @@
+#!/usr/bin/perl
 # Create a sample database zipcodes.* using DBD::DBM,
 # which ships with DBI.