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