From b256460cd383b29766d66530f181b61c40a4eccb Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Wed, 26 Oct 2011 15:14:12 -0700 Subject: =?UTF-8?q?Remove=20arybase=E2=80=99s=20Makefile.PL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It only existed to work around an ExtUtils::MakeMaker problem that is now fixed --- MANIFEST | 1 - ext/arybase/Makefile.PL | 16 ---------------- 2 files changed, 17 deletions(-) delete mode 100644 ext/arybase/Makefile.PL diff --git a/MANIFEST b/MANIFEST index 321d48d0d9..8336e2c0e3 100644 --- a/MANIFEST +++ b/MANIFEST @@ -3530,7 +3530,6 @@ epoc/epoc_stubs.c EPOC port epoc/link.pl EPOC port link a exe ext/arybase/arybase.pm For $[ ext/arybase/arybase.xs For $[ -ext/arybase/Makefile.PL For $[ ext/arybase/ptable.h For $[ ext/arybase/t/aeach.t For $[ ext/arybase/t/aelem.t For $[ diff --git a/ext/arybase/Makefile.PL b/ext/arybase/Makefile.PL deleted file mode 100644 index 2d372a6d68..0000000000 --- a/ext/arybase/Makefile.PL +++ /dev/null @@ -1,16 +0,0 @@ -use ExtUtils::MakeMaker; - -WriteMakefile( - NAME => 'arybase', - VERSION_FROM => 'arybase.pm', - ABSTRACT_FROM => 'arybase.pm', - realclean => { FILES => "" }, -); - -# To work around nmake stupidity. See rt.cpan.org #71847. -package MY; -sub ppd { - my $stuff = SUPER::ppd{} @_; - $stuff =~ s/ \$\[/ \$\$[/; - $stuff; -} -- cgit v1.2.1