Business-PhoneBill-Allopass

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

use 5.005;
use ExtUtils::MakeMaker;
WriteMakefile(
    'NAME'		=> 'Business::PhoneBill::Allopass',
    'VERSION_FROM'	=> 'Allopass.pm',
    'LICENSE'           =>  'GPL',
    'PREREQ_PM'		=> {
				HTTP::Request::Common => 1.0,
				LWP::UserAgent	      => 1.0,
			},
    ABSTRACT_FROM => 'Allopass.pm',
    AUTHOR        => 'Bernard Nauwelaerts <bpn#it-development%be>'
);



( run in 1.408 second using v1.01-cache-2.11-cpan-3c2a17b8caa )