~ubuntu-branches/ubuntu/karmic/zsh/karmic

« back to all changes in this revision

Viewing changes to Completion/Unix/Command/_perl

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2009-06-02 10:40:25 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090602104025-lg6wynxpzqi08k2i
Tags: 4.3.10-1ubuntu1
* Resynchronise with Debian. Remaining changes:
  + debian/zshrc: Enable completions by default, unless
    skip_global_compinit is set

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    "-V-[print perl configuration information]:configuration keys:_perl_config_vars" \
32
32
    '-w[turn warnings on for compilation of your script. Recommended]' \
33
33
    '-x-[strip off text before #!perl line and perhaps cd to directory]:directory to cd to:_files -/' \
34
 
    '1:Perl script:_files -/ -g "*.(p[ml]|PL)(-.)"' \
 
34
    '1:Perl script:_files -/ -g "*.(p[ml]|PL|t)(-.)"' \
35
35
    '*::args: _normal' 
36
36
}
37
37