Bump version and update Changes
[mafia.git] / lib / Mafia.pm
index d2871f87e4b30d1ce66a3943d8cb10bd1a081f0d..d12b3eeea0f646e74c5e1f56f0ad7b277b73a19e 100644 (file)
@@ -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 @_ }
 
This page took 0.009314 seconds and 4 git commands to generate.