]> granicus.if.org Git - fortune-mod/commitdiff
Travis cleanups - convert to List::Util.
authorShlomi Fish <shlomif@shlomifish.org>
Wed, 31 Jan 2018 13:43:43 +0000 (15:43 +0200)
committerShlomi Fish <shlomif@shlomifish.org>
Wed, 31 Jan 2018 13:43:43 +0000 (15:43 +0200)
.travis.yml
fortune-mod/tests/t/check-cookies.t

index 1ca34ea2490b684d9ca0a09fc0509c5da06c31cb..971c7bf13546e8c28cb6b84f8ab6a19a685ee38f 100644 (file)
@@ -4,12 +4,8 @@ before_install:
     - sudo apt-get update -qq
     - sudo apt-get install -y ack-grep cmake cpanminus gcc libperl-dev librecode-dev perl make valgrind
     - sudo dpkg-divert --local --divert /usr/bin/ack --rename --add /usr/bin/ack-grep
-    # See https://rt.cpan.org/Public/Bug/Display.html?id=122875 .
-    - sudo cpanm List::MoreUtils::XS
-    - sudo cpanm File::Find::Object IO::All List::MoreUtils Test::Differences Test::RunValgrind
+    - sudo cpanm File::Find::Object IO::All Test::Differences Test::RunValgrind
     - ( a="$(pwd)"; tgt="fortune-mod/cmake/"; mkdir B2 && cd B2 && hg clone https://bitbucket.org/shlomif/shlomif-cmake-modules && cd shlomif-cmake-modules/shlomif-cmake-modules && cp -f "$(pwd)"/Shlomif_Common.cmake "$a"/"$tgt"/ )
 script:
     - "mkdir B && cd B && cmake ../fortune-mod && make && make check && cd .."
     - "rm -fr B"
-    # No longer working.
-    # - "cd fortune-mod/ && make check && cd .."
index 601b5580be01782e0f4495b150817ab19754080d..82253e965d20fdd5991c187ef68824c3ea87cde0 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 
 use IO::All qw/ io /;
-use List::MoreUtils qw/ any /;
+use List::Util qw/ any /;
 
 use Test::More tests => 1;