Skip to content

Commit

Permalink
Merge 60094ee into d8ea8e8
Browse files Browse the repository at this point in the history
  • Loading branch information
paultcochrane committed Dec 9, 2018
2 parents d8ea8e8 + 60094ee commit 7c7a40a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/Syntax/Keyword/Junction/All.pm
Expand Up @@ -9,6 +9,7 @@ use parent 'Syntax::Keyword::Junction::Base';

BEGIN {
if ($] >= 5.010001) {
## no critic
eval q|
sub match {
my ( $self, $other, $is_rhs ) = @_;
Expand Down
1 change: 1 addition & 0 deletions lib/Syntax/Keyword/Junction/Any.pm
Expand Up @@ -9,6 +9,7 @@ use parent 'Syntax::Keyword::Junction::Base';

BEGIN {
if ($] >= 5.010001) {
## no critic
eval q|
sub match {
no if $] > 5.017010, warnings => 'experimental::smartmatch';
Expand Down
1 change: 1 addition & 0 deletions lib/Syntax/Keyword/Junction/None.pm
Expand Up @@ -9,6 +9,7 @@ use parent 'Syntax::Keyword::Junction::Base';

BEGIN {
if ($] >= 5.010001) {
## no critic
eval q|
sub match {
no if $] > 5.017010, warnings => 'experimental::smartmatch';
Expand Down
1 change: 1 addition & 0 deletions lib/Syntax/Keyword/Junction/One.pm
Expand Up @@ -9,6 +9,7 @@ use parent 'Syntax::Keyword::Junction::Base';

BEGIN {
if ($] >= 5.010001) {
## no critic
eval q|
sub match {
no if $] > 5.017010, warnings => 'experimental::smartmatch';
Expand Down

0 comments on commit 7c7a40a

Please sign in to comment.