Changeset 17651 for trunk/PS-IPP-Config/lib/PS/IPP/Config.pm
- Timestamp:
- May 13, 2008, 10:26:53 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/PS-IPP-Config/lib/PS/IPP/Config.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PS-IPP-Config/lib/PS/IPP/Config.pm
r17495 r17651 1 1 # Copyright (c) 2006 Paul Price, Joshua Hoblitt 2 2 # 3 # $Id: Config.pm,v 1.8 2 2008-05-01 03:39:45 billsExp $3 # $Id: Config.pm,v 1.83 2008-05-13 20:26:53 jhoblitt Exp $ 4 4 5 5 package PS::IPP::Config; … … 8 8 use warnings FATAL => qw( all ); 9 9 10 our $VERSION = '1.0 0';10 our $VERSION = '1.01'; 11 11 12 12 use Carp qw( carp ); … … 34 34 file_scheme 35 35 ); 36 our %EXPORT_TAGS = (standard => [@EXPORT_OK]); 36 37 37 38 our $PS_EXIT_SUCCESS = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
