Changeset 17650 for trunk/Nebulous-Server/lib/Nebulous/Server.pm
- Timestamp:
- May 12, 2008, 5:55:08 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/lib/Nebulous/Server.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/lib/Nebulous/Server.pm
r17620 r17650 1 1 # Copyright (c) 2004-2008 Joshua Hoblitt 2 2 # 3 # $Id: Server.pm,v 1.6 6 2008-05-10 01:15:13jhoblitt Exp $3 # $Id: Server.pm,v 1.67 2008-05-13 03:55:08 jhoblitt Exp $ 4 4 5 5 package Nebulous::Server; … … 1076 1076 { 1077 1077 type => SCALAR, 1078 callbacks => {1079 'is valid object key' => sub { $self->_is_valid_object_key($_[0]) },1080 },1081 1078 }, 1082 1079 ); … … 1087 1084 1088 1085 $log->debug("entered - @_"); 1086 1087 # does this key exist? 1088 return unless ($self->_is_valid_object_key($key)); 1089 1089 1090 1090 # ignore volume
Note:
See TracChangeset
for help on using the changeset viewer.
