Changeset 2898 for trunk/Nebulous/lib
- Timestamp:
- Jan 4, 2005, 4:44:54 PM (22 years ago)
- Location:
- trunk/Nebulous/lib/Nebulous
- Files:
-
- 7 edited
-
Client.pm (modified) (1 diff)
-
Client/Log.pm (modified) (1 diff)
-
Server.pm (modified) (1 diff)
-
Server/Apache.pm (modified) (1 diff)
-
Server/Log.pm (modified) (1 diff)
-
Server/SQL.pm (modified) (1 diff)
-
Util.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/lib/Nebulous/Client.pm
r2895 r2898 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: Client.pm,v 1. 9 2005-01-04 23:27:37jhoblitt Exp $3 # $Id: Client.pm,v 1.10 2005-01-05 02:44:54 jhoblitt Exp $ 4 4 5 5 package PS::IPP::IData::Client; 6 6 7 7 use strict; 8 use warnings ;8 use warnings FATAL => qw( all ); 9 9 10 10 our $VERSION = '0.01'; -
trunk/Nebulous/lib/Nebulous/Client/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::Client::Log; 6 6 7 7 use strict; 8 use warnings FATAL => qw( all ); 8 9 9 10 our $VERSION = '0.01'; -
trunk/Nebulous/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/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/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/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'; -
trunk/Nebulous/lib/Nebulous/Util.pm
r2785 r2898 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: Util.pm,v 1. 1.1.1 2004-12-22 02:16:24 jhoblitt Exp $3 # $Id: Util.pm,v 1.2 2005-01-05 02:44:54 jhoblitt Exp $ 4 4 5 5 package PS::IPP::IData::Util; 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.
