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

    r16752 r17671  
    1010use PS::IPP::Metadata::Config;
    1111use PS::IPP::Metadata::List qw( parse_md_list );
     12use PS::IPP::Config 1.01 qw( :standard );
    1213
    1314use Getopt::Long qw( GetOptions :config auto_help auto_version gnu_getopt );
    1415use Pod::Usage qw( pod2usage );
    15 use PS::IPP::Config qw(
    16                        $PS_EXIT_SUCCESS
    17                        $PS_EXIT_UNKNOWN_ERROR
    18                        $PS_EXIT_SYS_ERROR
    19                        $PS_EXIT_CONFIG_ERROR
    20                        $PS_EXIT_PROG_ERROR
    21                        $PS_EXIT_DATA_ERROR
    22                        $PS_EXIT_TIMEOUT_ERROR
    23                        caturi
    24                        );
    2516
    2617my $ipprc = PS::IPP::Config->new(); # IPP configuration
Note: See TracChangeset for help on using the changeset viewer.