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

    r17521 r17671  
    1818use PS::IPP::Metadata::Stats;
    1919use PS::IPP::Metadata::List qw( parse_md_list );
    20 
     20use PS::IPP::Config 1.01 qw( :standard );
    2121use File::Temp qw( tempfile );
    2222
    23 use PS::IPP::Config qw($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                        metadataLookupStr
    31                        metadataLookupBool
    32                        caturi
    33                        );
    3423my $ipprc = PS::IPP::Config->new(); # IPP configuration
    3524
Note: See TracChangeset for help on using the changeset viewer.