]> www.wagner.pp.ru Git - oss/vjournal.git/blob - Makefile.PL
new description
[oss/vjournal.git] / Makefile.PL
1 #!/usr/bin/perl
2
3 use ExtUtils::MakeMaker;
4
5 WriteMakefile(
6         NAME=>'VJournal',
7         VERSION=>0.1,
8         PREREQ_PM=>{
9                 "Test::More"=>0,
10                 "Image::Size"=>0,
11         }
12 );
13