[Bps-public-commit] Parse-ACNS branch, master, updated. 0.01-3-g4897bfa

Ruslan Zakirov ruz at bestpractical.com
Thu Feb 3 19:44:25 EST 2011


The branch, master has been updated
       via  4897bfa890197c74113817119c6938e38035f821 (commit)
      from  fa71141a24f5d67c12953d8eb81aa888cf6a1030 (commit)

Summary of changes:
 Changes           |    4 ++++
 META.yml          |    2 +-
 lib/Parse/ACNS.pm |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 4897bfa890197c74113817119c6938e38035f821
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date:   Fri Feb 4 03:42:49 2011 +0300

    bump version, 0.02

diff --git a/Changes b/Changes
index 574342f..427336d 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+0.02 2011-02-04
+
+    * cleanup dependencies, thanks to cpan testers
+
 0.01 2011-01-26
     
     * initial release
diff --git a/META.yml b/META.yml
index befba5a..ea5c839 100644
--- a/META.yml
+++ b/META.yml
@@ -31,4 +31,4 @@ requires:
   perl: 5.8.0
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.01
+version: 0.02
diff --git a/lib/Parse/ACNS.pm b/lib/Parse/ACNS.pm
index 9b67c46..f99e436 100644
--- a/lib/Parse/ACNS.pm
+++ b/lib/Parse/ACNS.pm
@@ -4,7 +4,7 @@ use warnings;
 
 
 package Parse::ACNS;
-our $VERSION = '0.01';
+our $VERSION = '0.02';
 
 =head1 NAME
 

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list