Alien-Alien

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN


Source code for a work means the preferred form of the work for making
modifications to it.  For an executable file, complete source code means
all the source code for all modules it contains; but, as a special
exception, it need not include source code for modules which are standard
libraries that accompany the operating system on which the executable
file runs, or for standard header files or definitions files that
accompany that operating system.

  4. You may not copy, modify, sublicense, distribute or transfer the
Program except as expressly provided under this General Public License.
Any attempt otherwise to copy, modify, sublicense, distribute or transfer
the Program is void, and will automatically terminate your rights to use
the Program under this License.  However, parties who have received
copies, or rights to use copies, from you under this General Public
License will not have their licenses terminated so long as such parties
remain in full compliance.

  5. By copying, distributing or modifying the Program (or any work based
on the Program) you indicate your acceptance of this license to do so,
and all its terms and conditions.

README  view on Meta::CPAN

    Tool is architecture independent

      Aliens using Alien::Build are usually installed in the architecture
      specific library location, because they usually are architecture
      specific. Since this tool is Perl, it is architecture independent, so
      we install it in the regular architecture independent library
      location.

    Project is distributed as a tar.xz file.

      This is an added complication and sort of a hassle for a few bytes
      saved. Thanks!

METHODS

 bin_dir

     my @dirs = Alien::Alien->bin_dir;

    Returns the list of directories that need to be added to the PATH in
    order for alien to work. This may be an empty list (as for a system

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


=item Tool is architecture independent

Aliens using L<Alien::Build> are usually installed in the architecture specific library
location, because they I<usually> are architecture specific.  Since this tool is Perl,
it is architecture independent, so we install it in the regular architecture independent
library location.

=item Project is distributed as a tar.xz file.

This is an added complication and sort of a hassle for a few bytes saved.  Thanks!

=back

=head1 METHODS

=head2 bin_dir

 my @dirs = Alien::Alien->bin_dir;

Returns the list of directories that need to be added to the PATH in order for C<alien>



( run in 0.602 second using v1.01-cache-2.11-cpan-acf6aa7dc9e )