Skip to content

Latest commit

 

History

History
142 lines (68 loc) · 2.15 KB

pcorelist.pod

File metadata and controls

142 lines (68 loc) · 2.15 KB

NAME

pcorelist - corelist with shell completion

ABSTRACT

This is a wrapper around the corelist tool which adds shell completion

DESCRIPTION

GLOBAL OPTIONS

--help -h    Show command help (flag)

SUBCOMMANDS

diff

pcorelist  diff [options] <perl1> <perl2>

Show diff between two Perl versions

Options:

--added      Show only added modules (flag)  
--removed    Show only removed modules (flag)

Parameters:

perl1  *  Perl version 1
perl2  *  Perl version 2

features

pcorelist  features [options] [<feature>]

List features with perl versions

If given a feature name as a parameter, show the perl feature bundle it was first released with.

Options:

--raw    List only feature names (flag)

Parameters:

feature    feature name

module

pcorelist  module [options] <module>

Show for which perl version the module was first released

Options:

--all -a     Show all perl and module versions (flag)
--date -d    Show by date (flag)                     
--perl -p    Show by Perl Version                    

Parameters:

module  *  Module name

modules

pcorelist  modules

List all modules

perl

pcorelist  perl [options]

Perl Versions

Options:

--raw -r     Show raw output without header (flag)
--release    Show perl releases with dates (flag) 

help

pcorelist  help <subcommands> [options]

Show command help

Options:

--all     (flag)

_meta

pcorelist  _meta <subcommands>

Information and utilities for this app

_meta completion

pcorelist _meta completion <subcommands>

Shell completion functions

_meta completion generate

pcorelist _meta completion generate [options]

Generate self completion

Options:

--name    name of the program (optional, override name in spec)
--zsh     for zsh (flag)                                       
--bash    for bash (flag)                                      

_meta pod

pcorelist _meta pod <subcommands>

Pod documentation

_meta pod generate

pcorelist _meta pod generate

Generate self pod