debian packaging
[Business-OnlinePayment-Dummy.git] / Makefile.PL
1 use ExtUtils::MakeMaker;
2 WriteMakefile(
3     'NAME'         => 'Business::OnlinePayment::Dummy',
4     'VERSION_FROM' => 'Dummy.pm', # finds $VERSION
5     'AUTHOR'       => 'Jonathan Prykop <jonathan@freeside.biz>',
6     'PREREQ_PM'    => { 
7                         'Business::OnlinePayment' => 3,
8                       },
9 );