versions threads modules
[p5sagit/p5-mst-13.2.git] / ext / threads / shared / Makefile.PL
index 046e6e4..18ac115 100755 (executable)
@@ -5,6 +5,9 @@ use ExtUtils::MakeMaker;
 WriteMakefile(
     'NAME'             => 'threads::shared',
     'VERSION_FROM'     => 'shared.pm', # finds $VERSION
+             'PM' => {
+                 'shared.pm'    => '$(INST_LIBDIR)/shared.pm',
+             },
     'PREREQ_PM'                => {}, # e.g., Module::Name => 1.1
     ($] >= 5.005 ?    ## Add these new keywords supported since 5.005
       (ABSTRACT_FROM => 'shared.pm', # retrieve abstract from module