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_detrend_combine.pl

    r17105 r17671  
    1717use PS::IPP::Metadata::Config;
    1818use PS::IPP::Metadata::List qw( parse_md_list );
    19 
    20 use PS::IPP::Config qw($PS_EXIT_SUCCESS
    21                        $PS_EXIT_UNKNOWN_ERROR
    22                        $PS_EXIT_SYS_ERROR
    23                        $PS_EXIT_CONFIG_ERROR
    24                        $PS_EXIT_PROG_ERROR
    25                        $PS_EXIT_DATA_ERROR
    26                        $PS_EXIT_TIMEOUT_ERROR
    27                        caturi
    28                        );
     19use PS::IPP::Config 1.01 qw( :standard );
     20
    2921my $ipprc = PS::IPP::Config->new(); # IPP configuration
    3022
Note: See TracChangeset for help on using the changeset viewer.