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

    r17631 r17671  
    3030use PS::IPP::Metadata::Config;
    3131use PS::IPP::Metadata::Stats;
    32 
    33 use PS::IPP::Config qw($PS_EXIT_SUCCESS
    34                        $PS_EXIT_UNKNOWN_ERROR
    35                        $PS_EXIT_SYS_ERROR
    36                        $PS_EXIT_CONFIG_ERROR
    37                        $PS_EXIT_PROG_ERROR
    38                        $PS_EXIT_DATA_ERROR
    39                        $PS_EXIT_TIMEOUT_ERROR
    40                        metadataLookupStr
    41                        metadataLookupBool
    42                        caturi
    43                        );
     32use PS::IPP::Config 1.01 qw( :standard );
     33
    4434my $ipprc = PS::IPP::Config->new(); # IPP configuration
    4535
Note: See TracChangeset for help on using the changeset viewer.