Author: paultcochrane Date: Sun Apr 1 00:58:42 2007 New Revision: 17921 Modified: trunk/docs/pdds/pdd07_codingstd.pod
Log: [docs] Added a note about Perl source code with __END__ or __DATA__ blocks not requiring an emacs/vim coda. Modified: trunk/docs/pdds/pdd07_codingstd.pod ============================================================================== --- trunk/docs/pdds/pdd07_codingstd.pod (original) +++ trunk/docs/pdds/pdd07_codingstd.pod Sun Apr 1 00:58:42 2007 @@ -322,6 +322,10 @@ # End: # vim: expandtab shiftwidth=4: +B<Exception>: Files with C<__END__> or C<__DATA__> blocks do not require the +coda. This is at least until there is some consensus as to how solve the +issue of using editor hints in files with such blocks. + =item * PIR source files should end with this coda: