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, } );