Revision 95e944c499270a9019aa89b234a6368db84e7251 authored by David Morton on 14 May 2013, 20:58:04 UTC, committed by David Morton on 14 May 2013, 20:58:04 UTC
It used to just crash the tab-completion to have a undef listed
for a valid argument to an option.
1 parent 790cd66
Raw File
META.yml
---
abstract: 'programmable shell completion for Perl apps'
author: []
build_requires:
  App::Prove: ''
  Test::More: 0.86
configure_requires:
  Module::Build: 0.36
generated_by: 'Module::Build version 0.3607'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: 1.4
name: Getopt-Complete
provides:
  Getopt::Complete:
    file: lib/Getopt/Complete.pm
    version: 0.27
  Getopt::Complete::Args:
    file: lib/Getopt/Complete/Args.pm
    version: 0
  Getopt::Complete::Cache:
    file: lib/Getopt/Complete/Cache.pm
    version: 0
  Getopt::Complete::Compgen:
    file: lib/Getopt/Complete/Compgen.pm
    version: 0
  Getopt::Complete::LazyOptions:
    file: lib/Getopt/Complete/LazyOptions.pm
    version: 0
  Getopt::Complete::Options:
    file: lib/Getopt/Complete/Options.pm
    version: 0
requires:
  Carp: ''
  Getopt::Long: ''
  IPC::Open2: ''
  Scalar::Util: ''
  perl: v5.8.7
resources:
  license: http://dev.perl.org/licenses/
version: 0.27
back to top