IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14400


Ignore:
Timestamp:
Aug 1, 2007, 10:50:32 AM (19 years ago)
Author:
jhoblitt
Message:

reduce Getopt::Long dep to 2.33

Location:
trunk/PS-IPP-Config
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-Config/Build.PL

    r11647 r14400  
    44Module::Build->new(
    55    module_name         => 'PS::IPP::Config',
    6     dist_version_from   => 'lib/PS/IPP//Config.pm',
     6    dist_version_from   => 'lib/PS/IPP/Config.pm',
    77    author              => 'Paul Price <price@ifa.hawaii.edu> and Joshua Hoblitt <jhoblitt@cpan.org>',
    88    license             => 'gpl',
     
    1111        'Carp'                      => 0,
    1212        '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',
    1416        'Statistics::Descriptive'   => '2.6',
    1517        'URI'                       => 0,
  • trunk/PS-IPP-Config/lib/PS/IPP/Config.pm

    r13937 r14400  
    11# Copyright (c) 2006  Paul Price, Joshua Hoblitt
    22#
    3 # $Id: Config.pm,v 1.62 2007-06-22 00:10:10 price Exp $
     3# $Id: Config.pm,v 1.63 2007-08-01 20:50:32 jhoblitt Exp $
    44
    55package PS::IPP::Config;
     
    1414use File::Spec 0.87;
    1515use PS::IPP::Metadata::Config 1.00;
    16 use Getopt::Long 2.35 qw( GetOptions :config gnu_getopt pass_through ); # Set pass_through so we don't kill @ARGV
     16use Getopt::Long 2.33 qw( GetOptions :config gnu_getopt pass_through ); # Set pass_through so we don't kill @ARGV
    1717
    1818use base qw( Class::Accessor::Fast Exporter );
Note: See TracChangeset for help on using the changeset viewer.