This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository libpackage-variant-perl.
commit 41ae603d5dfe249002e650bf2fa09a84df08890a Author: Karen Etheridge <[email protected]> Date: Sat Aug 30 08:51:05 2014 -0700 ensure authors have a recent EUMM, so metadata comes out right --- maint/Makefile.PL.include | 1 + 1 file changed, 1 insertion(+) diff --git a/maint/Makefile.PL.include b/maint/Makefile.PL.include index ffa6647..1f07008 100644 --- a/maint/Makefile.PL.include +++ b/maint/Makefile.PL.include @@ -2,4 +2,5 @@ BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Dista use lib "Distar/lib"; use Distar; +use ExtUtils::MakeMaker 6.68; # ensure meta-spec v2 compatibility author 'mst - Matt S. Trout (cpan:MSTROUT) <[email protected]>'; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpackage-variant-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
