Changeset 16566
- Timestamp:
- Feb 21, 2008, 1:21:09 PM (18 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
Nebulous-Server/lib/Nebulous/Server.pm (modified) (2 diffs)
-
Nebulous/lib/Nebulous/Server.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/lib/Nebulous/Server.pm
r16565 r16566 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: Server.pm,v 1.5 3 2008-02-21 23:20:39 jhoblitt Exp $3 # $Id: Server.pm,v 1.54 2008-02-21 23:21:09 jhoblitt Exp $ 4 4 5 5 package Nebulous::Server; … … 27 27 __PACKAGE__->mk_accessors(qw( log sql config )); 28 28 29 use constant SUBPATH_DEPTH => 3;29 use constant SUBPATH_DEPTH => 2; 30 30 31 31 sub new { -
trunk/Nebulous/lib/Nebulous/Server.pm
r16565 r16566 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: Server.pm,v 1.5 3 2008-02-21 23:20:39 jhoblitt Exp $3 # $Id: Server.pm,v 1.54 2008-02-21 23:21:09 jhoblitt Exp $ 4 4 5 5 package Nebulous::Server; … … 27 27 __PACKAGE__->mk_accessors(qw( log sql config )); 28 28 29 use constant SUBPATH_DEPTH => 3;29 use constant SUBPATH_DEPTH => 2; 30 30 31 31 sub new {
Note:
See TracChangeset
for help on using the changeset viewer.
