- Timestamp:
- May 3, 2010, 8:45:22 AM (16 years ago)
- Location:
- branches/simmosaic_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Nebulous-Server/lib/Nebulous/Server/Config.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simmosaic_branches
- Property svn:mergeinfo changed
-
branches/simmosaic_branches/Nebulous-Server/lib/Nebulous/Server/Config.pm
r24370 r27839 13 13 14 14 use Log::Log4perl qw( :levels ); 15 use Params::Validate qw( validate validate_pos SCALAR ARRAYREF );15 use Params::Validate qw( validate validate_pos SCALAR ARRAYREF UNDEF ); 16 16 17 17 our %LEVELS = ( … … 32 32 dsn => { type => SCALAR }, 33 33 dbuser => { type => SCALAR }, 34 dbpasswd => { type => SCALAR },34 dbpasswd => { type => SCALAR | UNDEF }, 35 35 }; 36 36 … … 48 48 dsn => { type => SCALAR, optional => 1 }, 49 49 dbuser => { type => SCALAR, optional => 1 }, 50 dbpasswd => { type => SCALAR , optional => 1 },50 dbpasswd => { type => SCALAR | UNDEF, optional => 1 }, 51 51 memcached_servers => { type => ARRAYREF, optional => 1 }, 52 52 };
Note:
See TracChangeset
for help on using the changeset viewer.
