Bump version and update Changes 0.003001
authorMarius Gavrilescu <marius@ieval.ro>
Fri, 14 Apr 2017 21:15:16 +0000 (00:15 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Fri, 14 Apr 2017 21:15:16 +0000 (00:15 +0300)
Changes
README
lib/evil.pm

diff --git a/Changes b/Changes
index 8b8a5a10a6e81bc9d9c60346e43769af4b41d14a..02cd57832be79a4048f08b9442bf10266896f865 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,10 @@
 Revision history for Perl extension Acme::Evil.
 
-0.003 2017-04-01:20:04+03:00
+0.003001 2017-04-15T00:15+03:00
+ - Bump MIN_PERL_VERSION to 5.10.1
+ - Fix tests when @INC has no '.' (RT #121030)
+
+0.003 2017-04-01T20:04+03:00
  - Implement :lax and :intermediate modes
  - Write more tests (test coverage now 100%)
  - Document caveats and known bugs.
diff --git a/README b/README
index 5d929170f08ae494a3ec7b9e910c99ae31ce4121..07dcd1021091215875d43e38076993d3881e6e05 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-Acme-Evil version 0.003
-=======================
+Acme-Evil version 0.003001
+==========================
 
 RFC3514 introduces a new flag called the "evil bit" in all IP packets.
 The intention is to simplify the work of firewalls. Software that
@@ -31,5 +31,3 @@ 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,
 at your option, any later version of Perl 5 you may have available.
-
-
index 449b6c160f691e87ec8cd6eb36f1cc19466614a3..54f2dd8a3be6a3f2d1336b12ae322bb423f57051 100644 (file)
@@ -10,7 +10,7 @@ use Carp;
 my $INTERMEDIATE = __PACKAGE__.'/intermediate';
 my $LAX          = __PACKAGE__.'/lax';
 
-our $VERSION = 0.003;
+our $VERSION = 0.003001;
 
 our %tainted;
 our %wants_strict;
This page took 0.012346 seconds and 4 git commands to generate.