App-MiseEnPlace
view release on metacpan or search on metacpan
"IO::Page" : "0"
},
"requires" : {
"App::Cmd::Simple" : "0",
"Carp" : "0",
"File::HomeDir" : "0",
"Moo" : "2.000000",
"MooX::HandlesVia" : "0.001008",
"Path::Tiny" : "0",
"Term::ANSIColor" : "0",
"Try::Tiny" : "0",
"Types::Standard" : "0",
"YAML" : "0",
"autodie" : "0",
"base" : "0",
"perl" : "5.010",
"strict" : "0",
"warnings" : "0"
}
},
"test" : {
recommends:
IO::Page: '0'
requires:
App::Cmd::Simple: '0'
Carp: '0'
File::HomeDir: '0'
Moo: '2.000000'
MooX::HandlesVia: '0.001008'
Path::Tiny: '0'
Term::ANSIColor: '0'
Try::Tiny: '0'
Types::Standard: '0'
YAML: '0'
autodie: '0'
base: '0'
perl: '5.010'
strict: '0'
warnings: '0'
resources:
bugtracker: https://git.genehack.net/genehack/app-mise-en-place
homepage: https://git.genehack.net/genehack/app-mise-en-place
Makefile.PL view on Meta::CPAN
"MIN_PERL_VERSION" => "5.010",
"NAME" => "App::MiseEnPlace",
"PREREQ_PM" => {
"App::Cmd::Simple" => 0,
"Carp" => 0,
"File::HomeDir" => 0,
"Moo" => "2.000000",
"MooX::HandlesVia" => "0.001008",
"Path::Tiny" => 0,
"Term::ANSIColor" => 0,
"Try::Tiny" => 0,
"Types::Standard" => 0,
"YAML" => 0,
"autodie" => 0,
"base" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"File::Spec" => 0,
"IO::Handle" => 0,
Makefile.PL view on Meta::CPAN
"Carp" => 0,
"File::HomeDir" => 0,
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Moo" => "2.000000",
"MooX::HandlesVia" => "0.001008",
"Path::Tiny" => 0,
"Term::ANSIColor" => 0,
"Test::More" => "0.94",
"Try::Tiny" => 0,
"Types::Standard" => 0,
"YAML" => 0,
"autodie" => 0,
"base" => 0,
"strict" => 0,
"warnings" => 0
);
unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
lib/App/MiseEnPlace.pm view on Meta::CPAN
use strict;
use warnings;
use 5.010;
use base 'App::Cmd::Simple';
use autodie;
use Carp;
use File::HomeDir;
use Path::Tiny;
use Term::ANSIColor;
use Try::Tiny;
use Types::Standard -types;
use YAML qw/ LoadFile /;
use Moo;
use MooX::HandlesVia;
has bindir => (
is => 'rw' ,
isa => Str ,
lazy => 1 ,
( run in 0.378 second using v1.01-cache-2.11-cpan-05444aca049 )