Changeset 18454 for trunk/Nebulous/lib
- Timestamp:
- Jul 9, 2008, 4:38:24 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
r17765 r18454 1 1 # Copyright (c) 2004-2008 Joshua Hoblitt 2 2 # 3 # $Id: Client.pm,v 1.5 4 2008-05-22 01:39:41jhoblitt Exp $3 # $Id: Client.pm,v 1.55 2008-07-10 02:38:24 jhoblitt Exp $ 4 4 5 5 package Nebulous::Client; … … 695 695 696 696 # then fall back to looking for isntances on any volume 697 $locations = $self->find_instances( $key, ' :any');697 $locations = $self->find_instances( $key, '~any'); 698 698 unless (defined $locations) { 699 699 return;
Note:
See TracChangeset
for help on using the changeset viewer.
