xref: /openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/dir_target.t (revision 898184e3e61f9129feb5978fad5a8c6865f00b92)
1#!/usr/bin/perl -w
2
3use lib 't/lib';
4chdir 't';
5
6use Test::More tests => 1;
7use ExtUtils::MakeMaker;
8
9# dir_target() was typo'd as dir_targets()
10can_ok('MM', 'dir_target');
11