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