diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-04-28 20:51:21 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-04-28 20:51:21 +0000 |
commit | db517d64b5c27f7ee15c1fc304765222f07ff643 (patch) | |
tree | bffb6c7bc8b971245d9e52faabea14ed097db9ee /pod/perl56delta.pod | |
parent | 6d0835e5b9f4d08cfe9f05554f2ea840cf12958e (diff) | |
download | perl-db517d64b5c27f7ee15c1fc304765222f07ff643.tar.gz |
note about compile failures and END blocks (from M.J.T. Guy)
p4raw-id: //depot/perl@6007
Diffstat (limited to 'pod/perl56delta.pod')
-rw-r--r-- | pod/perl56delta.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perl56delta.pod b/pod/perl56delta.pod index 2117c702d3..377e448275 100644 --- a/pod/perl56delta.pod +++ b/pod/perl56delta.pod @@ -1803,7 +1803,7 @@ cause silent failures. This has been fixed. Prior versions used to run BEGIN B<and> END blocks when Perl was run in compile-only mode. Since this is typically not the expected behavior, END blocks are not executed anymore when the C<-c> switch -is used. +is used, or if compilation fails. See L<CHECK blocks> for how to run things when the compile phase ends. |