Home
last modified time | relevance | path

Searched refs:pod2usage (Results 1 – 25 of 28) sorted by relevance

12

/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/
H A Dpod2usage2.t67 my ($exit, $text) = getoutput( sub { pod2usage() } );
75 ($exit, $text) = getoutput( sub { pod2usage(
96 ($exit, $text) = getoutput( sub { pod2usage(
121 ($exit, $text) = getoutput( sub { pod2usage(0) } );
139 ($exit, $text) = getoutput( sub { pod2usage(42) } );
147 ($exit, $text) = getoutput( sub { pod2usage(-verbose => 0, -exit => 'NOEXIT') } );
156 ($exit, $text) = getoutput( sub { pod2usage(-verbose => 99, -sections => 'DESCRIPTION') } );
190 ($exit, $text) = getoutput( sub { pod2usage(-input => $pod_file1,
204 ($exit, $text) = getoutput( sub { pod2usage(-input => $pod_file1,
221 ($exit, $text) = getoutput( sub { pod2usage(-input => $pod_file1,
[all …]
H A Dpod2usage.xr1 ###### begin =include pod2usage.PL #####
3 pod2usage - print usage messages from embedded pod docs in files
6 pod2usage [-help] [-man] [-exit *exitval*] [-output *outfile*]
51 pod2usage will read the given input file looking for pod documentation
55 pod2usage invokes the pod2usage() function in the Pod::Usage module.
56 Please see the pod2usage() entry in the Pod::Usage manpage.
70 ###### end =include pod2usage.PL #####
H A Dp2u_data.pl5 pod2usage(-verbose => 2, -exit => 17, -input => \*DATA);
H A Dheadwithmarkup.pl5 pod2usage(
H A Dselectheaders.pl8 Pod::Usage::pod2usage(
H A Dselectsections.pl14 pod2usage(
H A Dpod2usage.t19 =include pod2usage.PL
/openbsd-src/gnu/usr.bin/perl/lib/Pod/t/
H A DUsage.t21 pod2usage({ -verbose => 0, -exit => 'noexit', -output => \*FAKEOUT });
26 pod2usage({ -verbose => 0, -exit => 'noexit', -output => \*FAKEOUT,
35 pod2usage({ -verbose => 0, -exit => 'noexit',
42 pod2usage({ -verbose => 0, -exit => 'noexit',
83 pod2usage( { -verbose => 1, -exit => 'noexit', -output => \*FAKEOUT } );
94 pod2usage( { -verbose => 2, -exit => 'noexit', -output => \*FAKEOUT } );
95 my $pod2usage = $$fake_out;
97 is( $pod2usage, $pod2text, 'Verbose level >= 2 eq pod2text' );
/openbsd-src/gnu/usr.bin/perl/cpan/Archive-Tar/bin/
H A Dptargrep25 pod2usage(-exitval => 1, -verbose => 0);
29 pod2usage(-exitstatus => 0, -verbose => 2) if $opt{help};
31 pod2usage(-exitval => 1, -verbose => 0,
36 pod2usage(-exitval => 1, -verbose => 0,
/openbsd-src/gnu/usr.bin/perl/Porting/
H A Dexpand-macro.pl12 getopts('fF:ekvI:X', \my %opt) or pod2usage();
16 pod2usage "-f and -F <tool> are exclusive\n" if $opt{f} and $opt{F};
29 or pod2usage "$expr doesn't look like a macro-name or macro-expression to me";
H A Dnewtests-perldelta.pl9 ) or pod2usage();
H A Dcheckansi.pl25 or pod2usage(2);
H A Dgit-deltatool44 pod2usage() if $opt{help};
/openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/
H A Dcorelist159 pod2usage(1) if $Opts{help};
160 pod2usage(-verbose=>2) if $Opts{man};
319 pod2usage(0);
/openbsd-src/gnu/usr.bin/perl/
H A Dutils.lst3 cpan/Pod-Usage/blib/script/pod2usage
H A Dmkppport28 Pod::Usage::pod2usage(2);
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Usage/lib/Pod/
H A DUsage.pm23 our @EXPORT = qw(&pod2usage);
40 sub pod2usage { subroutine
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlutil.pod45 =item L<pod2usage>
48 F<pod2usage> will just extract the "USAGE" section; some of
49 the utilities will automatically call F<pod2usage> on themselves when
242 L<perldoc>, L<pod2man>, L<pod2text>, L<pod2html>, L<pod2usage>,
H A Dperl588delta.pod910 Exit status of C<pod2usage> fixed
914 New C<-noperldoc> switch for C<pod2usage>
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/devel/
H A Dregenerate34 debug=i debug-start=s skip-devels)) or die pod2usage();
H A Dbuildperl.pl169 )) or pod2usage(2);
/openbsd-src/regress/usr.bin/make/
H A Dmk1655 pod2usage 1 pod/pod2usage \
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/
H A Dsoak40 GetOptions(\%OPT, qw(verbose make=s min=s mmargs=s@ color!)) or pod2usage(2);
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/
H A DProve.pm276 Pod::Usage::pod2usage( { -verbose => $verbosity } );
/openbsd-src/gnu/usr.bin/perl/cpan/Getopt-Long/lib/Getopt/
H A DLong.pm1413 # The arguments are mostly the same as for Pod::Usage::pod2usage:
1440 # The arguments are the same as for Pod::Usage::pod2usage:
1453 # Note that pod2usage will issue a warning if -exitval => NOEXIT.
1454 pod2usage(setup_pa_args("help", @_));
1459 # argument to pod2usage.
2026 GetOptions('help|?' => \$help, man => \$man) or pod2usage(2);
2027 pod2usage(1) if $help;
2028 pod2usage(-exitval => 0, -verbose => 2) if $man;

12