Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added "use perl5" where it was missing
  • Loading branch information
FROGGS committed Mar 25, 2013
1 parent 4064558 commit ff7d3c3
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions t/v5/05-for.t
@@ -1,3 +1,4 @@
use perl5;
use feature 'say';

say '1..13';
Expand Down
1 change: 1 addition & 0 deletions t/v5/11-accessor.t
@@ -1,3 +1,4 @@
use perl5;
use strict;
use feature 'say';

Expand Down
1 change: 1 addition & 0 deletions t/v5/11-class.t
@@ -1,3 +1,4 @@
use perl5;
use feature 'say';

package Other;
Expand Down
1 change: 1 addition & 0 deletions t/v5/12-context.t
@@ -1,3 +1,4 @@
use perl5;
use strict;
use feature 'say';

Expand Down
1 change: 1 addition & 0 deletions t/v5/13-op-context.t
@@ -1,3 +1,4 @@
use perl5;
use strict;
use feature 'say';

Expand Down
1 change: 1 addition & 0 deletions t/v5/18-array-autovivify.t
@@ -1,3 +1,4 @@
use perl5;
use feature 'say';
use strict;

Expand Down
1 change: 1 addition & 0 deletions t/v5/21-test.t
@@ -1,3 +1,4 @@
use perl5;
use Perlito5::Test;

Perlito5::Test::plan 1;
Expand Down
1 change: 1 addition & 0 deletions t/v5/23-eval.t
@@ -1,3 +1,4 @@
use perl5;
use strict;
use feature 'say';

Expand Down
1 change: 1 addition & 0 deletions t/v5/24-strict.t
@@ -1,3 +1,4 @@
use perl5;
print "1..4\n";
eval('use strict;my $x = "ok 1";print $x,"\n"');
eval('my $x = "ok 2";print $x,"\n"');
Expand Down
1 change: 1 addition & 0 deletions t/v5/26-syntax-namespace.t
@@ -1,3 +1,4 @@
use perl5;
use feature 'say';

print "1..9\n";
Expand Down
1 change: 1 addition & 0 deletions t/v5/31-autoload.t
@@ -1,3 +1,4 @@
use perl5;
use feature 'say';
use strict;

Expand Down
1 change: 1 addition & 0 deletions t/v5/32-autoload-method.t
@@ -1,3 +1,4 @@
use perl5;
use feature 'say';
use strict;

Expand Down

0 comments on commit ff7d3c3

Please sign in to comment.