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 --- ext/arybase/Makefile.PL | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 ext/arybase/Makefile.PL (limited to 'ext/arybase') 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