#!/usr/bin/perl use ExtUtils::MakeMaker; WriteMakefile( NAME=>'VJournal', VERSION=>0.1, PREREQ_PM=>{ "Test::More"=>0, "Image::Size"=>0, } );