%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /proc/self/root/root/.cpanm/latest-build/version-0.9924/t/
Upload File :
Create Path :
Current File : //proc/self/root/root/.cpanm/latest-build/version-0.9924/t/00impl-pp.t

#! /usr/local/perl -w
# Before `make install' is performed this script should be runnable with
# `make test'. After `make install' it should work as `perl test.pl'

#########################

use Test::More qw/no_plan/;
use File::Spec;

BEGIN {
    my $coretests = File::Spec->rel2abs(
        File::Spec->catpath(
            (File::Spec->splitpath($0))[0,1], 'coretests.pm'
        )
    );
    require $coretests;
    use_ok('version::vpp', 0.9924);
}

BaseTests("version::vpp","new","qv");
BaseTests("version::vpp","new","declare");
BaseTests("version::vpp","parse", "qv");
BaseTests("version::vpp","parse", "declare");

Zerion Mini Shell 1.0