Alien-KentSrc

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    Alien::KentSrc - Fetch/build/stash Kent src from
    <http://hgdownload.cse.ucsc.edu/admin/>

DESCRIPTION
    Download, build and install Kent src library from
    http://hgdownload.cse.ucsc.edu/admin/jksrc.vNNN.zip

SYNOPSIS
      use Alien::KentSrc;

      say Alien::KentSrc->version;
      $ENV{KENT_SRC} = Alien::KentSrc->dist_dir;
      $ENV{MACHTYPE} = Alien::KentSrc->machtype;

METHODS
    In addition to those provide by the parent class Alien::Base,
    Alien::KentSrc defines the following new methods.

  machtype
      # "x86_64"
      Alien::KentSrc->machtype;

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


=head1 DESCRIPTION

Download, build and install Kent src library from
http://hgdownload.cse.ucsc.edu/admin/jksrc.vNNN.zip

=head1 SYNOPSIS

  use Alien::KentSrc;

  say Alien::KentSrc->version;
  $ENV{KENT_SRC} = Alien::KentSrc->dist_dir;
  $ENV{MACHTYPE} = Alien::KentSrc->machtype;

=head1 METHODS

In addition to those provide by the parent class L<Alien::Base>, Alien::KentSrc
defines the following new methods.

=head2 machtype



( run in 1.122 second using v1.01-cache-2.11-cpan-d7a12ab2c7f )