ExtUtils::MakeMaker 6.55_02
[p5sagit/p5-mst-13.2.git] / lib / ExtUtils / t / dir_target.t
index eae77ae..9b7dfe7 100644 (file)
@@ -14,5 +14,5 @@ chdir 't';
 use Test::More tests => 1;
 use ExtUtils::MakeMaker;
 
-# For backwards compat with some Tk modules, dir_target() has to be there.
-can_ok('MM', 'dir_target');
\ No newline at end of file
+# dir_target() was typo'd as dir_targets()
+can_ok('MM', 'dir_target');