X-Git-Url: http://git.ieval.ro/?p=mafia.git;a=blobdiff_plain;f=lib%2FMafia.pm;h=d12b3eeea0f646e74c5e1f56f0ad7b277b73a19e;hp=d2871f87e4b30d1ce66a3943d8cb10bd1a081f0d;hb=efb97d6ae25b5f4fb28dd3d7b50470a41b96f9b0;hpb=40af1ba20d91ba52d7b3db23afc0f1b9cafd04aa diff --git a/lib/Mafia.pm b/lib/Mafia.pm index d2871f8..d12b3ee 100644 --- a/lib/Mafia.pm +++ b/lib/Mafia.pm @@ -3,12 +3,13 @@ package Mafia; use 5.014000; use strict; use warnings; +no if $] > 5.017011, warnings => 'experimental::smartmatch'; use parent qw/Exporter/; use constant; use Storable qw/dclone/; -our $VERSION = '0.001'; +our $VERSION = '0.001001'; sub defconst { constant->import($_ => $_) for @_ }