Changeset 2898 for trunk/Nebulous-Server
- Timestamp:
- Jan 4, 2005, 4:44:54 PM (22 years ago)
- Location:
- trunk/Nebulous-Server/lib/Nebulous
- Files:
-
- 4 edited
-
Server.pm (modified) (1 diff)
-
Server/Apache.pm (modified) (1 diff)
-
Server/Log.pm (modified) (1 diff)
-
Server/SQL.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/lib/Nebulous/Server.pm
r2785 r2898 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: Server.pm,v 1. 1.1.1 2004-12-22 02:16:24 jhoblitt Exp $3 # $Id: Server.pm,v 1.2 2005-01-05 02:44:54 jhoblitt Exp $ 4 4 5 5 package PS::IPP::IData::Server; 6 6 7 7 use strict; 8 use warnings; 9 no warnings qw( uninitialized ); 8 use warnings FATAL => qw( all ); 10 9 11 10 our $VERSION = '0.01'; -
trunk/Nebulous-Server/lib/Nebulous/Server/Apache.pm
r2785 r2898 6 6 7 7 use strict; 8 use warnings FATAL => qw( all ); 8 9 9 10 our $VERSION = 0.01; -
trunk/Nebulous-Server/lib/Nebulous/Server/Log.pm
r2785 r2898 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: Log.pm,v 1. 1.1.1 2004-12-22 02:16:24 jhoblitt Exp $3 # $Id: Log.pm,v 1.2 2005-01-05 02:44:54 jhoblitt Exp $ 4 4 5 5 package PS::IPP::IData::Server::Log; 6 6 7 7 use strict; 8 use warnings FATAL => qw( all ); 8 9 9 10 our $VERSION = '0.01'; -
trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm
r2785 r2898 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: SQL.pm,v 1. 1.1.1 2004-12-22 02:16:24 jhoblitt Exp $3 # $Id: SQL.pm,v 1.2 2005-01-05 02:44:54 jhoblitt Exp $ 4 4 5 5 package PS::IPP::IData::Server::SQL; 6 6 7 7 use strict; 8 use warnings FATAL => qw( all ); 8 9 9 10 our $VERSION = '0.01';
Note:
See TracChangeset
for help on using the changeset viewer.
