Changeset 2900
- Timestamp:
- Jan 4, 2005, 5:03:30 PM (22 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
Nebulous-Server/lib/Nebulous/Server.pm (modified) (2 diffs)
-
Nebulous-Server/lib/Nebulous/Server/Apache.pm (modified) (2 diffs)
-
Nebulous/lib/Nebulous/Server.pm (modified) (2 diffs)
-
Nebulous/lib/Nebulous/Server/Apache.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/lib/Nebulous/Server.pm
r2898 r2900 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: Server.pm,v 1. 2 2005-01-05 02:44:54jhoblitt Exp $3 # $Id: Server.pm,v 1.3 2005-01-05 03:03:30 jhoblitt Exp $ 4 4 5 5 package PS::IPP::IData::Server; … … 618 618 619 619 sub _get_storage_volume { 620 $log->debug( "entered - @_" ); 620 no warnings qw( uninitialized ); 621 $log->debug( "entered - @_" ); 622 use warnings; 621 623 622 624 my $name = shift; -
trunk/Nebulous-Server/lib/Nebulous/Server/Apache.pm
r2898 r2900 10 10 our $VERSION = 0.01; 11 11 12 use PS::IPP::IData::Server; 12 13 use SOAP::Transport::HTTP; 13 14 … … 16 17 ->options({ compress_threshold => 10 * 1024 }); 17 18 19 no warnings qw( redefine ); 18 20 sub handler { $server->handler(@_); } 21 use warnings; 19 22 20 23 1; -
trunk/Nebulous/lib/Nebulous/Server.pm
r2898 r2900 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: Server.pm,v 1. 2 2005-01-05 02:44:54jhoblitt Exp $3 # $Id: Server.pm,v 1.3 2005-01-05 03:03:30 jhoblitt Exp $ 4 4 5 5 package PS::IPP::IData::Server; … … 618 618 619 619 sub _get_storage_volume { 620 $log->debug( "entered - @_" ); 620 no warnings qw( uninitialized ); 621 $log->debug( "entered - @_" ); 622 use warnings; 621 623 622 624 my $name = shift; -
trunk/Nebulous/lib/Nebulous/Server/Apache.pm
r2898 r2900 10 10 our $VERSION = 0.01; 11 11 12 use PS::IPP::IData::Server; 12 13 use SOAP::Transport::HTTP; 13 14 … … 16 17 ->options({ compress_threshold => 10 * 1024 }); 17 18 19 no warnings qw( redefine ); 18 20 sub handler { $server->handler(@_); } 21 use warnings; 19 22 20 23 1;
Note:
See TracChangeset
for help on using the changeset viewer.
