More DWIMminess for Class::Struct: calling the array or hash
[p5sagit/p5-mst-13.2.git] / t / lib / cpan-loadme.t
CommitLineData
2787609a 1#!/usr/bin/perl -w
2
3BEGIN {
4 chdir 't' if -d 't';
5 @INC = '../lib';
6}
7
8BEGIN {
9 print "1..1\n";
10}
11use strict;
12use CPAN;
13use CPAN::FirstTime;
14
15print "ok 1\n";
16