[Bps-public-commit] r16284 - Prophet/trunk/lib/Prophet/Resolver

jesse at bestpractical.com jesse at bestpractical.com
Sun Oct 12 17:56:58 EDT 2008


Author: jesse
Date: Sun Oct 12 17:56:58 2008
New Revision: 16284

Modified:
   Prophet/trunk/lib/Prophet/Resolver/FromResolutionDB.pm

Log:
* missing require

Modified: Prophet/trunk/lib/Prophet/Resolver/FromResolutionDB.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/Resolver/FromResolutionDB.pm	(original)
+++ Prophet/trunk/lib/Prophet/Resolver/FromResolutionDB.pm	Sun Oct 12 17:56:58 2008
@@ -12,6 +12,8 @@
     my $conflict           = shift;
     my $resdb              = shift;    # XXX: we want diffrent collection actually now
 
+    require Prophet::Collection;
+
     my $res = Prophet::Collection->new(
         handle => $resdb,
         # XXX TODO PULL THIS TYPE FROM A CONSTANT



More information about the Bps-public-commit mailing list