Test-Harness

 view release on metacpan or  search on metacpan

t/source.t  view on Meta::CPAN

use strict;
use warnings;

use Test::More tests => 45;
use File::Spec;

my $dir = 't/source_tests';

use_ok('TAP::Parser::Source');

sub ct($) {
    my $hash = shift;
    if ( $ENV{PERL_CORE} ) {
        delete $hash->{is_symlink};
        delete $hash->{lstat};
    }
    return $hash;
}

# Basic tests
{



( run in 1.951 second using v1.01-cache-2.11-cpan-524268b4103 )