Alien-SLOCCount
view release on metacpan or search on metacpan
lib/Alien/SLOCCount.pm view on Meta::CPAN
package Alien::SLOCCount;
use strict;
use warnings;
use parent 'Alien::Base';
our $VERSION = '0.07';
=head1 NAME
Alien::SLOCCount - Build and make available the sloccount tool
=head1 SYNOPSIS
From your Perl script:
use Alien::SLOCCount;
use Env qw( @PATH );
unshift @PATH, Alien::SLOCCount->bin_dir; # sloccount is now in your path
system 'sloccount', ...;
From alienfile:
share {
requires 'Alien::SLOCCount';
build [
'%{sloccount} ...',
];
};
=head1 DESCRIPTION
This distribution installs L<SLOCCount|http://www.dwheeler.com/sloccount/> so that
it can be used by other Perl distributions. If already installed for your
operating system, and it can be found, this distribution will use the SLOCCount
that comes with your operating system, otherwise it will download it from the
Internet, build and install it from you.
=head1 SEE ALSO
=over
=item *
L<Alien>
=item *
L<Alien::Base>
=back
Similar modules:
=over
=item *
L<Alien::qd>
=item *
L<Alien::flex>
=item *
L<Alien::m4>
=item *
L<Alien::bison>
=item *
L<Alien::CMake>
=item *
L<Alien::ffmpeg>
=item *
L<Alien::Gearman>
=back
=head1 AUTHOR
Joenio Costa <joenio@joenio.me>
=head1 COPYRIGHT AND LICENSE
( run in 1.177 second using v1.01-cache-2.11-cpan-df04353d9ac )