Searched refs:postamble (Results 1 - 24 of 24) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/ |
H A D | postamble.t | 3 # Wherein we ensure that postamble works ok. 40 postamble => { 45 is( $warnings, '', 'postamble argument not warned about' ); 48 sub MY::postamble { 52 'postamble args passed' ); 55 # This makes sure the postamble gets written 63 like( <MAKEFILE>, qr/^\# This makes sure the postamble gets written\n/m, 64 'postamble added to the Makefile' );
|
H A D | MM_Unix.t | 223 # post_constants, postamble, post_initialize 225 foreach (qw/ post_constants postamble post_initialize/)
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/BSM/ |
H A D | Makefile.PL | 39 sub MY::postamble {
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Errno/ |
H A D | Makefile.PL | 41 sub MY::postamble {
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/ |
H A D | Makefile.PL | 59 sub MY::postamble {
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/ |
H A D | Makefile.PL | 41 sub MY::postamble {
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Catalog/ |
H A D | Makefile.PL | 60 # Override postamble and replace it with one that explicitly records 69 *postamble = sub { 98 # Override postamble and replace it with one that explicitly records 105 *postamble = sub {
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/File/ |
H A D | Makefile.PL | 60 # Override postamble and replace it with one that explicitly records 69 *postamble = sub { 98 # Override postamble and replace it with one that explicitly records 104 *postamble = sub {
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/ |
H A D | Makefile.PL | 97 # Override postamble and replace it with one that explicitly records 106 *postamble = sub { 135 # Override postamble and replace it with one that explicitly records 141 *postamble = sub {
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Object/ |
H A D | Makefile.PL | 60 # Override postamble and replace it with one that explicitly records 69 *postamble = sub { 98 # Override postamble and replace it with one that explicitly records 105 *postamble = sub {
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/ |
H A D | Makefile.PL | 44 sub MY::postamble {
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/re/ |
H A D | Makefile.PL | 46 sub postamble {
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/ |
H A D | Makefile.PL | 103 sub postamble
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/CN/ |
H A D | Makefile.PL | 145 sub postamble
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/EBCDIC/ |
H A D | Makefile.PL | 126 sub postamble
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/JP/ |
H A D | Makefile.PL | 145 sub postamble
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/KR/ |
H A D | Makefile.PL | 143 sub postamble
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Symbol/ |
H A D | Makefile.PL | 131 sub postamble
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/TW/ |
H A D | Makefile.PL | 141 sub postamble
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/ |
H A D | pod2latex.PL | 187 # a postamble (controlled by command line option) 190 my $postamble = ( ($converted == $#pods && $options{'full'}) ? 1 : 0 ); 202 AddPostamble => $postamble,
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Byte/ |
H A D | Makefile.PL | 169 sub postamble
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
H A D | LaTeX.pm | 645 into the preamble and postamble 796 User supplied C<latex> postamble. Added after the pod translation 955 # Use the user version of the postamble if deinfed
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
H A D | MakeMaker.pm | 95 postamble => 'hash', 287 push @MM_Sections, "postamble"; 288 push @Overridable, "postamble"; 2152 =item postamble 2154 Anything put here will be passed to MY::postamble() if you have one. 2204 sub MY::postamble {
|
H A D | MM_Unix.pm | 3304 =item postamble (o) 3311 sub postamble { subroutine
|
Completed in 98 milliseconds