Searched refs:pod2usage (Results 1 – 25 of 36) sorted by relevance
12
| /openbsd/src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/ |
| D | pod2usage2.t | 67 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 …]
|
| D | pod2usage.xr | 1 ###### 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 #####
|
| D | p2u_data.pl | 5 pod2usage(-verbose => 2, -exit => 17, -input => \*DATA);
|
| D | headwithmarkup.pl | 5 pod2usage(
|
| D | selectheaders.pl | 8 Pod::Usage::pod2usage(
|
| D | selectsections.pl | 14 pod2usage(
|
| D | pod2usage.t | 19 =include pod2usage.PL
|
| /openbsd/src/gnu/usr.bin/perl/lib/Pod/t/ |
| D | Usage.t | 21 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/ |
| D | ptargrep | 25 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/ |
| D | expand-macro.pl | 12 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";
|
| D | updateAUTHORS.pl | 88 ) or pod2usage(2); 97 pod2usage(1) if $opts{help}; 98 pod2usage(-verbose => 2) if $opts{man};
|
| D | newtests-perldelta.pl | 9 ) or pod2usage();
|
| D | checkansi.pl | 25 or pod2usage(2);
|
| D | bisect-runner.pl | 109 pod2usage(exitval => 0, verbose => 2) if $options{usage}; 147 pod2usage(exitval => 255, verbose => 1) 151 pod2usage(exitval => 255, verbose => 1) 155 pod2usage(exitval => 255, verbose => 1) 159 pod2usage(exitval => 255, verbose => 1) 163 pod2usage(exitval => 255, verbose => 1)
|
| D | valgrindpp.pl | 29 )) or pod2usage(2);
|
| /openbsd/src/gnu/usr.bin/perl/dist/Module-CoreList/ |
| D | corelist | 159 pod2usage(1) if $Opts{help}; 160 pod2usage(-verbose=>2) if $Opts{man}; 319 pod2usage(0);
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | utils.lst | 3 cpan/Pod-Usage/blib/script/pod2usage
|
| D | mkppport | 28 Pod::Usage::pod2usage(2);
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Pod-Usage/lib/Pod/ |
| D | Usage.pm | 23 our @EXPORT = qw(&pod2usage); 40 sub pod2usage { subroutine
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlutil.pod | 45 =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>,
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/devel/ |
| D | regenerate | 34 debug=i debug-start=s skip-devels)) or die pod2usage();
|
| D | buildperl.pl | 169 )) or pod2usage(2);
|
| /openbsd/src/regress/usr.bin/make/ |
| D | mk16 | 55 pod2usage 1 pod/pod2usage \
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/ |
| D | soak | 40 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/ |
| D | Prove.pm | 276 Pod::Usage::pod2usage( { -verbose => $verbosity } );
|
12