IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5664 for trunk/Nebulous-Server


Ignore:
Timestamp:
Dec 2, 2005, 4:32:56 PM (21 years ago)
Author:
jhoblitt
Message:

Nebulous::Client, Nebulous::Server, & Nebulous::Server::SQL VERSION to '0.02'

Location:
trunk/Nebulous-Server
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/Changes

    r5662 r5664  
    22
    330.02
     4    - Nebulous::Client, Nebulous::Server, & Nebulous::Server::SQL
     5        VERSION to '0.02'
    46    - add Nebulous::Client->open_create()
    57    - change Nebulous::Client->create() to return just a filename
  • trunk/Nebulous-Server/lib/Nebulous/Server.pm

    r5660 r5664  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: Server.pm,v 1.18 2005-12-02 23:48:16 jhoblitt Exp $
     3# $Id: Server.pm,v 1.19 2005-12-03 02:32:56 jhoblitt Exp $
    44
    55package Nebulous::Server;
     
    88use warnings FATAL => qw( all );
    99
    10 our $VERSION = '0.01';
     10our $VERSION = '0.02';
    1111
    1212use DBI;
  • trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm

    r5503 r5664  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: SQL.pm,v 1.17 2005-11-10 21:57:15 jhoblitt Exp $
     3# $Id: SQL.pm,v 1.18 2005-12-03 02:32:56 jhoblitt Exp $
    44
    55package Nebulous::Server::SQL;
     
    88use warnings FATAL => qw( all );
    99
    10 our $VERSION = '0.01';
     10our $VERSION = '0.02';
    1111
    1212use base qw( Class::Accessor::Fast );
Note: See TracChangeset for help on using the changeset viewer.