Add Module::ScanDeps to the bundled version and cpanfile
[mobundle.git] / quine.sh
blob09320db374a949d9c166d15749b0d8d5027a6927
1 #!/bin/sh
2 md="$(dirname "$(readlink -f "$0")")"
3 PERL5LIB="$md/local/lib/perl5" "$md/mobundle" -LPo "$md/bundle/mobundle" \
4 -m File::Slurp \
5 -m Module::ScanDeps \
6 -m Module::ScanDeps::Cache \
7 -m Path::Class::Entity \
8 -m Path::Class::File \
9 -m Path::Class::Dir \
10 -m Path::Class \
11 -m Template::Perlish \
12 "$md/mobundle"
13 chmod +x "$md/bundle/mobundle"