Changeset 17536 for trunk/Nebulous-Server
- Timestamp:
- May 5, 2008, 4:51:20 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/lib/Nebulous/Server.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/lib/Nebulous/Server.pm
r17535 r17536 1 1 # Copyright (c) 2004-2008 Joshua Hoblitt 2 2 # 3 # $Id: Server.pm,v 1.6 0 2008-05-06 02:49:21jhoblitt Exp $3 # $Id: Server.pm,v 1.61 2008-05-06 02:51:20 jhoblitt Exp $ 4 4 5 5 package Nebulous::Server; … … 22 22 use Nebulous::Server::SQL; 23 23 use Nebulous::Keys qw( parse_neb_key ); 24 use Params::Validate qw( validate_pos SCALAR SCALARREF );24 use Params::Validate qw( validate_pos SCALAR SCALARREF UNDEF ); 25 25 use URI::file; 26 26
Note:
See TracChangeset
for help on using the changeset viewer.
