Changeset 4440 for trunk/Nebulous-Server/lib/Nebulous/Server.pm
- Timestamp:
- Jun 29, 2005, 4:35:06 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/lib/Nebulous/Server.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/lib/Nebulous/Server.pm
r2905 r4440 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: Server.pm,v 1. 8 2005-01-05 04:31:59jhoblitt Exp $4 5 package PS::IPP::IData::Server;3 # $Id: Server.pm,v 1.9 2005-06-30 02:35:06 jhoblitt Exp $ 4 5 package Nebulous::Server; 6 6 7 7 use strict; … … 11 11 12 12 use DBI; 13 use PS::IPP::IData::Util qw( :standard );14 use PS::IPP::IData::Server::Log;15 use PS::IPP::IData::Server::SQL;13 use Nebulous::Util qw( :standard ); 14 use Nebulous::Server::Log; 15 use Nebulous::Server::SQL; 16 16 use Log::Log4perl; 17 17 use Params::Validate qw( validate_pos SCALAR ); … … 40 40 ); 41 41 42 $log = Log::Log4perl::get_logger( " PS::IPP::IData::Server" );43 $sql = PS::IPP::IData::Server::SQL->new;42 $log = Log::Log4perl::get_logger( "Nebulous::Server" ); 43 $sql = Nebulous::Server::SQL->new; 44 44 45 45 $log->debug( "entered - @_" );
Note:
See TracChangeset
for help on using the changeset viewer.
