Changeset 18858 for trunk/Nebulous/lib
- Timestamp:
- Aug 1, 2008, 1:55:26 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/lib/Nebulous/Client.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/lib/Nebulous/Client.pm
r18463 r18858 1 1 # Copyright (c) 2004-2008 Joshua Hoblitt 2 2 # 3 # $Id: Client.pm,v 1.5 7 2008-07-10 23:21:27jhoblitt Exp $3 # $Id: Client.pm,v 1.58 2008-08-01 23:55:26 jhoblitt Exp $ 4 4 5 5 package Nebulous::Client; … … 783 783 $log->debug( "entered - @_" ); 784 784 785 my $locations = $self->find_instances( $key );785 my $locations = $self->find_instances( $key, 'any' ); 786 786 787 787 return undef unless $locations;
Note:
See TracChangeset
for help on using the changeset viewer.
