Business-OnlinePayment-CyberSource

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "Module::Runtime" : "0",
            "Moose" : "0",
            "Moose::Role" : "0",
            "MooseX::Aliases" : "0",
            "MooseX::NonMoose" : "0",
            "MooseX::StrictConstructor" : "0",
            "MooseX::Types::Common::String" : "0",
            "MooseX::Types::CyberSource" : "0",
            "MooseX::Types::Moose" : "0",
            "Try::Tiny" : "0",
            "namespace::autoclean" : "0",
            "perl" : "5.010",
            "strict" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "recommends" : {
            "CPAN::Meta" : "0",
            "CPAN::Meta::Requirements" : "2.120900"
         },

META.yml  view on Meta::CPAN

  Module::Runtime: '0'
  Moose: '0'
  Moose::Role: '0'
  MooseX::Aliases: '0'
  MooseX::NonMoose: '0'
  MooseX::StrictConstructor: '0'
  MooseX::Types::Common::String: '0'
  MooseX::Types::CyberSource: '0'
  MooseX::Types::Moose: '0'
  Try::Tiny: '0'
  namespace::autoclean: '0'
  perl: '5.010'
  strict: '0'
  warnings: '0'
resources:
  bugtracker: https://github.com/xenoterracide/business-onlinepayment-cybersource/issues
  homepage: https://metacpan.org/dist/Business-OnlinePayment-CyberSource
  repository: git://github.com/xenoterracide/business-onlinepayment-cybersource.git
version: '3.000016'
x_contributors:
  - 'Jad Wauthier <jadrien.wauthier@gmail.com>'

Makefile.PL  view on Meta::CPAN

    "Module::Runtime" => 0,
    "Moose" => 0,
    "Moose::Role" => 0,
    "MooseX::Aliases" => 0,
    "MooseX::NonMoose" => 0,
    "MooseX::StrictConstructor" => 0,
    "MooseX::Types::Common::String" => 0,
    "MooseX::Types::CyberSource" => 0,
    "MooseX::Types::Moose" => 0,
    "Try::Tiny" => 0,
    "namespace::autoclean" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Crypt::SSLeay" => 0,
    "ExtUtils::MakeMaker" => 0,
    "File::Spec" => 0,
    "File::Spec::Functions" => 0,
    "IO::Handle" => 0,
    "IPC::Open3" => 0,

lib/Business/OnlinePayment/CyberSource/Role/ErrorReporting.pm  view on Meta::CPAN

package Business::OnlinePayment::CyberSource::Role::ErrorReporting;

use 5.010;
use strict;
use warnings;
use namespace::autoclean;

use Moose::Role;
use MooseX::StrictConstructor;
use MooseX::Types::Moose qw(Str);
use MooseX::Types::Common::String qw(NonEmptySimpleStr);

# ABSTRACT:  Error reporting role for BOP::CyberSource
our $VERSION = '3.000016'; # VERSION

#### Subroutine Definitions ####

lib/Business/OnlinePayment/CyberSource/Role/InputHandling.pm  view on Meta::CPAN

package Business::OnlinePayment::CyberSource::Role::InputHandling;

use 5.010;
use strict;
use warnings;
use namespace::autoclean;

use Moose::Role;

# ABSTRACT:  Input handling convenience methods for Business::OnlinePayment::CyberSource
our $VERSION = '3.000016'; # VERSION

#### Subroutine Definitions ####

# Converts input into a hashref
# Accepts:  A hash or reference to a hash

lib/Business/OnlinePayment/CyberSource/Role/TransactionHandling.pm  view on Meta::CPAN

package Business::OnlinePayment::CyberSource::Role::TransactionHandling;

use 5.010;
use strict;
use warnings;
use namespace::autoclean;

use DateTime;
use Moose::Role;
use MooseX::StrictConstructor;
use Try::Tiny;
use Business::OnlinePayment::CyberSource::Client;

# ABSTRACT:  Transaction handling role for BOP::CyberSource
our $VERSION = '3.000016'; # VERSION

t/00-report-prereqs.t  view on Meta::CPAN

                                      'Module::Runtime' => '0',
                                      'Moose' => '0',
                                      'Moose::Role' => '0',
                                      'MooseX::Aliases' => '0',
                                      'MooseX::NonMoose' => '0',
                                      'MooseX::StrictConstructor' => '0',
                                      'MooseX::Types::Common::String' => '0',
                                      'MooseX::Types::CyberSource' => '0',
                                      'MooseX::Types::Moose' => '0',
                                      'Try::Tiny' => '0',
                                      'namespace::autoclean' => '0',
                                      'perl' => '5.010',
                                      'strict' => '0',
                                      'warnings' => '0'
                                    }
                    },
       'test' => {
                   'recommends' => {
                                     'CPAN::Meta' => '0',
                                     'CPAN::Meta::Requirements' => '2.120900'
                                   },

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.340 second using v1.00-cache-2.02-grep-82fe00e-cpan-c98054f2a92 )