This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix makefile to put queue.pm correctly, update test script.
[perl5.git] / ext / threads / shared / Makefile.PL
index 046e6e4..0179e33 100755 (executable)
@@ -5,6 +5,11 @@ use ExtUtils::MakeMaker;
 WriteMakefile(
     'NAME'             => 'threads::shared',
     'VERSION_FROM'     => 'shared.pm', # finds $VERSION
 WriteMakefile(
     'NAME'             => 'threads::shared',
     'VERSION_FROM'     => 'shared.pm', # finds $VERSION
+             'PM' => {
+                 'shared.pm' => '$(INST_LIBDIR)/shared.pm',
+                 'queue.pm' => '$(INST_LIBDIR)/shared/queue.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
     '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