IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2786


Ignore:
Timestamp:
Dec 21, 2004, 4:53:00 PM (22 years ago)
Author:
jhoblitt
Message:

turned off SOAP::Lite tracing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/lib/Nebulous/Client.pm

    r2785 r2786  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: Client.pm,v 1.1.1.1 2004-12-22 02:16:23 jhoblitt Exp $
     3# $Id: Client.pm,v 1.2 2004-12-22 02:53:00 jhoblitt Exp $
    44
    55package PS::IPP::IData::Client;
     
    1515use PS::IPP::IData::Util qw( :standard );
    1616use Params::Validate qw( validate validate_pos SCALAR );
    17 use SOAP::Lite +trace => [qw( debug )];
     17use SOAP::Lite; # +trace => [qw( debug )];
    1818use Time::HiRes qw( sleep );
    1919use URI;
Note: See TracChangeset for help on using the changeset viewer.