Ævar Arnfjörð Bjarmason > SMS-Send-IS-Vit-0.03 > SMS::Send::IS::Vit

Download:
SMS-Send-IS-Vit-0.03.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.03   Source  

NAME ^

SMS::Send::IS::Vit - SMS::Send driver for vit.is

SYNOPSIS ^

    use SMS::Send;

    my $sender = SMS::Send->new("IS::Vit");

    my $ok = $ender->send_sms(
        to   => '6811337',
        text => 'Y hlo thar',
    );

    if ($ok) {
        print "Yay SMS\n";
    } else {
        print "Oh noes failure\n";
    }

DESCRIPTION ^

A regional SMS::Send driver for Iceland that deliers messages via http://vit.is to any Icelandic cell phone number.

CAVEATS ^

This module will call sleep(1) when it first retrieves a cookie before it submits the sms. The vit.is server does not seem to recognize a cookie it handed out until after a slight delay.

SEE ALSO ^

SMS::Send::IS::Vodafone

AUTHOR ^

Ævar Arnfjörð Bjarmason <avar@cpan.org>

LICENSE ^

Copyright 2007-2008 Ævar Arnfjörð Bjarmason.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.