Net-Easypost

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

            (Fixes RT#87493)
            Fix failing tests in t/01-basic.t
            Add test for RT#87493
            Add CPANfile to dist.ini

0.08        2013-05-19
            Seriously. Fix rate number test.

0.07        2013-05-16
            Check carriers against a regex
            For reals, make IO::Socket::SSL 
                a dependency

0.06        2013-05-15
            Make IO::Socket::SSL a prereq
            Check rate against regex

0.05        2013-05-14
            Fix post request method due to 
                Mojo deprecation warnings

0.04        2013-05-13
            Changed abstract
            Fixed dependency (Thanks Graham Knop)
            Fixed t/01-basic.t

META.json  view on Meta::CPAN

   "name" : "Net-Easypost",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "runtime" : {
         "requires" : {
            "HTTP::Tiny" : "0.054",
            "IO::Socket::SSL" : "1.962",
            "JSON::MaybeXS" : "1.003009",
            "Moo" : "1.004002",
            "Types::Standard" : "0.040",
            "namespace::autoclean" : "0.28",
            "perl" : "5.014"
         }
      },
      "test" : {
         "requires" : {
            "Test::Exception" : "0"

META.yml  view on Meta::CPAN

  ExtUtils::MakeMaker: '0'
dynamic_config: 0
generated_by: 'Dist::Zilla version 6.025, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: Net-Easypost
requires:
  HTTP::Tiny: '0.054'
  IO::Socket::SSL: '1.962'
  JSON::MaybeXS: '1.003009'
  Moo: '1.004002'
  Types::Standard: '0.040'
  namespace::autoclean: '0.28'
  perl: '5.014'
resources:
  bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Net-Easypost
  homepage: https://metacpan.org/dist/Net-Easypost
  repository: git://github.com/mcmillhj/Net-Easypost.git
version: '0.23'

Makefile.PL  view on Meta::CPAN

  "AUTHOR" => "Mark Allen <mrallen1\@yahoo.com>, Hunter McMillen <mcmillhj\@gmail.com>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Net-Easypost",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.014",
  "NAME" => "Net::Easypost",
  "PREREQ_PM" => {
    "HTTP::Tiny" => "0.054",
    "IO::Socket::SSL" => "1.962",
    "JSON::MaybeXS" => "1.003009",
    "Moo" => "1.004002",
    "Types::Standard" => "0.040",
    "namespace::autoclean" => "0.28"
  },
  "TEST_REQUIRES" => {
    "Test::Exception" => 0
  },
  "VERSION" => "0.23",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "HTTP::Tiny" => "0.054",
  "IO::Socket::SSL" => "1.962",
  "JSON::MaybeXS" => "1.003009",
  "Moo" => "1.004002",
  "Test::Exception" => 0,
  "Types::Standard" => "0.040",
  "namespace::autoclean" => "0.28"
);


unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
  delete $WriteMakefileArgs{TEST_REQUIRES};

cpanfile  view on Meta::CPAN

# This file is generated by Dist::Zilla::Plugin::CPANFile v6.025
# Do not edit this file directly. To change prereqs, edit the `dist.ini` file.

requires "HTTP::Tiny" => "0.054";
requires "IO::Socket::SSL" => "1.962";
requires "JSON::MaybeXS" => "1.003009";
requires "Moo" => "1.004002";
requires "Types::Standard" => "0.040";
requires "namespace::autoclean" => "0.28";
requires "perl" => "5.014";

on 'test' => sub {
  requires "Test::Exception" => "0";
};

dist.ini  view on Meta::CPAN

badges = version
[PkgVersion]
[PodWeaver]
[CPANFile]
[CopyFilesFromBuild]
copy = cpanfile
copy = Makefile.PL
copy = LICENSE
[Prereqs]
Moo = 1.004002
IO::Socket::SSL = 1.962
perl = 5.014
Types::Standard = 0.040
JSON::MaybeXS = 1.003009
HTTP::Tiny = 0.054
namespace::autoclean = 0.28
[Prereqs / TestPrereqs]
-phase = test
Test::Exception = 0



( run in 0.619 second using v1.01-cache-2.11-cpan-4d50c553e7e )