[svk-commit] r2368 - trunk

nobody at bestpractical.com nobody at bestpractical.com
Mon Mar 26 18:07:22 EDT 2007


Author: glasser
Date: Mon Mar 26 18:07:21 2007
New Revision: 2368

Modified:
   trunk/   (props changed)
   trunk/Makefile.PL

Log:
Add dep on Test::Exception (since r2351)


Modified: trunk/Makefile.PL
==============================================================================
--- trunk/Makefile.PL	(original)
+++ trunk/Makefile.PL	Mon Mar 26 18:07:21 2007
@@ -96,6 +96,7 @@
 ) if ($^O eq 'MSWin32');
 build_requires(
     'Test::More'               => '0.42',
+    'Test::Exception'          => '0.25',
 );
 features(
     'Localized messages' => [


More information about the svk-commit mailing list