[patch] Hash::Util::FieldHash v1.01
[p5sagit/p5-mst-13.2.git] / ext / Hash / Util / Makefile.PL
index a328bfe..7b7c166 100644 (file)
@@ -8,6 +8,7 @@ WriteMakefile(
     MAN3PODS        => {},  # Pods will be built by installman.
     NAME            => "Hash::Util",
     DEFINE          => "-DPERL_EXT",
+    DIR             => ['FieldHash'],
 );
 
 package MY;