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 Dpostamble.t3 # 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 DMM_Unix.t223 # 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 DMakefile.PL39 sub MY::postamble {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Errno/
H A DMakefile.PL41 sub MY::postamble {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DMakefile.PL59 sub MY::postamble {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DMakefile.PL41 sub MY::postamble {
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Catalog/
H A DMakefile.PL60 # 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 DMakefile.PL60 # 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 DMakefile.PL97 # 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 DMakefile.PL60 # 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 DMakefile.PL44 sub MY::postamble {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/re/
H A DMakefile.PL46 sub postamble {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DMakefile.PL103 sub postamble
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/CN/
H A DMakefile.PL145 sub postamble
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/EBCDIC/
H A DMakefile.PL126 sub postamble
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/JP/
H A DMakefile.PL145 sub postamble
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/KR/
H A DMakefile.PL143 sub postamble
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Symbol/
H A DMakefile.PL131 sub postamble
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/TW/
H A DMakefile.PL141 sub postamble
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2latex.PL187 # 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 DMakefile.PL169 sub postamble
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DLaTeX.pm645 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 DMakeMaker.pm95 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 DMM_Unix.pm3304 =item postamble (o)
3311 sub postamble { subroutine

Completed in 33 milliseconds