Skip to content

Commit 927783c

Browse files
authored
Merge pull request #37 from perl-users-jp/use-cpm
use cpm
2 parents 26847b1 + 7444e04 commit 927783c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

+3-3
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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ meta-date: 2020-12-01
3030
# 必要なもの
3131

3232
- perl 5.30 以降 (できるだけ最新に保つ)
33-
- 最新のCarton
33+
- App::cpm
3434

3535
# Makefileのつかいかた
3636

0 commit comments

Comments
 (0)