[Bps-public-commit] email-address-list branch, master, updated. 0.03-2-g99dc705
Alex Vandiver
alexmv at bestpractical.com
Mon Feb 3 14:31:52 EST 2014
The branch, master has been updated
via 99dc705d987b83c82fbe52e8bfbb69722550c7ee (commit)
from 5e1f4074cce7fae50af1d32b4f5bb3eef21b5674 (commit)
Summary of changes:
Changes | 6 +++++-
META.yml | 2 +-
lib/Email/Address/List.pm | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 99dc705d987b83c82fbe52e8bfbb69722550c7ee
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Mon Feb 3 14:30:25 2014 -0500
Version bump to 0.04
diff --git a/Changes b/Changes
index a3254ed..d679aba 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,8 @@
-0.03 2013-01-22
+0.04 2014-02-03
+
+ - Update minimum perl version to 5.10, because of use of ++ quantifier
+
+0.03 2014-01-22
- Include documentation updates present in the released version of
0.01, but never checked into the repository
diff --git a/META.yml b/META.yml
index 92c604f..49c82a5 100644
--- a/META.yml
+++ b/META.yml
@@ -26,4 +26,4 @@ requires:
perl: 5.10.0
resources:
license: http://dev.perl.org/licenses/
-version: 0.03
+version: 0.04
diff --git a/lib/Email/Address/List.pm b/lib/Email/Address/List.pm
index fbc91b0..79e094e 100644
--- a/lib/Email/Address/List.pm
+++ b/lib/Email/Address/List.pm
@@ -4,7 +4,7 @@ use 5.010;
package Email::Address::List;
-our $VERSION = '0.03';
+our $VERSION = '0.04';
use Email::Address;
=head1 NAME
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list