IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

reduce Getopt::Long dep to 2.33

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.