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

    r16563 r17671  
    1919use PS::IPP::Metadata::Config;
    2020use PS::IPP::Metadata::Stats;
    21 
    22 use PS::IPP::Config qw(
    23     $PS_EXIT_SUCCESS
    24     $PS_EXIT_UNKNOWN_ERROR
    25     $PS_EXIT_SYS_ERROR
    26     $PS_EXIT_CONFIG_ERROR
    27     $PS_EXIT_PROG_ERROR
    28     $PS_EXIT_DATA_ERROR
    29     $PS_EXIT_TIMEOUT_ERROR
    30     );
     21use PS::IPP::Config 1.01 qw( :standard );
    3122
    3223my $ipprc = PS::IPP::Config->new(); # IPP configuration
Note: See TracChangeset for help on using the changeset viewer.