summaryrefslogtreecommitdiff
path: root/lib/Carton.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Carton.pm')
-rw-r--r--lib/Carton.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Carton.pm b/lib/Carton.pm
index 5c53840..6a6d0f2 100644
--- a/lib/Carton.pm
+++ b/lib/Carton.pm
@@ -25,7 +25,7 @@ Carton - Perl module dependency manager (aka Bundler for Perl)
> carton install
> carton exec starman -p 8080 myapp.psgi
- # carton exec is not required
+ # carton exec is optional
> perl -Ilocal/lib/perl5 local/bin/starman -p 8080 myapp.psgi
> PERL5LIB=/path/to/local/lib/perl5 /path/to/local/bin/starman -p 8080 myapp.psgi