summaryrefslogtreecommitdiff
path: root/t/lib/cpan-loadme.t
blob: dce7e1081d9e0ca0723d30939868e506bf723a5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/perl -w

BEGIN {
	chdir 't' if -d 't';
	@INC = '../lib';
}

BEGIN {
    print "1..1\n";
}
use strict;
use CPAN;
use CPAN::FirstTime;

print "ok 1\n";