CPAN-Local

 view release on metacpan or  search on metacpan

META.yml  view on Meta::CPAN

  Moose::Role: 0
  MooseX::App::Cmd: 0
  MooseX::App::Cmd::Command: 0
  MooseX::CoercePerAttribute: 0
  MooseX::Role::Loggable: 0.009
  Path::Class: 0
  Path::Class::URI: 0
  Perl::Version: 0
  Regexp::Common: 0
  String::RewritePrefix: 0
  Try::Tiny: 0
  URI: 0
  URI::file: 0
  namespace::autoclean: 0
  namespace::clean: 0
  strict: 0
  warnings: 0
resources:
  bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=CPAN-Local
version: 0.010

Makefile.PL  view on Meta::CPAN

    "Moose::Role" => 0,
    "MooseX::App::Cmd" => 0,
    "MooseX::App::Cmd::Command" => 0,
    "MooseX::CoercePerAttribute" => 0,
    "MooseX::Role::Loggable" => "0.009",
    "Path::Class" => 0,
    "Path::Class::URI" => 0,
    "Perl::Version" => 0,
    "Regexp::Common" => 0,
    "String::RewritePrefix" => 0,
    "Try::Tiny" => 0,
    "URI" => 0,
    "URI::file" => 0,
    "namespace::autoclean" => 0,
    "namespace::clean" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "VERSION" => "0.010",
  "test" => {
    "TESTS" => "t/*.t"

lib/CPAN/Local/Plugin/Inject.pm  view on Meta::CPAN

{
  $CPAN::Local::Plugin::Inject::VERSION = '0.010';
}

# ABSTRACT: Inject a distribution into the repo

use strict;
use warnings;
use CPAN::Inject;
use Path::Class qw(file);
use Try::Tiny qw(try catch);
use Moose;
extends 'CPAN::Local::Plugin';
with 'CPAN::Local::Role::Inject';
use namespace::clean -except => 'meta';

sub inject
{
    my ( $self, @distros ) = @_;

    my @injected;



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