]> www.wagner.pp.ru Git - oss/vjournal.git/blobdiff - Makefile.PL
new description
[oss/vjournal.git] / Makefile.PL
index 4cebc97af6ff1ba0d9d07916e2c50c81383bd22f..8db4cac17ed9d605d6aecab000858352fbd95ccd 100644 (file)
@@ -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,
+       }
 );