Changeset 11648
- Timestamp:
- Feb 2, 2007, 9:56:13 PM (19 years ago)
- Location:
- branches/rel-1-0
- Files:
-
- 4 edited
-
PS-IPP-Config/Build.PL (modified) (1 diff)
-
PS-IPP-Config/lib/PS/IPP/Config.pm (modified) (2 diffs)
-
PS-IPP-Metadata-Config/Changes (modified) (1 diff)
-
PS-IPP-Metadata-Config/lib/PS/IPP/Metadata/Config.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/rel-1-0/PS-IPP-Config/Build.PL
r11567 r11648 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', -
branches/rel-1-0/PS-IPP-Config/lib/PS/IPP/Config.pm
r11518 r11648 1 1 # Copyright (c) 2006 Paul Price, Joshua Hoblitt 2 2 # 3 # $Id: Config.pm,v 1.27 2007-02-01 02:22:31 eugeneExp $3 # $Id: Config.pm,v 1.27.2.1 2007-02-03 07:56:13 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 ); -
branches/rel-1-0/PS-IPP-Metadata-Config/Changes
r11568 r11648 1 1 Revision history for Perl module PS::IPP::Metadata::Config 2 3 1.00 Fri Feb 2 21:51:20 HST 2007 4 - version bump only 2 5 3 6 0.11 Thu Feb 1 15:42:28 HST 2007 -
branches/rel-1-0/PS-IPP-Metadata-Config/lib/PS/IPP/Metadata/Config.pm
r11568 r11648 1 1 # Copyright (c) 2005 Joshua Hoblitt 2 2 # 3 # $Id: Config.pm,v 1.30 2007-02-02 01:42:56jhoblitt Exp $3 # $Id: Config.pm,v 1.30.2.1 2007-02-03 07:53:24 jhoblitt Exp $ 4 4 5 5 package PS::IPP::Metadata::Config; … … 8 8 use warnings FATAL => qw( all ); 9 9 10 our $VERSION = ' 0.11';10 our $VERSION = '1.00'; 11 11 12 12 use Carp qw( carp );
Note:
See TracChangeset
for help on using the changeset viewer.
