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

    r16563 r17671  
    2020use PS::IPP::Metadata::Config;
    2121use PS::IPP::Metadata::Stats;
     22use PS::IPP::Config 1.01 qw( :standard );
    2223
    2324use Getopt::Long qw( GetOptions :config auto_help auto_version gnu_getopt );
    2425use Pod::Usage qw( pod2usage );
    25 
    26 use PS::IPP::Config qw(
    27     $PS_EXIT_SUCCESS
    28     $PS_EXIT_UNKNOWN_ERROR
    29     $PS_EXIT_SYS_ERROR
    30     $PS_EXIT_CONFIG_ERROR
    31     $PS_EXIT_PROG_ERROR
    32     $PS_EXIT_DATA_ERROR
    33     $PS_EXIT_TIMEOUT_ERROR
    34     );
    3526
    3627my ($cache, $exp_id, $exp_tag, $dbname, $verbose, $no_update, $no_op);
Note: See TracChangeset for help on using the changeset viewer.