Changeset 17763
- Timestamp:
- May 21, 2008, 10:46:18 AM (18 years ago)
- Location:
- trunk/Nebulous
- Files:
-
- 1 added
- 3 edited
-
Changes (modified) (1 diff)
-
MANIFEST (modified) (1 diff)
-
bin/neb-xattr (added)
-
lib/Nebulous/Client.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/Changes
r17756 r17763 2 2 3 3 0.09 4 - add neb-xattr util 4 5 - change Nebulous::Client->find() to handle a volume param and to fall back 5 6 to searching on the ':any' volume if the first search fails -
trunk/Nebulous/MANIFEST
r17750 r17763 19 19 bin/neb-stat 20 20 bin/neb-touch 21 bin/neb-xattr 21 22 docs/c_api.h 22 23 docs/database_setup.txt -
trunk/Nebulous/lib/Nebulous/Client.pm
r17756 r17763 1 1 # Copyright (c) 2004-2008 Joshua Hoblitt 2 2 # 3 # $Id: Client.pm,v 1.5 2 2008-05-20 03:46:11jhoblitt Exp $3 # $Id: Client.pm,v 1.53 2008-05-21 20:46:18 jhoblitt Exp $ 4 4 5 5 package Nebulous::Client; … … 486 486 type => SCALAR, 487 487 callbacks => { 488 'is read or write' => sub { $_[0] =~ /^(?:create|replace)$/i },488 'is create or replace' => sub { $_[0] =~ /^(?:create|replace)$/i }, 489 489 }, 490 490 },
Note:
See TracChangeset
for help on using the changeset viewer.
