| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/ |
| H A 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 …]
|
| H A 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 #####
|
| H A D | p2u_data.pl | 5 pod2usage(-verbose => 2, -exit => 17, -input => \*DATA);
|
| H A D | headwithmarkup.pl | 5 pod2usage(
|
| H A D | selectheaders.pl | 8 Pod::Usage::pod2usage(
|
| H A D | selectsections.pl | 14 pod2usage(
|
| H A D | pod2usage.t | 19 =include pod2usage.PL
|
| /openbsd-src/gnu/usr.bin/perl/lib/Pod/t/ |
| H A 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/ |
| H A 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/ |
| H A 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";
|
| H A D | newtests-perldelta.pl | 9 ) or pod2usage();
|
| H A D | checkansi.pl | 25 or pod2usage(2);
|
| H A D | git-deltatool | 44 pod2usage() if $opt{help};
|
| /openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/ |
| H A D | corelist | 159 pod2usage(1) if $Opts{help}; 160 pod2usage(-verbose=>2) if $Opts{man}; 319 pod2usage(0);
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | utils.lst | 3 cpan/Pod-Usage/blib/script/pod2usage
|
| H A D | mkppport | 28 Pod::Usage::pod2usage(2);
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Usage/lib/Pod/ |
| H A D | Usage.pm | 23 our @EXPORT = qw(&pod2usage); 40 sub pod2usage { subroutine
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A 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>,
|
| H A D | perl588delta.pod | 910 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 D | regenerate | 34 debug=i debug-start=s skip-devels)) or die pod2usage();
|
| H A D | buildperl.pl | 169 )) or pod2usage(2);
|
| /openbsd-src/regress/usr.bin/make/ |
| H A D | mk16 | 55 pod2usage 1 pod/pod2usage \
|
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/ |
| H A 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/ |
| H A D | Prove.pm | 276 Pod::Usage::pod2usage( { -verbose => $verbosity } );
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Getopt-Long/lib/Getopt/ |
| H A D | Long.pm | 1413 # 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;
|