[Bps-public-commit] r16971 - sd/trunk

jesse at bestpractical.com jesse at bestpractical.com
Fri Nov 21 19:38:38 EST 2008


Author: jesse
Date: Fri Nov 21 19:38:38 2008
New Revision: 16971

Modified:
   sd/trunk/Makefile.PL

Log:
 * now that Prophet no longer needs Path::Class, we still require it

Modified: sd/trunk/Makefile.PL
==============================================================================
--- sd/trunk/Makefile.PL	(original)
+++ sd/trunk/Makefile.PL	Fri Nov 21 19:38:38 2008
@@ -5,7 +5,8 @@
 license('MIT');
 version_from('lib/App/SD.pm');
 requires('Time::Progress');
-requires 'Prophet'; # URI UNIVERSAL::require Params::Validate Path::Class Class::Accessor Template::Declare::Tags Test::HTTP::Server::Simple JSON Test::WWW::Mechanize
+requires('Path::Class');
+requires 'Prophet'; # URI UNIVERSAL::require Params::Validate Class::Accessor Template::Declare::Tags Test::HTTP::Server::Simple JSON Test::WWW::Mechanize
 requires('Moose'); # Moose::Role
 requires('HTTP::Date');
 



More information about the Bps-public-commit mailing list