Alzabo
view release on metacpan or search on metacpan
t/99-cleanup.t view on Meta::CPAN
#!/usr/bin/perl -w
use strict;
use File::Spec;
use lib '.', File::Spec->catdir( File::Spec->curdir, 't', 'lib' );
use Alzabo::Test::Utils;
use Test::More tests => 1;
Alzabo::Test::Utils->cleanup;
ok(1);
( run in 0.645 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )