App-whichdll
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/App/whichdll.pm view on Meta::CPAN
use FFI::CheckLib 0.28 qw( find_lib );
use Getopt::Long qw( GetOptions );
use Path::Tiny qw( path );
# ABSTRACT: Find dynamic libraries
our $VERSION = '0.04'; # VERSION
sub main
{
local @ARGV;
(undef, @ARGV) = @_;
my %opts;
my @alien;
GetOptions(
"a" => \$opts{a},
"v" => \$opts{v},
"s" => \$opts{s},
view all matches for this distributionview release on metacpan - search on metacpan
( run in 1.331 second using v1.00-cache-2.02-grep-82fe00e-cpan-da92000dfeb )