[libtype-tiny-perl] 14/46: Moose 2.0700 needs contemporous versions of namespace::autoclean an Eval::Closure, or else things break

Jonas Smedegaard dr at jones.dk
Fri Sep 12 18:48:02 UTC 2014


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

js pushed a commit to tag 1.001_000
in repository libtype-tiny-perl.

commit c3052b24f9e2abfe511ec9940ab84360133e9900
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date:   Fri Aug 29 13:09:17 2014 +0100

    Moose 2.0700 needs contemporous versions of namespace::autoclean an Eval::Closure, or else things break
---
 .travis.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 35d02da..bc0ad23 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -85,7 +85,7 @@ matrix:
     - perl: "5.16"
       env: MOOSE_RELEASE=DOY/Moose-2.0604.tar.gz MOO_RELEASE=MSTROUT/Moo-1.000008.tar.gz
     - perl: "5.12"
-      env: MOOSE_RELEASE=FLORA/Moose-2.0007.tar.gz
+      env: MOOSE_RELEASE=FLORA/Moose-2.0007.tar.gz EC_RELEASE="https://cpan.metacpan.org/authors/id/D/DO/DOY/Eval-Closure-0.06.tar.gz" NAC_RELEASE=BOBTFISH/namespace-autoclean-0.13.tar.gz
 before_install:
   - export DIST_INKT_PROFILE="Dist::Inkt::Profile::TOBYINK"
   - git clone git://github.com/tobyink/perl-travis-helper ~/perl-travis-helper
@@ -99,6 +99,8 @@ install:
   - cpan-install --deps
   - cpan-install --coverage
   - '[ -n "$MOOSE_RELEASE" ] && cpan-install "$MOOSE_RELEASE" || echo "MOOSE_RELEASE is not set"'
+  - '[ -n "$EC_RELEASE" ]    && cpan-install "$EC_RELEASE"    || echo "EC_RELEASE is not set"'
+  = '[ -n "$NAC_RELEASE" ]   && cpan-install "$NAC_RELEASE"   || echo "NAC_RELEASE is not set"'
   - '[ -n "$MOO_RELEASE" ]   && cpan-install "$MOO_RELEASE"   || echo "MOO_RELEASE is not set"'
 before_script:
   - coverage-setup
@@ -111,4 +113,3 @@ notifications:
     channels:
       - "irc.perl.org#moops"
     on_success: change
-

-- 
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