This is an automated email from the git hooks/post-receive script. kanashiro-guest pushed a commit to branch master in repository carton.
commit 216e639a5c5135d549f1d42422be5e8b3596d57e Author: Tatsuhiko Miyagawa <[email protected]> Date: Sat Jun 1 23:52:00 2013 +0900 remove unused dep --- cpanfile | 1 - lib/Carton.pm | 1 - 2 files changed, 2 deletions(-) diff --git a/cpanfile b/cpanfile index 21398a3..6fe29f4 100644 --- a/cpanfile +++ b/cpanfile @@ -9,7 +9,6 @@ requires 'parent', 0.223; requires 'local::lib', 1.008; requires 'Exception::Class', 1.32; requires 'Getopt::Long', 2.39; -requires 'Module::CPANfile', 0.9031; requires 'Moo', '1.002'; # MYMETA support diff --git a/lib/Carton.pm b/lib/Carton.pm index 7fffe82..19148be 100644 --- a/lib/Carton.pm +++ b/lib/Carton.pm @@ -13,7 +13,6 @@ use CPAN::Meta; use File::Path (); use File::Spec (); use File::Temp (); -use Module::CPANfile; use constant CARTON_LOCK_VERSION => '0.9'; -- 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
