Fix a2p manpage (from Debian)
[p5sagit/p5-mst-13.2.git] / lib / ExtUtils / t / dir_target.t
1 #!/usr/bin/perl -w
2
3 BEGIN {
4     if( $ENV{PERL_CORE} ) {
5         chdir 't';
6         @INC = ('../lib', 'lib/');
7     }
8     else {
9         unshift @INC, 't/lib/';
10     }
11 }
12 chdir 't';
13
14 use Test::More tests => 1;
15 use ExtUtils::MakeMaker;
16
17 # For backwards compat with some Tk modules, dir_target() has to be there.
18 can_ok('MM', 'dir_target');