[Bps-public-commit] email-address-list branch, master, updated. 0.03-1-g5e1f407
Alex Vandiver
alexmv at bestpractical.com
Tue Jan 28 16:57:52 EST 2014
The branch, master has been updated
via 5e1f4074cce7fae50af1d32b4f5bb3eef21b5674 (commit)
from 8687bacbb8924d6a74cbce2318bfaf6f011f4166 (commit)
Summary of changes:
META.yml | 5 +++--
Makefile.PL | 1 +
lib/Email/Address/List.pm | 4 +++-
3 files changed, 7 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 5e1f4074cce7fae50af1d32b4f5bb3eef21b5674
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Tue Jan 28 16:57:11 2014 -0500
Bump the minimum version of perl; the ++ quantifier was added in perl 5.10
diff --git a/META.yml b/META.yml
index c4cd6e4..92c604f 100644
--- a/META.yml
+++ b/META.yml
@@ -3,11 +3,11 @@ abstract: 'RFC close address list parsing'
author:
- 'Ruslan Zakirov <ruz at bestpractical.com>'
build_requires:
- ExtUtils::MakeMaker: 6.36
+ ExtUtils::MakeMaker: 6.59
JSON: 0
Test::More: 0
configure_requires:
- ExtUtils::MakeMaker: 6.36
+ ExtUtils::MakeMaker: 6.59
distribution_type: module
dynamic_config: 1
generated_by: 'Module::Install version 1.06'
@@ -23,6 +23,7 @@ no_index:
- t
requires:
Email::Address: 0
+ perl: 5.10.0
resources:
license: http://dev.perl.org/licenses/
version: 0.03
diff --git a/Makefile.PL b/Makefile.PL
index eeec1b8..fe67d0a 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,6 +1,7 @@
use inc::Module::Install;
all_from 'lib/Email/Address/List.pm';
readme_from 'lib/Email/Address/List.pm';
+perl_version_from 'lib/Email/Address/List.pm';
requires 'Email::Address';
diff --git a/lib/Email/Address/List.pm b/lib/Email/Address/List.pm
index 5a25cdd..fbc91b0 100644
--- a/lib/Email/Address/List.pm
+++ b/lib/Email/Address/List.pm
@@ -1,4 +1,6 @@
-use strict; use warnings; use 5.008;
+use strict;
+use warnings;
+use 5.010;
package Email::Address::List;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list