[SCM] libmessage-passing-perl Debian packaging branch, master, updated. debian/0.111-3-14-g44f6e88

Tomas Doran bobtfish at bobtfish.net
Mon May 6 11:57:28 UTC 2013


The following commit has been merged in the master branch:
commit 3c74a055d0242ff9f7f3ecfe3e548a483a58af9d
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Sat Jul 21 04:04:53 2012 +0100

    Remember to declare perl

diff --git a/.travis.yml b/.travis.yml
index 661792f..b7c23ae 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,22 +1,23 @@
 ---
+language: perl
 perl:
   - "5.16"
   - "5.14"
   - "5.12"
   - "5.10"
 before_install:
-  - sudo apt-get install aspell sudo cpanminus
-  - sudo cpanm Module::Install
-  - sudo cpanm Module::Install::AuthorRequires
-  - sudo cpanm Module::Install::AuthorTests
-  - sudo cpanm Module::Install::Authority
-  - sudo cpanm Test::Pod
-  - sudo cpanm Test::NoTabs
-  - sudo cpanm Test::Pod::Coverage
-  - sudo cpanm Pod::Coverage
-  - sudo cpanm Pod::Coverage::TrustPod
-  - sudo cpanm Test::Spelling
-  - sudo cpanm Compress::Zlib
-  - sudo cpanm Compress::Bzip2
-  - sudo cpanm Crypt::CBC
-  - sudo cpanm Crypt::Blowfish
+  - sudo apt-get install aspell
+  - cpanm Module::Install
+  - cpanm Module::Install::AuthorRequires
+  - cpanm Module::Install::AuthorTests
+  - cpanm Module::Install::Authority
+  - cpanm Test::Pod
+  - cpanm Test::NoTabs
+  - cpanm Test::Pod::Coverage
+  - cpanm Pod::Coverage
+  - cpanm Pod::Coverage::TrustPod
+  - cpanm Test::Spelling
+  - cpanm Compress::Zlib
+  - cpanm Compress::Bzip2
+  - cpanm Crypt::CBC
+  - cpanm Crypt::Blowfish

-- 
libmessage-passing-perl Debian packaging



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