AnyEvent-FTP

 view release on metacpan or  search on metacpan

inc/ServerTests.pm  view on Meta::CPAN

package inc::ServerTests;

use Moose;
use namespace::autoclean;
use 5.010;
use Path::Class qw( file dir );
use YAML qw( LoadFile DumpFile );
use File::Glob qw( bsd_glob );

with 'Dist::Zilla::Role::TestRunner';

sub test
{
  my($self, $target) = @_;

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.981 second using v1.00-cache-2.02-grep-82fe00e-cpan-c98054f2a92 )