Skip to content

Commit

Permalink
Consciously allow smartmatch for #431
Browse files Browse the repository at this point in the history
  • Loading branch information
lomky committed May 8, 2017
1 parent f3aa385 commit 1b7593b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Tuba/Reference.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ use Tuba::Log qw/logger/;;
use Tuba::Util qw[new_uuid];
use Data::Dumper;

no warnings qw(experimental::smartmatch);

sub show {
my $c = shift;
my $identifier = $c->stash('reference_identifier');
Expand Down

0 comments on commit 1b7593b

Please sign in to comment.