mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 00:30:33 -04:00
CGI::Application::Plugin::Apache provides easy access to Apache::* modules for CGI::Application. WWW: http://search.cpan.org/dist/CGI-Application-Plugin-Apache/ PR: ports/152383 Submitted by: Kurt Lidl <kurt.lidl@cello.com>
11 lines
310 B
Perl
11 lines
310 B
Perl
--- Build.PL.orig Thu Jul 22 13:31:04 2010
|
|
+++ Build.PL Thu Jul 22 13:31:21 2010
|
|
@@ -29,7 +29,7 @@
|
|
'HTML::GenerateUtil'=> 0,
|
|
},
|
|
build_requires => {
|
|
- 'Apache::Test',
|
|
+ 'Apache::Test' => 1,
|
|
},
|
|
create_makefile_pl => 'passthrough',
|
|
create_readme => 1,
|