Bump version and update Changes 0.002
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 11 Jun 2016 18:51:16 +0000 (19:51 +0100)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 11 Jun 2016 18:51:16 +0000 (19:51 +0100)
Changes
README
lib/evil.pm

diff --git a/Changes b/Changes
index ec5e4d270c2ab978aebf8e442b9409e4a630e30c..0b1175a1076a924feb179f350f054efa9e7fbaba 100644 (file)
--- 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 7fb83db5366b8fa9ab3c7c7a89aa054d57b6341d..e0afb3b63d84a3025bcdd95f4646c6439e0eb274 100644 (file)
--- 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.
index 56f782470024dbb4f96fc105c7a44ed09285c1d2..12ae620e12467058757961a7be7d7824870ec37f 100644 (file)
@@ -7,7 +7,7 @@ use warnings;
 
 use Carp;
 
-our $VERSION = 0.001;
+our $VERSION = 0.002;
 
 our %tainted;
 our $strict;
This page took 0.011609 seconds and 4 git commands to generate.