From 1851d38b03cf214658039bdbcc69494f3bc4760c Mon Sep 17 00:00:00 2001 From: Slaven Rezic Date: Sun, 8 Apr 2012 22:07:44 +0200 Subject: [PATCH] * added Parse::CPAN::Packages::Fast as prereq --- Makefile.PL | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.PL b/Makefile.PL index d71a74b..86819a6 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -23,5 +23,7 @@ WriteMakefile 'CPANDB' => 0, # optional for comparing reports 'Text::WordDiff' => 0, + # for create_modlist_by_years + 'Parse::CPAN::Packages::Fast' => 0, } );