Changeset 11647
- Timestamp:
- Feb 2, 2007, 9:55:38 PM (19 years ago)
- Location:
- trunk/PS-IPP-Config
- Files:
-
- 2 edited
-
Build.PL (modified) (1 diff)
-
lib/PS/IPP/Config.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PS-IPP-Config/Build.PL
r11567 r11647 4 4 Module::Build->new( 5 5 module_name => 'PS::IPP::Config', 6 dist_version => '0.01',6 dist_version_from => 'lib/PS/IPP//Config.pm', 7 7 author => 'Paul Price <price@ifa.hawaii.edu> and Joshua Hoblitt <jhoblitt@cpan.org>', 8 8 license => 'gpl', -
trunk/PS-IPP-Config/lib/PS/IPP/Config.pm
r11518 r11647 1 1 # Copyright (c) 2006 Paul Price, Joshua Hoblitt 2 2 # 3 # $Id: Config.pm,v 1.2 7 2007-02-01 02:22:31 eugeneExp $3 # $Id: Config.pm,v 1.28 2007-02-03 07:55:38 jhoblitt Exp $ 4 4 5 5 package PS::IPP::Config; … … 8 8 use warnings FATAL => qw( all ); 9 9 10 our $VERSION = ' 0.01';10 our $VERSION = '1.00'; 11 11 12 12 use Carp qw( carp croak );
Note:
See TracChangeset
for help on using the changeset viewer.
