Bugzilla – Attachment #155653: Bug 33045: Fix shebang of marcrecord2csv.t for
bug #33045
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 33045
Collapse All
|
Expand All
(-)
a/t/db_dependent/Record/marcrecord2csv.t (-2 / +1 lines)
Lines 1-4
Link Here
1
#!/usr/bin/perl;
1
#!/usr/bin/perl
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
use Test::More tests => 13;
4
use Test::More tests => 13;
5
-
Return to
bug 33045