Changeset 17540
- Timestamp:
- May 6, 2008, 12:12: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
r17539 r17540 1 1 Revision history for Nebulous 2 2 3 0.09 3 0.09 Tue May 6 12:12:02 HST 2008 4 4 - allow volume name arguments to be undef 5 5 -
trunk/Nebulous-Server/lib/Nebulous/Server.pm
r17539 r17540 1 1 # Copyright (c) 2004-2008 Joshua Hoblitt 2 2 # 3 # $Id: Server.pm,v 1.6 2 2008-05-06 22:10:58jhoblitt Exp $3 # $Id: Server.pm,v 1.63 2008-05-06 22:12:35 jhoblitt Exp $ 4 4 5 5 package Nebulous::Server; … … 9 9 no warnings qw( uninitialized ); 10 10 11 our $VERSION = '0.0 8';11 our $VERSION = '0.09'; 12 12 13 13 use base qw( Class::Accessor::Fast );
Note:
See TracChangeset
for help on using the changeset viewer.
