From: Marius Gavrilescu Date: Sat, 11 Jun 2016 18:51:16 +0000 (+0100) Subject: Bump version and update Changes X-Git-Tag: 0.002^0 X-Git-Url: http://git.ieval.ro/?p=acme-evil.git;a=commitdiff_plain;h=23276fbe9af11adf677d717b8852a7514ab39e24 Bump version and update Changes --- diff --git a/Changes b/Changes index ec5e4d2..0b1175a 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,8 @@ Revision history for Perl extension Acme::Evil. +0.002 2016-06-11T19:51+01:00 + - Add no evil ':disable' + - Remove dummy package Acme::Evil + 0.001 2016-06-01T00:33+01:00 - Initial release diff --git a/README b/README index 7fb83db..e0afb3b 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Acme-Evil version 0.001 +Acme-Evil version 0.002 ======================= RFC3514 introduces a new flag called the "evil bit" in all IP packets. diff --git a/lib/evil.pm b/lib/evil.pm index 56f7824..12ae620 100644 --- a/lib/evil.pm +++ b/lib/evil.pm @@ -7,7 +7,7 @@ use warnings; use Carp; -our $VERSION = 0.001; +our $VERSION = 0.002; our %tainted; our $strict;