Banal-Dist-Util
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
],
"dist_name" => "Banal-Dist-Util",
"dist_version" => "0.005",
"license" => "perl",
"module_name" => "Banal::Dist::Util",
"recursive_test_files" => 1,
"requires" => {
"Data::Printer" => 0,
"Exporter::Shiny" => 0,
"Path::Tiny" => 0,
"namespace::autoclean" => 0,
"perl" => "5.014",
"strict" => 0,
"warnings" => 0
},
"test_requires" => {
"File::Spec" => 0,
"Module::Metadata" => 0,
"Test::Compile" => 0,
"Test::More" => 0,
"perl" => "5.014"
"Test::Portability::Files" : "0",
"Test::Spelling" : "0.12",
"Test::Warnings" : "0"
}
},
"runtime" : {
"requires" : {
"Data::Printer" : "0",
"Exporter::Shiny" : "0",
"Path::Tiny" : "0",
"namespace::autoclean" : "0",
"perl" : "5.014",
"strict" : "0",
"warnings" : "0"
}
},
"test" : {
"recommends" : {
"CPAN::Meta" : "2.120900"
},
"requires" : {
Banal::Dist::Util::Git:
file: lib/Banal/Dist/Util/Git.pm
version: '0.005'
Banal::Dist::Util::Pause:
file: lib/Banal/Dist/Util/Pause.pm
version: '0.005'
requires:
Data::Printer: '0'
Exporter::Shiny: '0'
Path::Tiny: '0'
namespace::autoclean: '0'
perl: '5.014'
strict: '0'
warnings: '0'
resources:
bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Banal-Dist-Util
homepage: https://github.com/tabulon/p5-Banal-Dist-Util
repository: https://github.com/tabulon/p5-Banal-Dist-Util.git
version: '0.005'
x_Dist_Zilla:
perl:
Makefile.PL view on Meta::CPAN
},
"DISTNAME" => "Banal-Dist-Util",
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.014",
"NAME" => "Banal::Dist::Util",
"PL_FILES" => {},
"PREREQ_PM" => {
"Data::Printer" => 0,
"Exporter::Shiny" => 0,
"Path::Tiny" => 0,
"namespace::autoclean" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"File::Spec" => 0,
"Module::Metadata" => 0,
"Test::Compile" => 0,
"Test::More" => 0
},
"VERSION" => "0.005",
lib/Banal/Dist/Util/Git.pm view on Meta::CPAN
our $VERSION = '0.005';
# AUTHORITY
use Path::Tiny;
use Exporter::Shiny qw(
detect_settings_from_git
);
use namespace::autoclean;
# Detect settings (like remote 'server') from the local git repository
sub detect_settings_from_git {
my %args = @_;
my $dir = $args{dir} || Path::Tiny->cwd;
my %detected;
REMOTE: {
eval {
lib/Banal/Dist/Util/Pause.pm view on Meta::CPAN
package Banal::Dist::Util::Pause;
# vim: set ts=2 sts=2 sw=2 tw=115 et :
# ABSTRACT: General purpose utility collection for <Dist::Zilla::*::Author::TABULO>
# KEYWORDS: author utility
our $VERSION = '0.005';
# AUTHORITY
use Path::Tiny;
use namespace::autoclean;
use Exporter::Shiny qw(
pause_config
);
# return username, password from ~/.pause
sub pause_config
{
# my $home = $ENV{HOME};
# return unless defined $home;
t/00-report-prereqs.dd view on Meta::CPAN
'Test::Portability::Files' => '0',
'Test::Spelling' => '0.12',
'Test::Warnings' => '0'
}
},
'runtime' => {
'requires' => {
'Data::Printer' => '0',
'Exporter::Shiny' => '0',
'Path::Tiny' => '0',
'namespace::autoclean' => '0',
'perl' => '5.014',
'strict' => '0',
'warnings' => '0'
}
},
'test' => {
'recommends' => {
'CPAN::Meta' => '2.120900'
},
'requires' => {
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.641 second using v1.00-cache-2.02-grep-82fe00e-cpan-c98054f2a92 )