IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 10, 2007, 5:16:04 PM (19 years ago)
Author:
Paul Price
Message:

Require IPC::Cmd version 0.36 --- the parsing of the command-line arguments changes for lower versions, in particular, 0.25 which I think comes standard with Perl 5.8.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/camera_exp.pl

    r12421 r12800  
    1313$VERSION = '0.01';
    1414
    15 use IPC::Cmd qw( can_run run );
     15use IPC::Cmd 0.36 qw( can_run run );
    1616use PS::IPP::Metadata::Config;
    1717use PS::IPP::Metadata::List qw( parse_md_list );
Note: See TracChangeset for help on using the changeset viewer.