IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16750


Ignore:
Timestamp:
Feb 28, 2008, 4:45:24 PM (18 years ago)
Author:
Paul Price
Message:

Need to include IPC::Cmd.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-Config/lib/PS/IPP/Config.pm

    r16748 r16750  
    11# Copyright (c) 2006  Paul Price, Joshua Hoblitt
    22#
    3 # $Id: Config.pm,v 1.78 2008-02-29 02:41:31 price Exp $
     3# $Id: Config.pm,v 1.79 2008-02-29 02:45:24 price Exp $
    44
    55package PS::IPP::Config;
     
    1515use PS::IPP::Metadata::Config 1.00;
    1616use Getopt::Long 2.33 qw( GetOptions :config gnu_getopt pass_through ); # Set pass_through so we don't kill @ARGV
     17use IPC::Cmd 0.36 qw( can_run run );
    1718
    1819use base qw( Class::Accessor::Fast Exporter );
Note: See TracChangeset for help on using the changeset viewer.