X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/709a84d396fb61095efc6271945c1c69bdb4ecfd..0db258a5cca120f45caf497742ccf9a2b3233c7f:/ext/threads/shared/Makefile.PL?ds=sidebyside diff --git a/ext/threads/shared/Makefile.PL b/ext/threads/shared/Makefile.PL index 046e6e4..0179e33 100755 --- a/ext/threads/shared/Makefile.PL +++ b/ext/threads/shared/Makefile.PL @@ -5,6 +5,11 @@ use ExtUtils::MakeMaker; 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