diff options
Diffstat (limited to 'www/p5-Net-eBay/files/patch-Makefile.PL')
-rw-r--r-- | www/p5-Net-eBay/files/patch-Makefile.PL | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/p5-Net-eBay/files/patch-Makefile.PL b/www/p5-Net-eBay/files/patch-Makefile.PL index 159e6ac21aec..4e1c0034ebd3 100644 --- a/www/p5-Net-eBay/files/patch-Makefile.PL +++ b/www/p5-Net-eBay/files/patch-Makefile.PL @@ -1,13 +1,13 @@ ---- Makefile.PL.orig Sat May 27 17:51:15 2006 -+++ Makefile.PL Sat May 27 17:52:00 2006 -@@ -8,9 +8,7 @@ WriteMakefile( +--- Makefile.PL.orig Mon Sep 11 23:04:42 2006 ++++ Makefile.PL Wed Nov 1 10:16:38 2006 +@@ -8,10 +8,6 @@ VERSION_FROM => 'lib/Net/eBay.pm', ABSTRACT => 'XML based communication with eBay API', PL_FILES => {}, - EXE_FILES => [ 'ebay-official-time.pl', 'ebay-validate-test-user.pl', -- 'ebay-get-categories.pl', 'ebay-add-item.pl', 'ebay-search.pl' +- 'ebay-get-categories.pl', 'ebay-add-item.pl', 'ebay-search.pl', +- 'ebay-revise-item.pl' - ], -+ PREREQ_PM => { 'Test::More' => 0, 'XML::Simple' => 0, |