This is an automated email from the git hooks/post-receive script. kanashiro-guest pushed a commit to branch master in repository carton.
commit d6dcec98976f37d2395ec10b5e6948adea91e65a Author: Tatsuhiko Miyagawa <[email protected]> Date: Fri May 15 12:17:51 2015 -0700 change Module::Reader to requries so that Fatpacker will contain that for the runtime --- cpanfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpanfile b/cpanfile index 21a19e6..bdaa6cd 100644 --- a/cpanfile +++ b/cpanfile @@ -21,7 +21,7 @@ requires 'CPAN::Meta::Requirements', 2.121; requires 'Module::CoreList'; # for fatpack -recommends 'Module::Reader', 0.002; +requires 'Module::Reader', 0.002; recommends 'File::pushd'; recommends 'App::FatPacker', 0.009018; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/carton.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
