summaryrefslogtreecommitdiff
path: root/lib/ExtUtils
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2013-07-08 11:21:15 +0200
committerNicholas Clark <nick@ccl4.org>2013-07-09 07:54:26 +0200
commitd573a731832b47514921a72ae88e60b18be87e33 (patch)
tree633ec9e525b837c2d89d614750887413ef674bf1 /lib/ExtUtils
parent5ec3aaed3924eb916d899592d7ddce99dd92959b (diff)
downloadperl-d573a731832b47514921a72ae88e60b18be87e33.tar.gz
Refactor ExtUtils::Miniperl to use ExtUtils::Embed.
There is now only one copy of Perl code to generate the C for an xsinit() function. This also eliminates ExtUtils::Miniperl::canon(), which was not exported, and is no longer needed.
Diffstat (limited to 'lib/ExtUtils')
-rw-r--r--lib/ExtUtils/Embed.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/ExtUtils/Embed.pm b/lib/ExtUtils/Embed.pm
index 69f2822111..23ee07a784 100644
--- a/lib/ExtUtils/Embed.pm
+++ b/lib/ExtUtils/Embed.pm
@@ -23,10 +23,6 @@ $VERSION = '1.31';
&ccopts &ccflags &ccdlflags &perl_inc
&xsi_header &xsi_protos &xsi_body);
-#let's have Miniperl borrow from us instead
-#require ExtUtils::Miniperl;
-#*canon = \&ExtUtils::Miniperl::canon;
-
$Verbose = 0;
$lib_ext = $Config{lib_ext} || '.a';