Changeset 24304 for trunk/Nebulous-Server/lib/Nebulous/Key.pm
- Timestamp:
- Jun 2, 2009, 4:29:49 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/lib/Nebulous/Key.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/lib/Nebulous/Key.pm
r23932 r24304 27 27 { 28 28 my ($key, $volume) = @_; 29 return unless defined $key; 29 30 die "key param is not optional" unless defined $key; 31 die "too many params" if scalar @_ > 2; 30 32 31 33 # white space is not allowed
Note:
See TracChangeset
for help on using the changeset viewer.
