# Perltidy open BUGS and LIMITATIONS
-You can help perltidy evolve into a better program. If you think you
-have hit a bug or weird behavior, or have a suggested improvement,
-please send a note to perltidy at users.sourceforge.net.
-
-This file only lists open bugs. For bugs which have been fixed,
-see the ChangeLog.
+This file only lists open bugs. For bugs which have been fixed, see the
+ChangeLog.
## The --extrude and --mangle options can produce code with syntax errors
statements are also particularly vulnerable to unusual line breaks and
whitespace. This type of error should not normally occur in practice, but if
it does it should be easy to fix the problem by rerunning perltidy with more
-normal parameters or by manually changing whitespace or newlines.
+normal parameters or by manually changing whitespace or newlines.
## The Pod:Html module has some bugs
-For the most part Pod::Html works very well and is very convenient because
-it part of the standard Perl distribution. But for example the following line
+Perltidy uses the module Pod::Html, and for the most part it works very well
+and is very convenient because it part of the standard Perl distribution. But
+for example the following line
=item B<< <Deck> = Session->new_cflt_deck; >>
```
print "${ \<<END1 }${ \<<END2 }";
-Hello
+Hello
END1
-World
+World
END2
```
Perltidy will not look for the here-doc targets within the quotes, so it
will not format the script correctly.
-## Latest Bug and Wishlist at CPAN:
-
-For the latest list of bugs and feature requests at CPAN see:
+## Issues and Feature Requests
-https://rt.cpan.org/Public/Dist/Display.html?Name=Perl-Tidy
+The most recent Issues and Feature requests can be seen [at GitHub](https://github.com/perltidy/perltidy)