[Bps-public-commit] r16753 - Prophet/branches/init-and-clone

sartak at bestpractical.com sartak at bestpractical.com
Sat Nov 8 00:16:06 EST 2008


Author: sartak
Date: Sat Nov  8 00:16:06 2008
New Revision: 16753

Modified:
   Prophet/branches/init-and-clone/   (props changed)
   Prophet/branches/init-and-clone/Makefile.PL

Log:
 r75185 at onn:  sartak | 2008-11-08 00:12:23 -0500
 ocd nit


Modified: Prophet/branches/init-and-clone/Makefile.PL
==============================================================================
--- Prophet/branches/init-and-clone/Makefile.PL	(original)
+++ Prophet/branches/init-and-clone/Makefile.PL	Sat Nov  8 00:16:06 2008
@@ -9,7 +9,6 @@
 requires('IPC::Run3');
 requires('Data::UUID');
 requires('Path::Class');
-build_requires('Test::Exception' => '0.26' );
 requires('Term::ReadKey');
 requires('Digest::SHA1');  # Core in 5.10
 requires('LWP::Simple'); # Part of lib-www-perl
@@ -27,6 +26,8 @@
 requires('Path::Dispatcher' => '0.02'); # Path::Dispatcher::Declarative
 requires('Time::Progress');
 
+build_requires('Test::Exception' => '0.26');
+
 use Term::ReadLine; # if we don't do this, ::Perl fails
 features(
     'Improved interactive shell' => [



More information about the Bps-public-commit mailing list