Skip to content

Commit 1a378d0

Browse files
author
kfly8
committed
use cpm
1 parent e5a41e3 commit 1a378d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
build:
2-
carton install && carton exec -- perl -Ilib script/build.pl
2+
cpm install && perl -Ilocal/lib/perl5 -Ilib script/build.pl
33
clean:
44
rm -r public
55
test:
6-
carton install && carton exec -- prove -Ilib -r t
6+
cpm install && prove -Ilocal/lib/perl5 -Ilib -r t
77
server: build
8-
carton exec -- plackup -p 5555 --host localhost script/app.psgi
8+
plackup -Ilocal/lib/perl5 -p 5555 --host localhost script/app.psgi

0 commit comments

Comments
 (0)