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

    r16563 r17671  
    3535use PS::IPP::Metadata::Config;
    3636use PS::IPP::Metadata::Stats;
    37 
    38 use PS::IPP::Config qw(
    39     $PS_EXIT_SUCCESS
    40     $PS_EXIT_UNKNOWN_ERROR
    41     $PS_EXIT_SYS_ERROR
    42     $PS_EXIT_CONFIG_ERROR
    43     $PS_EXIT_PROG_ERROR
    44     $PS_EXIT_DATA_ERROR
    45     $PS_EXIT_TIMEOUT_ERROR
    46     );
     37use PS::IPP::Config 1.01 qw( :standard );
    4738
    4839my $ipprc = PS::IPP::Config->new(); # IPP configuration
Note: See TracChangeset for help on using the changeset viewer.