- Numerous issues have been found during automated testing and fixed. Many involve references to
uninitialized variables when perltidy is given random text. A complete list is given in
- the file 'BugLog.pod'.
+ the file [BugLog.pod](https://github.com/perltidy/perltidy/blob/master/local-docs/BugLog.pod).
## 2020 09 07
=over
+=item B<If an =cut starts a POD section within code, give a warning>
+
+Previously only a complaint was given, which went into the log file and was not normally
+seen. Perl silently accepts this but it can cause significant problems with pod utilities, so
+a clear warning is better. This situation arose in testing on random files in combination with
+a -dp flag and it took some time to understand the results because of the lack of a warning.
+
=item B<Switched from using an eval block to the ->can() function for sub finish_formatting>
This is not a bug, but is cleaner coding and insures that error messages get reported.