IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 4, 2005, 5:03:30 PM (22 years ago)
Author:
jhoblitt
Message:

suppress warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/lib/Nebulous/Server/Apache.pm

    r2898 r2900  
    1010our $VERSION = 0.01;
    1111
     12use PS::IPP::IData::Server;
    1213use SOAP::Transport::HTTP;
    1314
     
    1617    ->options({ compress_threshold => 10 * 1024 });
    1718
     19no warnings qw( redefine );
    1820sub handler { $server->handler(@_); }
     21use warnings;
    1922
    20231;
Note: See TracChangeset for help on using the changeset viewer.