repo.or.cz
/
mobundle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove bundling of Path::Class
[mobundle.git]
/
quine.sh
blob
e1b9727c05cc83a22b33a9141f82820a2f17bca2
1
#!/bin/sh
2
md
=
"$(dirname "
$
(
readlink
-f
"
$0
"
)
")"
3
PERL5LIB
=
"
$md
/lib:
$md
/local/lib/perl5"
"
$md
/mobundle"
\
4
-LPo
"
$md
/bundle/mobundle"
\
5
-m
App
::
MoBundle \
6
-m
Module
::
ScanDeps \
7
-m
Module
::
ScanDeps
::
Cache \
8
-m
Template
::
Perlish \
9
"
$md
/mobundle"
10
chmod
+
x
"
$md
/bundle/mobundle"