Skip to content

Commit

Permalink
Add 'use experimental smartmatch' for 5.18+
Browse files Browse the repository at this point in the history
  • Loading branch information
sharyanto committed Jun 29, 2013
1 parent 68ccf0a commit 1403d20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist.ini
Expand Up @@ -17,6 +17,7 @@ Data::Dump::Partial=0

[Prereqs]
perl=5.010001
experimental=0
Data::Unixish::Apply=1.33
JSON=0
Log::Any=0
Expand Down
1 change: 1 addition & 0 deletions lib/Data/Format/Pretty/Console.pm
Expand Up @@ -3,6 +3,7 @@ package Data::Format::Pretty::Console;
use 5.010001;
use strict;
use warnings;
use experimental 'smartmatch';
use Log::Any '$log';

use Data::Unixish::Apply;
Expand Down

0 comments on commit 1403d20

Please sign in to comment.