Alien-Libarchive3
view release on metacpan or search on metacpan
lib/Alien/Libarchive.pm view on Meta::CPAN
use Path::Tiny qw( path );
use Text::ParseWords qw( shellwords );
# ABSTRACT: Legacy alien for libarchive
our $VERSION = '0.33'; # VERSION
sub new
{
my($class) = @_;
bless {}, $class;
}
sub cflags
{
wantarray ## no critic (Community::Wantarray)
? shellwords(Alien::Libarchive3->cflags)
: Alien::Libarchive3->cflags;
}
sub libs
( run in 1.284 second using v1.01-cache-2.11-cpan-de7293f3b23 )