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

    r17669 r17671  
    1414use IPC::Cmd 0.36 qw( can_run run );
    1515use PS::IPP::Metadata::Config;
     16use PS::IPP::Config 1.01 qw( :standard );
    1617
    1718use Getopt::Long qw( GetOptions :config auto_help auto_version gnu_getopt );
    1819use Pod::Usage qw( pod2usage );
    19 
    20 use PS::IPP::Config qw(
    21     $PS_EXIT_SUCCESS
    22     $PS_EXIT_UNKNOWN_ERROR
    23     $PS_EXIT_SYS_ERROR
    24     $PS_EXIT_CONFIG_ERROR
    25     $PS_EXIT_PROG_ERROR
    26     $PS_EXIT_DATA_ERROR
    27     $PS_EXIT_TIMEOUT_ERROR
    28     metadataLookupStr
    29     );
    3020
    3121my ($exp_name, $class_id, $dbname, $verbose);
Note: See TracChangeset for help on using the changeset viewer.