Business-Tax-Avalara
view release on metacpan or search on metacpan
dist_version_from => 'lib/Business/Tax/Avalara.pm',
build_requires =>
{
'Test::Deep' => 0,
'Test::Exception' => 0,
'Test::More' => 0,
},
requires =>
{
'perl' => 5.010,
'Try::Tiny' => 0,
'LWP::UserAgent' => 0,
'Carp' => 0,
'Encode' => 0,
'Data::Dump' => 0,
'LWP::Protocol::https' => 0,
'JSON::PP' => 0,
},
add_to_cleanup =>
[
'Business-Tax-Avalara*',
"requires" : {
"Carp" : "0",
"Data::Dump" : "0",
"Encode" : "0",
"JSON::PP" : "0",
"LWP::Protocol::https" : "0",
"LWP::UserAgent" : "0",
"Test::Deep" : "0",
"Test::Exception" : "0",
"Test::More" : "0",
"Try::Tiny" : "0"
}
}
},
"release_status" : "stable",
"version" : "v1.2.0"
}
requires:
Carp: 0
Data::Dump: 0
Encode: 0
JSON::PP: 0
LWP::Protocol::https: 0
LWP::UserAgent: 0
Test::Deep: 0
Test::Exception: 0
Test::More: 0
Try::Tiny: 0
version: v1.2.0
Makefile.PL view on Meta::CPAN
'PREREQ_PM' => {
'Carp' => 0,
'Data::Dump' => 0,
'Encode' => 0,
'JSON::PP' => 0,
'LWP::Protocol::https' => 0,
'LWP::UserAgent' => 0,
'Test::Deep' => 0,
'Test::Exception' => 0,
'Test::More' => 0,
'Try::Tiny' => 0
},
'INSTALLDIRS' => 'site',
'EXE_FILES' => [],
'PL_FILES' => {},
'test' => {
'TESTS' => 't/*.t'
}
)
;
lib/Business/Tax/Avalara.pm view on Meta::CPAN
package Business::Tax::Avalara;
use 5.010;
use strict;
use warnings;
use Try::Tiny;
use Carp;
use LWP;
use HTTP::Request::Common;
use Encode qw();
use Data::Dump;
use JSON::PP;
=head1 NAME
( run in 0.662 second using v1.01-cache-2.11-cpan-05444aca049 )