Group
Extension

Matches 1

SMS-Send-Nexmo ( M/MI/MICHIELB/SMS-Send-Nexmo-0.23.tar.gz, MICHIELB, 2015; MetaCPAN )
SMS-Send-Nexmo/lib/SMS/Send/Nexmo.pm ( view source; MetaCPAN )
RT_OK = ( @{ $EXPORT_TAGS{'all'} } );
our @EXPORT = qw();

our $URL = 'https://rest.nexmo.com/sms/json';

sub new {
  my $pkg = shift;
  my %p = @_;
  exists $p{_username} or die $pkg."->new requires 

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.