X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=Makefile.PL;h=8db4cac17ed9d605d6aecab000858352fbd95ccd;hb=HEAD;hp=4cebc97af6ff1ba0d9d07916e2c50c81383bd22f;hpb=3774c22b0082af323323dc26eede488611c6ee35;p=oss%2Fvjournal.git diff --git a/Makefile.PL b/Makefile.PL index 4cebc97..8db4cac 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,11 @@ use ExtUtils::MakeMaker; WriteMakefile( - NAME=>'MicroBlog', - VERSION=>0.1 + NAME=>'VJournal', + VERSION=>0.1, + PREREQ_PM=>{ + "Test::More"=>0, + "Image::Size"=>0, + } );