IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10571


Ignore:
Timestamp:
Dec 8, 2006, 9:49:45 AM (20 years ago)
Author:
Paul Price
Message:

Removing workdir.

File:
1 edited

Legend:

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

    r10570 r10571  
    11# Copyright (c) 2006  Paul Price, Joshua Hoblitt
    22#
    3 # $Id: Config.pm,v 1.17 2006-12-08 19:49:14 price Exp $
     3# $Id: Config.pm,v 1.18 2006-12-08 19:49:45 price Exp $
    44
    55package PS::IPP::Config;
     
    1717
    1818use base qw( Class::Accessor::Fast );
    19 __PACKAGE__->mk_accessors( qw( path workdir ) );
     19__PACKAGE__->mk_accessors( qw( path ) );
    2020
    2121our $parser = PS::IPP::Metadata::Config->new; # Metadata parser
Note: See TracChangeset for help on using the changeset viewer.