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
-Acme-Evil version 0.002
+Acme-Evil version 0.003
=======================
RFC3514 introduces a new flag called the "evil bit" in all IP packets.
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,
my $INTERMEDIATE = __PACKAGE__.'/intermediate';
my $LAX = __PACKAGE__.'/lax';
-our $VERSION = 0.002;
+our $VERSION = 0.003;
our %tainted;
our %wants_strict;
=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,