Changeset 17453
- Timestamp:
- Apr 17, 2008, 4:08:35 PM (18 years ago)
- Location:
- trunk/Nebulous-Server
- Files:
-
- 2 edited
-
Changes (modified) (1 diff)
-
lib/Nebulous/Server.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/Changes
r17452 r17453 1 1 Revision history for Nebulous 2 2 3 0.08 3 0.08 Thu Apr 17 16:08:16 HST 2008 4 4 - set permissions on storage instance directories 5 5 -
trunk/Nebulous-Server/lib/Nebulous/Server.pm
r17452 r17453 1 1 # Copyright (c) 2004-2008 Joshua Hoblitt 2 2 # 3 # $Id: Server.pm,v 1.5 8 2008-04-18 02:07:06jhoblitt Exp $3 # $Id: Server.pm,v 1.59 2008-04-18 02:08:35 jhoblitt Exp $ 4 4 5 5 package Nebulous::Server; … … 8 8 use warnings FATAL => qw( all ); 9 9 10 our $VERSION = '0.0 7';10 our $VERSION = '0.08'; 11 11 12 12 use base qw( Class::Accessor::Fast );
Note:
See TracChangeset
for help on using the changeset viewer.
