From: Marius Gavrilescu Date: Sat, 1 Apr 2017 17:04:12 +0000 (+0300) Subject: Bump version and update Changes X-Git-Tag: 0.003^0 X-Git-Url: http://git.ieval.ro/?p=acme-evil.git;a=commitdiff_plain;h=d13f8fdbf005812d7cdd4b72316455ee8600bf90 Bump version and update Changes --- diff --git a/Changes b/Changes index 0b1175a..8b8a5a1 100644 --- 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 e0afb3b..5d92917 100644 --- 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, diff --git a/lib/evil.pm b/lib/evil.pm index 291a23a..9aa718b 100644 --- a/lib/evil.pm +++ b/lib/evil.pm @@ -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, Emarius@ieval.roE =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,