[Bps-public-commit] r16668 - Path-Dispatcher/trunk

sartak at bestpractical.com sartak at bestpractical.com
Tue Nov 4 17:35:55 EST 2008


Author: sartak
Date: Tue Nov  4 17:35:55 2008
New Revision: 16668

Modified:
   Path-Dispatcher/trunk/   (props changed)
   Path-Dispatcher/trunk/Makefile.PL

Log:
 r74957 at onn:  sartak | 2008-11-03 22:20:40 -0500
 We require Test::Exception now


Modified: Path-Dispatcher/trunk/Makefile.PL
==============================================================================
--- Path-Dispatcher/trunk/Makefile.PL	(original)
+++ Path-Dispatcher/trunk/Makefile.PL	Tue Nov  4 17:35:55 2008
@@ -8,6 +8,7 @@
 requires 'Sub::Exporter';
 
 build_requires 'Test::More';
+build_requires 'Test::Exception';
 
 WriteAll;
 



More information about the Bps-public-commit mailing list