xref: /openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/dir_target.t (revision ac9b4aacc1da35008afea06a5d23c2f2dea9b93e)
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