Skip to content

Commit

Permalink
p-init: fix missing Kensho deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed Oct 16, 2011
1 parent 3bcd452 commit ef1d951
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions p-init
Expand Up @@ -16,7 +16,7 @@ echo "more? (or Ctrl-C)"
read more
# Class::MethodMaker rm SIGNATURE
p -S cpan Bundle::CygwinVendor YAML::XS DBIx::Class
# missing deps
p -S cpan SQL::Abstract Module::Find
# missing Kensho deps
p -S cpan SQL::Abstract Module::Find Mouse MouseX::Types
perl -lne '/=item L<(.+?)[\|>]/ and print $1' /usr/local/lib/perl5/site_perl/5.14.2/Task/Kensho.pm \
| xargs p -S cpan
| xargs $1 -S cpan
3 changes: 2 additions & 1 deletion perlall-makeinstall
Expand Up @@ -7,7 +7,7 @@
# 5.15.1-nt seems to be broken
# 5.15.0-m 5.15.1d-nt 5.15.1d-nt-opt 5.15.2-nt 5.15.2d-nt 5.15.1d-m
# /usr/local/bin/perl5*
export perlall=${perlall:-"5.14.2-nt 5.12.3-m 5.10.0-m 5.8.9 5.8.9d 5.10.1d-nt 5.14.0d-m 5.14.1-nt 5.14.1d-nt 5.14.2d 5.15.3-nt 5.15.3d-nt 5.6.2d-nt"}
export perlall=${perlall:-"5.14.2-nt 5.12.3-m 5.10.0-m 5.8.8-nt 5.8.9 5.15.3d-nt 5.6.2d-nt 5.8.4d-nt 5.8.5d-nt 5.8.9d 5.10.1d-nt 5.14.0d-m 5.14.1-nt 5.14.1d-nt 5.14.2d 5.15.3-nt"}
platform=$(uname | tr A-Z a-z)

base=$(basename $0)
Expand Down Expand Up @@ -70,6 +70,7 @@ do
__print1 make -s
make -s >/dev/null
__print1 perl$p $@
echo perl$p $@ >> $log 2>&1
(perl$p $@ | tee -a $log 2>&1) && ok="$ok $p"
fi
if [ "$base" = "perlall-maketest" -o "$base" = "perlall-maketest-m" ]
Expand Down

0 comments on commit ef1d951

Please sign in to comment.