AlkantarClanX12
Current Path : /root/.cpanm/latest-build/version-0.9929/t/ |
Current File : //root/.cpanm/latest-build/version-0.9929/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.9929); } BaseTests("version::vpp","new","qv"); BaseTests("version::vpp","new","declare"); BaseTests("version::vpp","parse", "qv"); BaseTests("version::vpp","parse", "declare");