Alien-SeqAlignment-parasail
view release on metacpan or search on metacpan
"Test2::V0" : "0",
"Test::More" : "0",
"Test::Perl::Critic" : "0",
"Test::Pod" : "1.41",
"perl" : "5.006"
}
},
"runtime" : {
"requires" : {
"Alien::Base" : "0.038",
"parent" : "0",
"strict" : "0",
"warnings" : "0"
}
},
"test" : {
"recommends" : {
"CPAN::Meta" : "2.120900"
},
"requires" : {
"ExtUtils::MakeMaker" : "6.52",
- inc
- share
- t
- xt
provides:
Alien::SeqAlignment::parasail:
file: lib/Alien/SeqAlignment/parasail.pm
version: '0.05'
requires:
Alien::Base: '0.038'
parent: '0'
strict: '0'
warnings: '0'
resources:
IRC: irc://irc.perl.org/#native
homepage: https://github.com/chrisarg/alien-seqalignment-parasail
repository: https://github.com/chrisarg/alien-seqalignment-parasail.git
version: '0.05'
x_alienfile:
generated_by: 'Dist::Zilla::Plugin::AlienBuild version 0.32'
requires:
Makefile.PL view on Meta::CPAN
"ExtUtils::MakeMaker" => "6.52",
"File::Copy::Recursive" => 0,
"HTTP::Tiny" => 0,
"Path::Tiny" => 0
},
"DISTNAME" => "Alien-SeqAlignment-parasail",
"LICENSE" => "perl",
"NAME" => "Alien::SeqAlignment::parasail",
"PREREQ_PM" => {
"Alien::Base" => "0.038",
"parent" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"ExtUtils::MakeMaker" => "6.52",
"File::Spec" => 0,
"Test2::V0" => 0,
"Test::Alien" => 0,
"Test::Alien::Diag" => 0,
"Test::More" => 0
Makefile.PL view on Meta::CPAN
my %FallbackPrereqs = (
"Alien::Base" => "0.038",
"Alien::Build" => "0.32",
"Alien::Build::MM" => "0.32",
"ExtUtils::MakeMaker" => "6.52",
"File::Spec" => 0,
"Test2::V0" => 0,
"Test::Alien" => 0,
"Test::Alien::Diag" => 0,
"Test::More" => 0,
"parent" => 0,
"strict" => 0,
"warnings" => 0
);
# BEGIN code inserted by Dist::Zilla::Plugin::AlienBuild
use Alien::Build::MM;
my $abmm = Alien::Build::MM->new;
%WriteMakefileArgs = $abmm->mm_args(%WriteMakefileArgs);
# END code inserted by Dist::Zilla::Plugin::AlienBuild
lib/Alien/SeqAlignment/parasail.pm view on Meta::CPAN
use strict;
use warnings;
package Alien::SeqAlignment::parasail;
$Alien::SeqAlignment::parasail::VERSION = '0.05';
use parent qw( Alien::Base );
=head1 NAME
Alien::SeqAlignment::parasail - find, build and install the parasail library
=head1 VERSION
version 0.05
=head1 SYNOPSIS
t/00-report-prereqs.dd view on Meta::CPAN
'Test2::V0' => '0',
'Test::More' => '0',
'Test::Perl::Critic' => '0',
'Test::Pod' => '1.41',
'perl' => '5.006'
}
},
'runtime' => {
'requires' => {
'Alien::Base' => '0.038',
'parent' => '0',
'strict' => '0',
'warnings' => '0'
}
},
'test' => {
'recommends' => {
'CPAN::Meta' => '2.120900'
},
'requires' => {
'ExtUtils::MakeMaker' => '6.52',
( run in 0.559 second using v1.01-cache-2.11-cpan-4d50c553e7e )