AsposeBarCodeCloud-BarcodeApi
view release on metacpan or search on metacpan
use strict;
use warnings;
use Module::Build;
my $builder = Module::Build->new(
module_name => 'AsposeBarCodeCloud::BarcodeApi',
license => 'mit',
dist_abstract => 'Aspose.BarCode Cloud SDK for Perl',
dist_author => 'Naeem Akram <naeem.akram@aspose.com>',
dist_version_from => 'lib/AsposeBarCodeCloud/BarcodeApi.pm',
requires => {
'perl' => '5.6.0',
'AsposeStorageCloud::StorageApi' => 0,
'strict' => 0,
'warnings' => 0,
'utf8' => 0,
'Log::Any' => 0,
'Carp' => 0,
'utf8' => 0,
'MIME::Base64' => 0,
'LWP::UserAgent' => 0,
'HTTP::Headers' => 0,
'HTTP::Response' => 0,
'HTTP::Request::Common' => 0,
'HTTP::Status' => 0,
'URI::Query' => 0,
'JSON' => 0,
'URI::Escape' => 0,
'Scalar::Util' => 0,
'Module::Runtime' => 0,
'Digest::HMAC_SHA1' => 0,
'MIME::Base64' => 0,
'Exporter' => 0,
'Carp' => 0,
'File::Slurp' => 0,
'Date::Parse' => 0,
'DateTime' => 0,
'Data::Dumper' => 0,
'Test::Exception' => 0
},
build_requires => {
'Test::More' => '0.10',
},
create_makefile_pl => 'traditional'
);
$builder->create_build_script();
( run in 0.855 second using v1.01-cache-2.11-cpan-39bf76dae61 )