[libtype-tiny-perl] 10/27: need newer version of Exporter if perl < 5.9.1

Jonas Smedegaard js at alioth.debian.org
Fri Aug 9 21:13:11 UTC 2013


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libtype-tiny-perl.

commit eb9c402d9ce7555de8d00ab7781744af26eb3768
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date:   Wed Jul 31 21:01:58 2013 +0100

    need newer version of Exporter if perl < 5.9.1
---
 Makefile.PL |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Makefile.PL b/Makefile.PL
index e0a49be..26e3bba 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -10,3 +10,7 @@ if ($] < 5.007003) {
 	requires "Scalar::Util"   => "1.13";
 	requires "Text::Balanced" => "1.95";
 }
+
+if ($] < 5.009001) {
+	requires "Exporter"       => "5.57";
+}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtype-tiny-perl.git



More information about the Pkg-perl-cvs-commits mailing list