ssimms / pdfapi2

Create, modify, and examine PDF files in Perl
Other
15 stars 20 forks source link

Correctly specify prereqs on MSWin32 #1

Closed mbeijen closed 7 years ago

mbeijen commented 8 years ago

On Windows, the Win32::TieRegistry module is used. This module is not in core.

It's not specified in dist.ini and thus it's not in the Makefile.PL generated by dzil. The dist.ini does not have a 'native' way of determining prerequisites that differ per OS platform, so we need to use the OSPrereqs plugin.