Changeset 5664 for trunk/Nebulous/lib
- Timestamp:
- Dec 2, 2005, 4:32:56 PM (21 years ago)
- Location:
- trunk/Nebulous/lib/Nebulous
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
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.
