Bump version and update Changes 0.003
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 1 Apr 2017 17:04:12 +0000 (20:04 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 1 Apr 2017 17:04:12 +0000 (20:04 +0300)
Changes
README
lib/evil.pm

diff --git a/Changes b/Changes
index 0b1175a1076a924feb179f350f054efa9e7fbaba..8b8a5a10a6e81bc9d9c60346e43769af4b41d14a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for Perl extension Acme::Evil.
 
+0.003 2017-04-01:20:04+03:00
+ - Implement :lax and :intermediate modes
+ - Write more tests (test coverage now 100%)
+ - Document caveats and known bugs.
+
 0.002 2016-06-11T19:51+01:00
  - Add no evil ':disable'
  - Remove dummy package Acme::Evil
diff --git a/README b/README
index e0afb3b63d84a3025bcdd95f4646c6439e0eb274..5d929170f08ae494a3ec7b9e910c99ae31ce4121 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Acme-Evil version 0.002
+Acme-Evil version 0.003
 =======================
 
 RFC3514 introduces a new flag called the "evil bit" in all IP packets.
@@ -26,7 +26,7 @@ This module requires no other modules and libraries.
 
 COPYRIGHT AND LICENCE
 
-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,
index 291a23af898d3112d7dc5464698c8e64cc0f09eb..9aa718bef81c04205e8bf25a2a636f0b8b32b0f6 100644 (file)
@@ -10,7 +10,7 @@ use Carp;
 my $INTERMEDIATE = __PACKAGE__.'/intermediate';
 my $LAX          = __PACKAGE__.'/lax';
 
-our $VERSION = 0.002;
+our $VERSION = 0.003;
 
 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.013299 seconds and 4 git commands to generate.