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.
-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
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.
-
-
my $INTERMEDIATE = __PACKAGE__.'/intermediate';
my $LAX = __PACKAGE__.'/lax';
-our $VERSION = 0.003;
+our $VERSION = 0.003001;
our %tainted;
our %wants_strict;