Ignore:
Timestamp:
11/25/09 15:51:48 (2 years ago)
Author:
OlivierRaginel
Message:

Item8084: Add -c option to extender.pl to prevent CPAN.
Use Getopt::Std to parse arguments.
Allow directories in MANIFEST.
Cleanup session once it's been used.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release01x00/core/lib/Foswiki/Configure/UIs/EXTEND.pm

    r3990 r5639  
    152152        unshift( @ARGV, '-d' );    # yes, you can download 
    153153        unshift( @ARGV, '-u' );    # already unpacked 
     154        unshift( @ARGV, '-c' );    # do not use CPAN 
    154155        # Note: -r not passed to the script, so it will _not_ try to 
    155156        # re-use existing archives found on disc to resolve dependencies. 
Note: See TracChangeset for help on using the changeset viewer.