It's exactly what I wanted - the Perl ecosystem never ceases to amaze! There's always yet another way to do it.
Monday, March 12, 2012
Neat MakeMaker feature
Wow! I had no idea this was possible, but MakeMaker has a PL_FILES feature that allows you to register scripts to run at install time to configure modules before they're installed. That is just so cool - for my Image::Magick::Wand module, I can write a Configure.PL script that finds the Wand DLLs during installation of the CPAN module, then the module can simply pass them off to Inline::C with no further ado!
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment