IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17540


Ignore:
Timestamp:
May 6, 2008, 12:12:35 PM (18 years ago)
Author:
jhoblitt
Message:

VERSION 0.09

Location:
trunk/Nebulous-Server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/Changes

    r17539 r17540  
    11Revision history for Nebulous
    22
    3 0.09
     30.09 Tue May  6 12:12:02 HST 2008
    44    - allow volume name arguments to be undef
    55
  • trunk/Nebulous-Server/lib/Nebulous/Server.pm

    r17539 r17540  
    11# Copyright (c) 2004-2008  Joshua Hoblitt
    22#
    3 # $Id: Server.pm,v 1.62 2008-05-06 22:10:58 jhoblitt Exp $
     3# $Id: Server.pm,v 1.63 2008-05-06 22:12:35 jhoblitt Exp $
    44
    55package Nebulous::Server;
     
    99no warnings qw( uninitialized );
    1010
    11 our $VERSION = '0.08';
     11our $VERSION = '0.09';
    1212
    1313use base qw( Class::Accessor::Fast );
Note: See TracChangeset for help on using the changeset viewer.