This website works better with JavaScript
Home
Explore
Help
Sign In
netvor
/
sugar-trail
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Added shebangs to test files
Alois Mahdal (@azzgoat)
13 years ago
parent
617d462cc3
commit
2f953f0638
3 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
1
0
t/Cond.t
1
0
t/Repo.t
1
0
t/Slave.t
+ 1
- 0
t/Cond.t
View File
@@ -1,3 +1,4 @@
1
+#!/usr/bin/perl
1
2
use Test::More;
2
3
3
4
use lib 'lib';
+ 1
- 0
t/Repo.t
View File
@@ -1,3 +1,4 @@
1
+#!/usr/bin/perl
1
2
use Test::More;
2
3
3
4
use lib 'lib';
+ 1
- 0
t/Slave.t
View File
@@ -1,3 +1,4 @@
1
+#!/usr/bin/perl
1
2
use Test::More;
2
3
3
4
use lib 'lib';