]> git.donarmstrong.com Git - perltidy.git/commitdiff
switch web address from rt to github
authorSteve Hancock <perltidy@users.sourceforge.net>
Fri, 2 Feb 2024 01:13:01 +0000 (17:13 -0800)
committerSteve Hancock <perltidy@users.sourceforge.net>
Fri, 2 Feb 2024 01:13:01 +0000 (17:13 -0800)
BUGS.md

diff --git a/BUGS.md b/BUGS.md
index c88aa6e478be471e4c57a7ff8b4c6befe2400636..07f633c10d33effaa88e895bac66bdf013f8c833 100644 (file)
--- a/BUGS.md
+++ b/BUGS.md
@@ -1,11 +1,7 @@
 # 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
 
@@ -18,12 +14,13 @@ the tokenization based on whitespace.  The given/when and switch/case
 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; >>
 
@@ -35,17 +32,15 @@ For example, consider the following script
 
 ```
 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)