Alien-SeqAlignment-hmmer3

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "IPC::Open3" : "0",
            "Test::More" : "0",
            "Test::Pod" : "1.41",
            "perl" : "5.006"
         }
      },
      "runtime" : {
         "requires" : {
            "Alien::Base" : "0.038",
            "Carp" : "0",
            "parent" : "0",
            "strict" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "recommends" : {
            "CPAN::Meta" : "2.120900"
         },
         "requires" : {
            "ExtUtils::MakeMaker" : "6.52",

META.yml  view on Meta::CPAN

    - share
    - t
    - xt
provides:
  Alien::SeqAlignment::hmmer3:
    file: lib/Alien/SeqAlignment/hmmer3.pm
    version: '0.03'
requires:
  Alien::Base: '0.038'
  Carp: '0'
  parent: '0'
  strict: '0'
  warnings: '0'
resources:
  IRC: irc://irc.perl.org/#native
  homepage: https://github.com/chrisarg/alien-seqalignment-hmmer3
  repository: https://github.com/chrisarg/alien-seqalignment-hmmer3.git
version: '0.03'
x_alienfile:
  generated_by: 'Dist::Zilla::Plugin::AlienBuild version 0.32'
  requires:

Makefile.PL  view on Meta::CPAN

    "Alien::Build" => "2.70",
    "Alien::Build::MM" => "0.32",
    "ExtUtils::MakeMaker" => "6.52"
  },
  "DISTNAME" => "Alien-SeqAlignment-hmmer3",
  "LICENSE" => "perl",
  "NAME" => "Alien::SeqAlignment::hmmer3",
  "PREREQ_PM" => {
    "Alien::Base" => "0.038",
    "Carp" => 0,
    "parent" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "ExtUtils::MakeMaker" => "6.52",
    "File::Spec" => 0,
    "Test::More" => 0
  },
  "VERSION" => "0.03",
  "test" => {

Makefile.PL  view on Meta::CPAN



my %FallbackPrereqs = (
  "Alien::Base" => "0.038",
  "Alien::Build" => "0.32",
  "Alien::Build::MM" => "0.32",
  "Carp" => 0,
  "ExtUtils::MakeMaker" => "6.52",
  "File::Spec" => 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/hmmer3.pm  view on Meta::CPAN

use strict;
use warnings;

package Alien::SeqAlignment::hmmer3;
$Alien::SeqAlignment::hmmer3::VERSION = '0.03';
use parent qw( Alien::Base );
use Carp;
our $AUTOLOAD;

sub AUTOLOAD {
    my ($self) = @_;
    our $AUTOLOAD;
    $AUTOLOAD =~ s/.*::(\w+)$//;
    my $method = $1;
    unless ( exists $self->runtime_prop->{command}->{$method} ) {
        croak "Method $method not found";

t/00-report-prereqs.dd  view on Meta::CPAN

                                      'IPC::Open3' => '0',
                                      'Test::More' => '0',
                                      'Test::Pod' => '1.41',
                                      'perl' => '5.006'
                                    }
                    },
       'runtime' => {
                      'requires' => {
                                      'Alien::Base' => '0.038',
                                      'Carp' => '0',
                                      'parent' => '0',
                                      'strict' => '0',
                                      'warnings' => '0'
                                    }
                    },
       'test' => {
                   'recommends' => {
                                     'CPAN::Meta' => '2.120900'
                                   },
                   'requires' => {
                                   'ExtUtils::MakeMaker' => '6.52',



( run in 0.582 second using v1.01-cache-2.11-cpan-4d50c553e7e )