Net-SMS

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

    NAME	=> 'Net::SMS',
    DISTNAME => 'Net-SMS',
    VERSION_FROM => $smspath,
    PREREQ_PM => {
    		'XML::DOM'		=> "1.25",
			'Unicode::String'	=> "2.06",
			'LWP::UserAgent'	=> 0,
			'HTTP::Request'	=> 0,
			'HTTP::Response'	=> 0},
    dist        => {'COMPRESS'  => 'gzip', 'SUFFIX'    => '.gz'},
	($] ge '5.005') ? (
        'AUTHOR' => 'Simplewire, Inc. (support@simplewire.com)',
        'ABSTRACT' => 'Perl module that can send wireless messages like SMS (Short Message Service) and Smart Messages (logos, ringtones, etc.).',
    ) : (),
);

print "\nPerl SMS Software Development Kit\n";
print "----------------------------------------------------------------\n";
print "Thank you for installing the Simplewire Perl SMS Software\n";
print "Development Kit. The Perl SMS Software Development Kit connects your\n";
print "application to, and works in conjunction with, the Simplewire\n";



( run in 2.541 seconds using v1.01-cache-2.11-cpan-a49fcb8fa48 )