This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
ba540c942c9470fc434352391e8a2dee348deca2
[perl5.git] / cpan / version / t / 00impl-pp.t
1 #! /usr/local/perl -w
2 # Before `make install' is performed this script should be runnable with
3 # `make test'. After `make install' it should work as `perl test.pl'
4
5 #########################
6
7 use Test::More qw/no_plan/;
8
9 BEGIN {
10     (my $coretests = $0) =~ s'[^/]+\.t'coretests.pm';
11     require $coretests;
12     use_ok('version::vpp', 0.9908);
13 }
14
15 BaseTests("version::vpp","new","qv");
16 BaseTests("version::vpp","new","declare");
17 BaseTests("version::vpp","parse", "qv");
18 BaseTests("version::vpp","parse", "declare");