82dee7de92a0bd35 failed to add ext/lib/Makefile.PL. Oops.
[p5sagit/p5-mst-13.2.git] / ext / ExtUtils-MakeMaker / t / dir_target.t
1 #!/usr/bin/perl -w
2
3 BEGIN {
4     unshift @INC, 't/lib/';
5 }
6 chdir 't';
7
8 use Test::More tests => 1;
9 use ExtUtils::MakeMaker;
10
11 # dir_target() was typo'd as dir_targets()
12 can_ok('MM', 'dir_target');