releasing the trial release as stable
[rersyncrecent.git] / t / 00-load.t
blob452bff9d8a1de2541ca72621714cb77131b944a4
1 #!perl
3 use Test::More tests => 3;
5 my $do_mvr;
6 BEGIN {
7         use_ok( 'File::Rsync::Mirror::Recent' );
8         use_ok( 'File::Rsync::Mirror::Recentfile' );
9         use_ok( 'File::Rsync::Mirror::Recentfile::Done' );
10         $do_mvr = eval { require Module::Versions::Report; 1 };
12 if ($do_mvr) {
13     diag(Module::Versions::Report->report);
14 } else {
15     diag( "Testing File::Rsync::Mirror::Recentfile $File::Rsync::Mirror::Recentfile::VERSION, Perl $], $^X" );