Changeset 14400
- Timestamp:
- Aug 1, 2007, 10:50:32 AM (19 years ago)
- Location:
- trunk/PS-IPP-Config
- Files:
-
- 2 edited
-
Build.PL (modified) (2 diffs)
-
lib/PS/IPP/Config.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PS-IPP-Config/Build.PL
r11647 r14400 4 4 Module::Build->new( 5 5 module_name => 'PS::IPP::Config', 6 dist_version_from => 'lib/PS/IPP/ /Config.pm',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', … … 11 11 'Carp' => 0, 12 12 'Class::Accessor::Fast' => '0.19', 13 'PS::IPP::Metadata::Config' => '0.07', 13 'File::Spec' => '0.87', 14 'Getopt::Long' => '2.33' 15 'PS::IPP::Metadata::Config' => '1.00', 14 16 'Statistics::Descriptive' => '2.6', 15 17 'URI' => 0, -
trunk/PS-IPP-Config/lib/PS/IPP/Config.pm
r13937 r14400 1 1 # Copyright (c) 2006 Paul Price, Joshua Hoblitt 2 2 # 3 # $Id: Config.pm,v 1.6 2 2007-06-22 00:10:10 priceExp $3 # $Id: Config.pm,v 1.63 2007-08-01 20:50:32 jhoblitt Exp $ 4 4 5 5 package PS::IPP::Config; … … 14 14 use File::Spec 0.87; 15 15 use PS::IPP::Metadata::Config 1.00; 16 use Getopt::Long 2.3 5qw( GetOptions :config gnu_getopt pass_through ); # Set pass_through so we don't kill @ARGV16 use Getopt::Long 2.33 qw( GetOptions :config gnu_getopt pass_through ); # Set pass_through so we don't kill @ARGV 17 17 18 18 use base qw( Class::Accessor::Fast Exporter );
Note:
See TracChangeset
for help on using the changeset viewer.
