repo.or.cz
/
rersyncrecent.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
debugging aid
[rersyncrecent.git]
/
t
/
00-load.t
blob
c5cf649cc2478b764969fc47932b5832c4ae8cd3
1
#!perl -T
2
3
use Test::More tests => 1;
4
5
BEGIN {
6
use_ok( 'File::Rsync::Mirror::Recentfile' );
7
}
8
9
diag( "Testing File::Rsync::Mirror::Recentfile $File::Rsync::Mirror::Recentfile::VERSION, Perl $], $^X" );