App-af
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
"Capture::Tiny" : "0",
"File::Copy::Recursive" : "0",
"File::chdir" : "0",
"Moose" : "0",
"MooseX::Types::Path::Tiny" : "0",
"Path::Tiny" : "0",
"Shell::Perl" : "0.003",
"Test2::Mock" : "0.000121",
"Text::Table" : "0",
"YAML" : "0",
"namespace::autoclean" : "0",
"perl" : "5.014"
}
},
"test" : {
"requires" : {
"Test2::Tools::Basic" : "0.000121",
"Test2::V0" : "0.000121",
"Test::Script" : "0",
"perl" : "5.014"
}
Capture::Tiny: '0'
File::Copy::Recursive: '0'
File::chdir: '0'
Moose: '0'
MooseX::Types::Path::Tiny: '0'
Path::Tiny: '0'
Shell::Perl: '0.003'
Test2::Mock: '0.000121'
Text::Table: '0'
YAML: '0'
namespace::autoclean: '0'
perl: '5.014'
resources:
IRC: irc://irc.perl.org/#native
bugtracker: https://github.com/PerlAlien/App-af/issues
homepage: https://metacpan.org/pod/App::af
repository: git://github.com/PerlAlien/App-af.git
version: '0.18'
x_contributors:
- 'Graham Ollis <plicease@cpan.org>'
- 'Diab Jerius (DJERIUS)'
Makefile.PL view on Meta::CPAN
"Capture::Tiny" => 0,
"File::Copy::Recursive" => 0,
"File::chdir" => 0,
"Moose" => 0,
"MooseX::Types::Path::Tiny" => 0,
"Path::Tiny" => 0,
"Shell::Perl" => "0.003",
"Test2::Mock" => "0.000121",
"Text::Table" => 0,
"YAML" => 0,
"namespace::autoclean" => 0
},
"TEST_REQUIRES" => {
"Test2::Tools::Basic" => "0.000121",
"Test2::V0" => "0.000121",
"Test::Script" => 0
},
"VERSION" => "0.18",
"test" => {
"TESTS" => "t/*.t"
}
lib/App/af.pm view on Meta::CPAN
use strict;
use warnings;
use 5.014;
package App::af 0.18 {
use Moose::Role;
use namespace::autoclean;
use Getopt::Long qw( GetOptionsFromArray );
use Pod::Usage qw( pod2usage );
# ABSTRACT: Command line tool for alienfile
has args => (
is => 'ro',
isa => 'ArrayRef[Str]',
default => sub { [] }
t/00_diag.t view on Meta::CPAN
Moose
MooseX::Types::Path::Tiny
Path::Tiny
Shell::Perl
Test2::Mock
Test2::Tools::Basic
Test2::V0
Test::Script
Text::Table
YAML
namespace::autoclean
);
my @modules = sort keys %modules;
sub spacer ()
{
diag '';
diag '';
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.986 second using v1.00-cache-2.02-grep-82fe00e-cpan-c98054f2a92 )