[Rt-commit] r3584 - Test-HTTP-Server-Simple
glasser at bestpractical.com
glasser at bestpractical.com
Tue Aug 2 18:54:08 EDT 2005
Author: glasser
Date: Tue Aug 2 18:54:08 2005
New Revision: 3584
Modified:
Test-HTTP-Server-Simple/Makefile.PL
Log:
Note prereq of Test::Builder::Tester
Modified: Test-HTTP-Server-Simple/Makefile.PL
==============================================================================
--- Test-HTTP-Server-Simple/Makefile.PL (original)
+++ Test-HTTP-Server-Simple/Makefile.PL Tue Aug 2 18:54:08 2005
@@ -11,6 +11,7 @@
PREREQ_PM => {
'Test::More' => 0,
'Test::Builder' => 0,
+ 'Test::Builder::Tester' => 1.01,
'HTTP::Server::Simple' => 0,
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
More information about the Rt-commit
mailing list