Alien-JPCRE2

 view release on metacpan or  search on metacpan

t/02_stub.t  view on Meta::CPAN

use strict;
use warnings;
our $VERSION = 0.001_000;

use Test2::V0;
use Test::Alien;
use Alien::JPCRE2;
use Data::Dumper;  # DEBUG

plan(1);

# load alien
alien_ok('Alien::JPCRE2', 'Alien::JPCRE2 loads successfully and conforms to Alien::Base specifications');

done_testing;

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.152 second using v1.00-cache-2.02-grep-82fe00e-cpan-2c419f77a38b )