Alien-SeqAlignment-edlib

 view release on metacpan or  search on metacpan

META.json  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",

META.yml  view on Meta::CPAN

    - inc
    - share
    - t
    - xt
provides:
  Alien::SeqAlignment::edlib:
    file: lib/Alien/SeqAlignment/edlib.pm
    version: '0.10'
requires:
  Alien::Base: '0.038'
  parent: '0'
  strict: '0'
  warnings: '0'
resources:
  IRC: irc://irc.perl.org/#native
version: '0.10'
x_alienfile:
  generated_by: 'Dist::Zilla::Plugin::AlienBuild version 0.32'
  requires:
    share:
      Alien::Build::Plugin::Download::Negotiate: '1.30'

Makefile.PL  view on Meta::CPAN

    "ExtUtils::MakeMaker" => "6.52",
    "File::Copy::Recursive" => 0,
    "HTTP::Tiny" => 0,
    "Path::Tiny" => 0
  },
  "DISTNAME" => "Alien-SeqAlignment-edlib",
  "LICENSE" => "perl",
  "NAME" => "Alien::SeqAlignment::edlib",
  "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/edlib.pm  view on Meta::CPAN

use strict;
use warnings;
package Alien::SeqAlignment::edlib;
$Alien::SeqAlignment::edlib::VERSION = '0.10';

use parent qw( Alien::Base );


=head1 NAME

Alien::SeqAlignment::edlib - find, build and install the edlib library

=head1 VERSION

version 0.10

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.489 second using v1.01-cache-2.11-cpan-4d50c553e7e )