Skip to content

Commit

Permalink
Merge branch 'issue/289'
Browse files Browse the repository at this point in the history
#289

Closes #289
  • Loading branch information
schwern committed May 31, 2016
2 parents 60b6b81 + 3927f6b commit 4f4441e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,15 @@ my $builder = MyBuild->new(
'Hash::FieldHash' => '0.06',
'Path::Tiny' => '0.036',
'Import::Into' => '1.002003',
'Sub::Name' => '0',
},
build_requires => {
'ExtUtils::CBuilder' => '0.26',
'Test::More' => '0.88',
'Test::Warn' => '0.11',
'IPC::Open3' => '0',
'Test::Output' => '0.16',
'Test::Most' => '0',
},
configure_requires => {
# MB's auto configure requires only puts it in the META.yml
Expand Down
2 changes: 2 additions & 0 deletions lib/perl5i/1/CODE.pm
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
package perl5i::1::CODE;
use strict;
use warnings;

1;
2 changes: 2 additions & 0 deletions lib/perl5i/2/Signatures.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
package perl5i::2::Signatures;
use strict;
use warnings;

use perl5i::2::Signature;

Expand Down
1 change: 1 addition & 0 deletions lib/perl5i/2/equal.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package perl5i::2::equal;

use strict;
use warnings;
no if $] >= 5.018000, warnings => 'experimental::smartmatch';

use perl5i::2::autobox;
Expand Down
2 changes: 2 additions & 0 deletions lib/perl5i/latest.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
package perl5i::latest;

use strict;
use warnings;

use perl5i::VERSION; our $VERSION = perl5i::VERSION->VERSION;

my $Latest;
Expand Down

0 comments on commit 4f4441e

Please sign in to comment.