App-aep

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "Carton" : "v1.0.35",
            "Getopt::Long::Descriptive" : "0",
            "POE" : "1.368",
            "POE::Filter::JSONMaybeXS" : "0",
            "POE::Filter::Line" : "0",
            "POE::Filter::Reference" : "0",
            "POE::Filter::Stackable" : "0",
            "POE::Session::PlainCall" : "0.0301",
            "POE::Wheel::Run" : "0",
            "POE::Wheel::SocketFactory" : "0",
            "Try::Tiny" : "0",
            "YAML::XS" : "0",
            "perl" : "1.028"
         }
      },
      "test" : {
         "recommends" : {
            "CPAN::Meta" : "2.120900"
         },
         "requires" : {
            "ExtUtils::MakeMaker" : "0",

META.yml  view on Meta::CPAN

  Carton: v1.0.35
  Getopt::Long::Descriptive: '0'
  POE: '1.368'
  POE::Filter::JSONMaybeXS: '0'
  POE::Filter::Line: '0'
  POE::Filter::Reference: '0'
  POE::Filter::Stackable: '0'
  POE::Session::PlainCall: '0.0301'
  POE::Wheel::Run: '0'
  POE::Wheel::SocketFactory: '0'
  Try::Tiny: '0'
  YAML::XS: '0'
  perl: '1.028'
version: '0.010'
x_Dist_Zilla:
  perl:
    version: '5.036000'
  plugins:
    -
      class: Dist::Zilla::Plugin::Git::GatherDir
      config:

Makefile.PL  view on Meta::CPAN

    "Carton" => "1.0.35",
    "Getopt::Long::Descriptive" => 0,
    "POE" => "1.368",
    "POE::Filter::JSONMaybeXS" => 0,
    "POE::Filter::Line" => 0,
    "POE::Filter::Reference" => 0,
    "POE::Filter::Stackable" => 0,
    "POE::Session::PlainCall" => "0.0301",
    "POE::Wheel::Run" => 0,
    "POE::Wheel::SocketFactory" => 0,
    "Try::Tiny" => 0,
    "YAML::XS" => 0
  },
  "TEST_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0,
    "File::Spec" => 0,
    "Test::More" => 0
  },
  "VERSION" => "0.010",
  "test" => {
    "TESTS" => "t/*.t"

Makefile.PL  view on Meta::CPAN

  "Getopt::Long::Descriptive" => 0,
  "POE" => "1.368",
  "POE::Filter::JSONMaybeXS" => 0,
  "POE::Filter::Line" => 0,
  "POE::Filter::Reference" => 0,
  "POE::Filter::Stackable" => 0,
  "POE::Session::PlainCall" => "0.0301",
  "POE::Wheel::Run" => 0,
  "POE::Wheel::SocketFactory" => 0,
  "Test::More" => 0,
  "Try::Tiny" => 0,
  "YAML::XS" => 0
);


unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
  delete $WriteMakefileArgs{TEST_REQUIRES};
  delete $WriteMakefileArgs{BUILD_REQUIRES};
  $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
}

cpanfile  view on Meta::CPAN

requires    'Carton' => '1.0.35';
requires    'App::cpanminus' => '1.7044';
requires    'POE' => '1.368';
requires    'POE::Session::PlainCall' => '0.0301';
requires    'POE::Wheel::Run';
requires    'POE::Wheel::SocketFactory';
requires    'POE::Filter::Reference';
requires    'POE::Filter::JSONMaybeXS';
requires    'POE::Filter::Stackable';
requires    'POE::Filter::Line';
requires    'Try::Tiny';
requires    'Carp';
requires    'YAML::XS';
requires    'Getopt::Long::Descriptive';

cpanfile.snapshot  view on Meta::CPAN

      CPAN::Meta 2.120921
      CPAN::Meta::Requirements 2.121
      Class::Tiny 1.001
      ExtUtils::MakeMaker 0
      Getopt::Long 2.39
      JSON::PP 2.27300
      Menlo::CLI::Compat 1.9018
      Module::CPANfile 0.9031
      Module::CoreList 0
      Path::Tiny 0.033
      Try::Tiny 0.09
      parent 0.223
      perl 5.008005
      version 0.77
  Class-Tiny-1.008
    pathname: D/DA/DAGOLDEN/Class-Tiny-1.008.tar.gz
    provides:
      Class::Tiny 1.008
      Class::Tiny::Object 1.008
    requirements:
      Carp 0

cpanfile.snapshot  view on Meta::CPAN

      ExtUtils::MakeMaker 0
      parent 0
  Module-Implementation-0.09
    pathname: D/DR/DROLSKY/Module-Implementation-0.09.tar.gz
    provides:
      Module::Implementation 0.09
    requirements:
      Carp 0
      ExtUtils::MakeMaker 0
      Module::Runtime 0.012
      Try::Tiny 0
      strict 0
      warnings 0
  Module-Runtime-0.016
    pathname: Z/ZE/ZEFRAM/Module-Runtime-0.016.tar.gz
    provides:
      Module::Runtime 0.016
    requirements:
      Module::Build 0
      Test::More 0.41
      perl 5.006

cpanfile.snapshot  view on Meta::CPAN

      Tie::Handle::Offset 0.004
      Tie::Handle::SkipHeader 0.004
    requirements:
      ExtUtils::MakeMaker 6.17
      Tie::Handle 0
      perl 5.006
      strict 0
  Try-Tiny-0.31
    pathname: E/ET/ETHER/Try-Tiny-0.31.tar.gz
    provides:
      Try::Tiny 0.31
    requirements:
      Carp 0
      Exporter 5.57
      ExtUtils::MakeMaker 0
      constant 0
      perl 5.006
      strict 0
      warnings 0
  URI-5.19
    pathname: S/SI/SIMBABQUE/URI-5.19.tar.gz

lib/App/aep.pm  view on Meta::CPAN


# External
use POE qw(
    Session::PlainCall
    Wheel::SocketFactory
    Wheel::ReadWrite
    Filter::Stackable
    Filter::Line
    Filter::JSONMaybeXS
);
use Try::Tiny;

# Version of this software
our $VERSION = '0.010';

# create a new blessed object, we will carry any passed arguments forward.
sub new ( $class, @args )
{
    my $self = bless { '_passed_args' => $args[ 0 ]->{ '_passed_args' }, }, $class;
    return $self;
}

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

                                      'Carton' => 'v1.0.35',
                                      'Getopt::Long::Descriptive' => '0',
                                      'POE' => '1.368',
                                      'POE::Filter::JSONMaybeXS' => '0',
                                      'POE::Filter::Line' => '0',
                                      'POE::Filter::Reference' => '0',
                                      'POE::Filter::Stackable' => '0',
                                      'POE::Session::PlainCall' => '0.0301',
                                      'POE::Wheel::Run' => '0',
                                      'POE::Wheel::SocketFactory' => '0',
                                      'Try::Tiny' => '0',
                                      'YAML::XS' => '0',
                                      'perl' => '1.028'
                                    }
                    },
       'test' => {
                   'recommends' => {
                                     'CPAN::Meta' => '2.120900'
                                   },
                   'requires' => {
                                   'ExtUtils::MakeMaker' => '0',



( run in 0.827 second using v1.01-cache-2.11-cpan-05444aca049 )