]> iEval git - acme-evil.git/blobdiff - lib/evil.pm
CPANTS compliance + Bump version and update Changes
[acme-evil.git] / lib / evil.pm
index 291a23af898d3112d7dc5464698c8e64cc0f09eb..adee0e55c468f33b507b789dd38601b528536c3d 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 package evil;
 
-use 5.008009;
+use 5.010001;
 use strict;
 use warnings;
 
@@ -10,7 +10,7 @@ use Carp;
 my $INTERMEDIATE = __PACKAGE__.'/intermediate';
 my $LAX          = __PACKAGE__.'/lax';
 
-our $VERSION = 0.002;
+our $VERSION = 0.003002;
 
 our %tainted;
 our %wants_strict;
@@ -208,7 +208,7 @@ Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2016 by Marius Gavrilescu
+Copyright (C) 2016-2017 by Marius Gavrilescu
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.22.2 or,
This page took 0.016813 seconds and 4 git commands to generate.