[Bps-public-commit] r16771 - Prophet/trunk/lib/Prophet/CLI/Command

jesse at bestpractical.com jesse at bestpractical.com
Sat Nov 8 22:40:40 EST 2008


Author: jesse
Date: Sat Nov  8 22:40:40 2008
New Revision: 16771

Modified:
   Prophet/trunk/lib/Prophet/CLI/Command/Pull.pm

Log:
* missing 'require URI' line


Modified: Prophet/trunk/lib/Prophet/CLI/Command/Pull.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/CLI/Command/Pull.pm	(original)
+++ Prophet/trunk/lib/Prophet/CLI/Command/Pull.pm	Sat Nov  8 22:40:40 2008
@@ -59,6 +59,7 @@
             for my $entry ( $res->entries ) {
                 if ( $entry->name eq $self->arg('db_uuid') ) {
                     print "Found a database replica on " . $entry->hostname."\n";
+                    require URI;
                     my $uri = URI->new();
                     $uri->scheme( 'http' );
                     $uri->host($entry->hostname);



More information about the Bps-public-commit mailing list