Refactor ExtUtils::Embed to work with miniperl.
authorNicholas Clark <nick@ccl4.org>
Sun, 7 Jul 2013 13:12:42 +0000 (15:12 +0200)
committerNicholas Clark <nick@ccl4.org>
Tue, 9 Jul 2013 05:54:26 +0000 (07:54 +0200)
commit566e3efea3c525320e489c80ef426a6cfc5df4a1
treeb41da301a4d8598bc89fdebf4abe3cd323606b8e
parentf8d6280ff20162987d9905bbb380d50485ce4e99
Refactor ExtUtils::Embed to work with miniperl.

Remove the use of FileHandle, which relies on IO, and XS module.
Only load Getopt::Std if it is needed (in xsinit()), to avoid needing to add
Getopt::Std to lib/buildcustomize.pl
Require File::Spec instead of using it, as it exports nothing, so there is no
benefit to using it (but it costs a BEGIN block).
lib/ExtUtils/Embed.pm