Changeset 17763 for trunk/Nebulous/lib
- Timestamp:
- May 21, 2008, 10:46:18 AM (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
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.
