summaryrefslogtreecommitdiff
path: root/www/p5-HTTP-Cookies-w3m/files/patch-Makefile.PL
blob: 56fbc0e923235b85c448d213cad598d2ac6e4c10 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Makefile.PL.orig	2006-05-24 21:24:04.000000000 +0900
+++ Makefile.PL	2010-07-25 02:37:50.000000000 +0900
@@ -4,7 +4,7 @@
 author('Kazuhiro Osawa <ko@yappo.ne.jp>');
 all_from('lib/HTTP/Cookies/w3m.pm');
 
-build_requires(Test::More => 0.42);
+build_requires('Test::More' => 0.42);
 
 auto_include;
 auto_install;