Catalyst-Model-PayPal-API

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

my %module_build_args = (
  "build_requires" => {
    "Module::Build" => "0.3601",
    "Test::More" => 0
  },
  "configure_requires" => {
    "Module::Build" => "0.3601"
  },
  "dist_abstract" => "A Catalyst Model for PayPal via Business::PayPal::API",
  "dist_author" => [
    "Dean Hamstead <dean\@fragfest.com.au>"
  ],
  "dist_name" => "Catalyst-Model-PayPal-API",
  "dist_version" => "0.32",
  "license" => "perl",
  "module_name" => "Catalyst::Model::PayPal::API",
  "recommends" => {},
  "recursive_test_files" => 1,
  "requires" => {
    "Business::PayPal::API" => 0,
    "Catalyst::Model" => 0

META.json  view on Meta::CPAN

{
   "abstract" : "A Catalyst Model for PayPal via Business::PayPal::API",
   "author" : [
      "Dean Hamstead <dean@fragfest.com.au>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 4.300021, CPAN::Meta::Converter version 2.120921",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },

META.yml  view on Meta::CPAN

---
abstract: 'A Catalyst Model for PayPal via Business::PayPal::API'
author:
  - 'Dean Hamstead <dean@fragfest.com.au>'
build_requires:
  Module::Build: 0.3601
  Test::More: 0
configure_requires:
  Module::Build: 0.3601
dynamic_config: 0
generated_by: 'Dist::Zilla version 4.300021, CPAN::Meta::Converter version 2.120921'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html

lib/Catalyst/Helper/Model/PayPal/API.pm  view on Meta::CPAN

  $helper->render_file('compclass', $file);
}

=head1 SEE ALSO

L<Catalyst::Manual>, L<Catalyst::Test>, L<Catalyst::Request>,
L<Catalyst::Response>, L<Catalyst::Helper>, L<Catalyst::Model::PayPal::API>

=head1 AUTHOR

Dean Hamstead, C<dean@fragfest.com.au>

=head1 LICENSE

This library is free software. You can redistribute it and/or modify
it under the same terms as perl itself.

=cut

1;

lib/Catalyst/Model/PayPal/API.pm  view on Meta::CPAN


As per L<Busines::PayPal::API>, errors are in the %resp returned when functions are 
called.

=head1 SEE ALSO

L<Business::PayPal::API>

=head1 AUTHOR

Dean Hamstead, C<< <dean at fragfest.com.au> >>

=head1 BUGS

Please report any bugs or feature requests through the web interface at
L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Catalyst-Model-PayPal-API>.
I will be notified, and then you'll automatically be notified of progress on
your bug as I make changes.

Please fork and contribute via L<https://github.com/djzort/Catalyst-Model-PayPal-API>



( run in 2.345 seconds using v1.01-cache-2.11-cpan-364913b4093 )