IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 13, 2008, 4:32:43 PM (18 years ago)
Author:
jhoblitt
Message:

convert scripts that import symbols from PS::IPP::Config to use the :standard tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/ipp_darkstats.pl

    r13987 r17671  
    88use IPC::Cmd 0.36 qw( can_run run );
    99use IO::Handle;
    10 
    1110use PS::IPP::Metadata::List qw( parse_md_list );
    12 
    13 use PS::IPP::Config qw($PS_EXIT_SUCCESS         
    14                        $PS_EXIT_UNKNOWN_ERROR
    15                        $PS_EXIT_SYS_ERROR
    16                        $PS_EXIT_CONFIG_ERROR
    17                        $PS_EXIT_PROG_ERROR
    18                        $PS_EXIT_DATA_ERROR
    19                        $PS_EXIT_TIMEOUT_ERROR
    20                        caturi
    21                        );                        # tools to parse the IPP configuration information
     11use PS::IPP::Config 1.01 qw( :standard );
    2212
    2313my $ipprc = PS::IPP::Config->new(); # IPP configuration
Note: See TracChangeset for help on using the changeset viewer.