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/detrend_reject_imfile.pl

    r17520 r17671  
    2727use Statistics::Descriptive;                     # tools for calculating basic statistical quantities
    2828use File::Temp qw( tempfile );                   # tools to construct temp files
    29 
    30 use PS::IPP::Config qw($PS_EXIT_SUCCESS         
    31                        $PS_EXIT_UNKNOWN_ERROR
    32                        $PS_EXIT_SYS_ERROR
    33                        $PS_EXIT_CONFIG_ERROR
    34                        $PS_EXIT_PROG_ERROR
    35                        $PS_EXIT_DATA_ERROR
    36                        $PS_EXIT_TIMEOUT_ERROR
    37                        caturi
    38                        );                        # tools to parse the IPP configuration information
     29use PS::IPP::Config 1.01 qw( :standard );
     30
    3931my $ipprc = PS::IPP::Config->new(); # IPP configuration
    4032
Note: See TracChangeset for help on using the changeset viewer.