IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15678


Ignore:
Timestamp:
Nov 21, 2007, 2:46:44 PM (18 years ago)
Author:
Paul Price
Message:

Needs file_scheme.

File:
1 edited

Legend:

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

    r15677 r15678  
    11# Copyright (c) 2007  Paul Price
    22#
    3 # $Id: Operations.pm,v 1.2 2007-11-22 00:33:39 price Exp $
     3# $Id: Operations.pm,v 1.3 2007-11-22 00:46:44 price Exp $
    44
    55package PS::IPP::Operations;
     
    1212use Carp qw( carp );
    1313use IPC::Cmd 0.36 qw( can_run run );
    14 use PS::IPP::Config qw( caturi );
     14use PS::IPP::Config qw( caturi
     15                        file_scheme
     16                        );
    1517
    1618# Allow exporting of functions
Note: See TracChangeset for help on using the changeset viewer.