Changeset 10571
- Timestamp:
- Dec 8, 2006, 9:49:45 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/PS-IPP-Config/lib/PS/IPP/Config.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PS-IPP-Config/lib/PS/IPP/Config.pm
r10570 r10571 1 1 # Copyright (c) 2006 Paul Price, Joshua Hoblitt 2 2 # 3 # $Id: Config.pm,v 1.1 7 2006-12-08 19:49:14price Exp $3 # $Id: Config.pm,v 1.18 2006-12-08 19:49:45 price Exp $ 4 4 5 5 package PS::IPP::Config; … … 17 17 18 18 use base qw( Class::Accessor::Fast ); 19 __PACKAGE__->mk_accessors( qw( path workdir) );19 __PACKAGE__->mk_accessors( qw( path ) ); 20 20 21 21 our $parser = PS::IPP::Metadata::Config->new; # Metadata parser
Note:
See TracChangeset
for help on using the changeset viewer.
