Alien-Brotli
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
"Test::Pod::Coverage" : "1.08",
"Test::Portability::Files" : "0",
"Test::TrailingSpace" : "0.0203"
}
},
"runtime" : {
"requires" : {
"Alien::Base" : "0",
"Path::Tiny" : "0",
"base" : "0",
"namespace::autoclean" : "0",
"perl" : "v5.14.0",
"strict" : "0",
"warnings" : "0"
}
},
"test" : {
"recommends" : {
"CPAN::Meta" : "2.120900"
},
"requires" : {
version: '1.4'
name: Alien-Brotli
provides:
Alien::Brotli:
file: lib/Alien/Brotli.pm
version: v0.2.2
requires:
Alien::Base: '0'
Path::Tiny: '0'
base: '0'
namespace::autoclean: '0'
perl: v5.14.0
strict: '0'
warnings: '0'
resources:
bugtracker: https://github.com/robrwo/perl-Alien-Brotli/issues
repository: git://github.com/robrwo/perl-Alien-Brotli.git
version: v0.2.2
x_alienfile:
generated_by: 'Dist::Zilla::Plugin::AlienBuild version 0.32'
requires:
Makefile.PL view on Meta::CPAN
"ExtUtils::MakeMaker" => "6.52"
},
"DISTNAME" => "Alien-Brotli",
"LICENSE" => "mit",
"MIN_PERL_VERSION" => "5.014000",
"NAME" => "Alien::Brotli",
"PREREQ_PM" => {
"Alien::Base" => 0,
"Path::Tiny" => 0,
"base" => 0,
"namespace::autoclean" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"File::Spec" => 0,
"Module::Metadata" => 0,
"Test2::V0" => 0,
"Test::Alien" => 0,
"Test::Alien::Diag" => 0,
"Test::More" => 0
lib/Alien/Brotli.pm view on Meta::CPAN
use v5.14;
use warnings;
use strict;
use base qw/ Alien::Base /;
use Path::Tiny qw/ path /;
use namespace::autoclean;
our $VERSION = 'v0.2.2';
sub exe {
my ($self) = @_;
return path( $self->bin_dir, $self->runtime_prop->{command} );
}
t/00-report-prereqs.dd view on Meta::CPAN
'Test::Pod::Coverage' => '1.08',
'Test::Portability::Files' => '0',
'Test::TrailingSpace' => '0.0203'
}
},
'runtime' => {
'requires' => {
'Alien::Base' => '0',
'Path::Tiny' => '0',
'base' => '0',
'namespace::autoclean' => '0',
'perl' => 'v5.14.0',
'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.804 second using v1.00-cache-2.02-grep-82fe00e-cpan-c98054f2a92 )