Alien-SamTools

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "Dist::Zilla::Plugin::ShareDir" : "0",
            "Dist::Zilla::Plugin::Test::Compile" : "0",
            "Dist::Zilla::Plugin::TestRelease" : "0",
            "Dist::Zilla::Plugin::UploadToCPAN" : "0",
            "Software::License::Perl_5" : "0"
         }
      },
      "runtime" : {
         "requires" : {
            "Alien::Base" : "0",
            "parent" : "0",
            "perl" : "5.006",
            "strict" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "requires" : {
            "File::Spec" : "0",
            "IO::Handle" : "0",
            "IPC::Open3" : "0",

META.yml  view on Meta::CPAN

name: Alien-SamTools
no_index:
  directory:
    - t
provides:
  Alien::SamTools:
    file: lib/Alien/SamTools.pm
    version: '0.002'
requires:
  Alien::Base: '0'
  parent: '0'
  perl: '5.006'
  strict: '0'
  warnings: '0'
resources:
  bugtracker: https://github.com/hartzell/alien-samtools/issues
  homepage: https://github.com/hartzell/alien-samtools
  repository: https://github.com/hartzell/alien-samtools.git
version: '0.002'
x_authority: cpan:HARTZELL

lib/Alien/SamTools.pm  view on Meta::CPAN

package Alien::SamTools;
our $AUTHORITY = 'cpan:HARTZELL';
$Alien::SamTools::VERSION = '0.002';
# ABSTRACT: Fetch/build/stash the SamTools headers and libs.


use strict;
use warnings;

use parent 'Alien::Base';

1;

__END__

=pod

=encoding UTF-8

=head1 NAME



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