IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16224


Ignore:
Timestamp:
Jan 24, 2008, 4:11:23 PM (18 years ago)
Author:
jhoblitt
Message:

VERSION 0.06

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/Changes

    r16221 r16224  
    11Revision history for Nebulous
    22
    3 0.06
     30.06 Thu Jan 24 16:10:46 HST 2008
    44    - add Nebulous::Sever:: neb key/uri support
    55    - add Nebulous::Util::parse_neb_key()
  • trunk/Nebulous-Server/lib/Nebulous/Server.pm

    r16222 r16224  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: Server.pm,v 1.48 2008-01-25 01:55:00 jhoblitt Exp $
     3# $Id: Server.pm,v 1.49 2008-01-25 02:11:23 jhoblitt Exp $
    44
    55package Nebulous::Server;
     
    88use warnings FATAL => qw( all );
    99
    10 our $VERSION = '0.05';
     10our $VERSION = '0.06';
    1111
    1212use base qw( Class::Accessor::Fast );
  • trunk/Nebulous/Changes

    r16221 r16224  
    11Revision history for Nebulous
    22
    3 0.06
     30.06 Thu Jan 24 16:10:46 HST 2008
    44    - add Nebulous::Sever:: neb key/uri support
    55    - add Nebulous::Util::parse_neb_key()
  • trunk/Nebulous/lib/Nebulous/Server.pm

    r16222 r16224  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: Server.pm,v 1.48 2008-01-25 01:55:00 jhoblitt Exp $
     3# $Id: Server.pm,v 1.49 2008-01-25 02:11:23 jhoblitt Exp $
    44
    55package Nebulous::Server;
     
    88use warnings FATAL => qw( all );
    99
    10 our $VERSION = '0.05';
     10our $VERSION = '0.06';
    1111
    1212use base qw( Class::Accessor::Fast );
Note: See TracChangeset for help on using the changeset viewer.