Changeset 5664
- Timestamp:
- Dec 2, 2005, 4:32:56 PM (21 years ago)
- Location:
- trunk
- Files:
-
- 7 edited
-
Nebulous-Server/Changes (modified) (1 diff)
-
Nebulous-Server/lib/Nebulous/Server.pm (modified) (2 diffs)
-
Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) (2 diffs)
-
Nebulous/Changes (modified) (1 diff)
-
Nebulous/lib/Nebulous/Client.pm (modified) (2 diffs)
-
Nebulous/lib/Nebulous/Server.pm (modified) (2 diffs)
-
Nebulous/lib/Nebulous/Server/SQL.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/Changes
r5662 r5664 2 2 3 3 0.02 4 - Nebulous::Client, Nebulous::Server, & Nebulous::Server::SQL 5 VERSION to '0.02' 4 6 - add Nebulous::Client->open_create() 5 7 - change Nebulous::Client->create() to return just a filename -
trunk/Nebulous-Server/lib/Nebulous/Server.pm
r5660 r5664 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: Server.pm,v 1.1 8 2005-12-02 23:48:16 jhoblitt Exp $3 # $Id: Server.pm,v 1.19 2005-12-03 02:32:56 jhoblitt Exp $ 4 4 5 5 package Nebulous::Server; … … 8 8 use warnings FATAL => qw( all ); 9 9 10 our $VERSION = '0.0 1';10 our $VERSION = '0.02'; 11 11 12 12 use DBI; -
trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm
r5503 r5664 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: SQL.pm,v 1.1 7 2005-11-10 21:57:15jhoblitt Exp $3 # $Id: SQL.pm,v 1.18 2005-12-03 02:32:56 jhoblitt Exp $ 4 4 5 5 package Nebulous::Server::SQL; … … 8 8 use warnings FATAL => qw( all ); 9 9 10 our $VERSION = '0.0 1';10 our $VERSION = '0.02'; 11 11 12 12 use base qw( Class::Accessor::Fast ); -
trunk/Nebulous/Changes
r5662 r5664 2 2 3 3 0.02 4 - Nebulous::Client, Nebulous::Server, & Nebulous::Server::SQL 5 VERSION to '0.02' 4 6 - add Nebulous::Client->open_create() 5 7 - change Nebulous::Client->create() to return just a filename -
trunk/Nebulous/lib/Nebulous/Client.pm
r5662 r5664 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: Client.pm,v 1.2 1 2005-12-03 02:26:59jhoblitt Exp $3 # $Id: Client.pm,v 1.22 2005-12-03 02:32:56 jhoblitt Exp $ 4 4 5 5 package Nebulous::Client; … … 8 8 use warnings FATAL => qw( all ); 9 9 10 our $VERSION = '0.0 1';10 our $VERSION = '0.02'; 11 11 12 12 use File::Copy qw(); -
trunk/Nebulous/lib/Nebulous/Server.pm
r5660 r5664 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: Server.pm,v 1.1 8 2005-12-02 23:48:16 jhoblitt Exp $3 # $Id: Server.pm,v 1.19 2005-12-03 02:32:56 jhoblitt Exp $ 4 4 5 5 package Nebulous::Server; … … 8 8 use warnings FATAL => qw( all ); 9 9 10 our $VERSION = '0.0 1';10 our $VERSION = '0.02'; 11 11 12 12 use DBI; -
trunk/Nebulous/lib/Nebulous/Server/SQL.pm
r5503 r5664 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: SQL.pm,v 1.1 7 2005-11-10 21:57:15jhoblitt Exp $3 # $Id: SQL.pm,v 1.18 2005-12-03 02:32:56 jhoblitt Exp $ 4 4 5 5 package Nebulous::Server::SQL; … … 8 8 use warnings FATAL => qw( all ); 9 9 10 our $VERSION = '0.0 1';10 our $VERSION = '0.02'; 11 11 12 12 use base qw( Class::Accessor::Fast );
Note:
See TracChangeset
for help on using the changeset viewer.
