AnyEvent-Impl-Prima

 view release on metacpan or  search on metacpan

xt/meta-lint.t  view on Meta::CPAN

if( $^O !~ /mswin|darwin/i ) {
    if( ! $ENV{DISPLAY} ) {
        SKIP: {
            skip "Need a display for the tests", 4;
        };
        exit;
    };
};
}

use lib '.';
use vars '%module';
require 'Makefile.PL';
# Loaded from Makefile.PL
%module = get_module_info();
my $module = $module{NAME};

(my $file = $module) =~ s!::!/!g;
require "$file.pm";

my $version = sprintf '%0.2f', $module->VERSION;



( run in 0.243 second using v1.01-cache-2.11-cpan-87723dcf8b7 )