Group
Extension

Matches 1

SMS-API-VoIP-MS-SMS-API-VoIP-MS ( J/JW/JWHEELER/SMS-API-VoIP-MS-SMS-API-VoIP-MS-0.01.tar.gz, JWHEELER, 2025; MetaCPAN )
SMS-API-VoIP-MS-SMS-API-VoIP-MS/lib/SMS/API/VoIP/MS.pm ( view source; MetaCPAN )
URI;
use URI::QueryParam;

use Date::Parse;

use Image::Magick;

use LWP::UserAgent;

use Cpanel::JSON::XS;

use Scalar::Util qw( openhandle );

use MIME::Base64 qw( encode_base64 );

use Unicode::Lin
      # is idiotic.
            agent    => q{},
        )
    },
);

has _json_parser => (
    default => sub { Cpanel::JSON::XS->new }
);

has convert_long_sms_to_mms => (
    is      => 'ro',
    d
       ],
        ),
        $method
    );
}

=head2 _parse_result

Does error handling, decodes JSON.

=cut

sub _parse_result {
    my ( $self, $res, $method ) = @_;

    if ( !$res->is_success ) {

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