{
  name => 'Module-AltaPay-Try',
  abstract => 'Integrate AltaPay gateway with Perl projects.',
  description =>  'Module::Pensio is the official Perl SDK for integrating AltaPay gateway with PERL projects.',
  version  => '1.0.1',
  release_status => 'stable',
  author   => [
    'AltaPay Support <support@altapay.com>',
  ],
  license  => [ 'perl_5' ],
  prereqs => {
    runtime => {
      requires => {
        'perl'   => '5.006',
        'XML::Simple' => '0',
	'Moose' => '0',
	'MooseX::Params::Validate' => '0',
	'MooseX::Types' => '0',
	'TAP::Formatter::JUnit' => '0',
	'Hash::Merge' => '0',
	'Test::Exception' => '0',

      },
      recommends => {
        'Archive::Tar' => '1.00',
        'ExtUtils::Install' => '0.3',
        'ExtUtils::ParseXS' => '2.02',
      },
    },
    build => {
      requires => {
        'Test::More' => '0',
      },
    }
  },
  resources => {
    license => ['https://github.com/AltaPay/sdk-perl/blob/main/LICENSE'],
  },
  dynamic_config => 1,
  keywords => [ qw/ payment cpan altapay / ],
  'meta-spec' => {
    version => '2',
    url     => 'https://metacpan.org/pod/CPAN::Meta::Spec',
  }
}
