Alien-LibJIT
view release on metacpan or search on metacpan
lib/Alien/LibJIT.pm view on Meta::CPAN
use File::Spec;
our $VERSION = '0.03'; # VERSION
sub new {
my $class = shift;
Carp::croak('You must call this as a class method') if ref($class);
my $self = bless {
base_dir => File::Spec->catdir(
File::ShareDir::dist_dir('Alien-LibJIT'),
'libjit'
),
} => $class;
return $self;
}
( run in 0.506 second using v1.01-cache-2.11-cpan-de7293f3b23 )