Allow appending on a PerlIO::Scalar
[p5sagit/p5-mst-13.2.git] / t / lib / cpan-loadme.t
1 #!/usr/bin/perl -w
2
3 BEGIN {
4         chdir 't' if -d 't';
5         @INC = '../lib';
6 }
7
8 BEGIN {
9     print "1..1\n";
10 }
11 use strict;
12 use CPAN;
13 use CPAN::FirstTime;
14
15 print "ok 1\n";
16