From d93d120c0330f6a9879f4e4a3c64af61a26db918 Mon Sep 17 00:00:00 2001 From: Dan Book Date: Thu, 7 Jun 2018 19:26:01 -0400 Subject: Fix example --from argument The argument to --from for cpanm must be an absolute path to be interpreted correctly --- lib/Carton.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Carton.pm b/lib/Carton.pm index 289e51c..08f3b48 100644 --- a/lib/Carton.pm +++ b/lib/Carton.pm @@ -144,7 +144,7 @@ allowing you to simply use L (which has a L) instead of installing Carton on a remote machine. - > cpanm -L local --from vendor/cache --installdeps --notest --quiet . + > cpanm -L local --from "$PWD/vendor/cache" --installdeps --notest --quiet . =head1 PERL VERSIONS -- cgit v1.2.1