[carton] 374/472: Not supported on mod_perl #114

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:39:26 UTC 2015


This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository carton.

commit 58cab9687e9056440b56938b3ee24a259ba4cfcb
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Mon Jul 29 11:41:48 2013 -0700

    Not supported on mod_perl #114
---
 lib/Carton.pm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lib/Carton.pm b/lib/Carton.pm
index 27c70f3..97b075c 100644
--- a/lib/Carton.pm
+++ b/lib/Carton.pm
@@ -38,6 +38,10 @@ Carton only works with perl installation with the complete set of core
 modules. If you use perl installed by a vendor package with modules
 stripped from core, Carton is not expected to work correctly.
 
+Also, Carton requires you to run your command/application with
+C<carton exec> command, which means it's difficult or impossible to
+run in an embedded perl use case such as mod_perl.
+
 =head1 DESCRIPTION
 
 carton is a command line tool to track the Perl module dependencies

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/carton.git



More information about the Pkg-perl-cvs-commits mailing list