Skip to content

Commit

Permalink
readded two shebang lines for more realistic tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Dec 15, 2011
1 parent 7a548ed commit 348b18f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion t/mojolicious/external/myapp.pl
@@ -1,4 +1,4 @@
use Mojo::Base -strict;
#!/usr/bin/env perl

use utf8;

Expand Down
2 changes: 2 additions & 0 deletions t/mojolicious/external/script/my_app
@@ -1,3 +1,5 @@
#!/usr/bin/env perl

use strict;
use warnings;

Expand Down

0 comments on commit 348b18f

Please sign in to comment.