X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=Makefile.PL;h=8db4cac17ed9d605d6aecab000858352fbd95ccd;hb=9afeaf21d05ba0349be446a653718f5c2089bc0e;hp=ee7782339d436a885d755177829305c6de9d295c;hpb=8a3c7e4b84b480cdcdde4d163d753e4447a4ffbf;p=oss%2Fvjournal.git diff --git a/Makefile.PL b/Makefile.PL index ee77823..8db4cac 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,6 +4,10 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME=>'VJournal', - VERSION=>0.1 + VERSION=>0.1, + PREREQ_PM=>{ + "Test::More"=>0, + "Image::Size"=>0, + } );