We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a41e3 commit 1a378d0Copy full SHA for 1a378d0
Makefile
@@ -1,8 +1,8 @@
1
build:
2
- carton install && carton exec -- perl -Ilib script/build.pl
+ cpm install && perl -Ilocal/lib/perl5 -Ilib script/build.pl
3
clean:
4
rm -r public
5
test:
6
- carton install && carton exec -- prove -Ilib -r t
+ cpm install && prove -Ilocal/lib/perl5 -Ilib -r t
7
server: build
8
- carton exec -- plackup -p 5555 --host localhost script/app.psgi
+ plackup -Ilocal/lib/perl5 -p 5555 --host localhost script/app.psgi
0 commit comments