]> git.donarmstrong.com Git - perltidy.git/blobdiff - lib/Perl/Tidy.pod
New upstream version 20190601
[perltidy.git] / lib / Perl / Tidy.pod
index d874001b5554c10e8e43e55935f2c0f81923b46c..23c8b02bd102590096795812211ed8bb13e23f5b 100644 (file)
@@ -129,7 +129,7 @@ command line string.
 If the B<dump_options> parameter is given, it must be the reference to a hash.
 In this case, the parameters contained in any perltidyrc configuration file
 will be placed in this hash and perltidy will return immediately.  This is
-equivalent to running perltidy with --dump-options, except that the perameters
+equivalent to running perltidy with --dump-options, except that the parameters
 are returned in a hash rather than dumped to standard output.  Also, by default
 only the parameters in the perltidyrc file are returned, but this can be
 changed (see the next parameter).  This parameter provides a convenient method
@@ -214,7 +214,7 @@ B<argv> parameter.
 The B<-syn> (B<--check-syntax>) flag may be used with all source and
 destination streams except for standard input and output.  However 
 data streams which are not associated with a filename will 
-be copied to a temporary file before being be passed to Perl.  This
+be copied to a temporary file before being passed to Perl.  This
 use of temporary files can cause somewhat confusing output from Perl.
 
 If the B<-pbp> style is used it will typically be necessary to also
@@ -410,7 +410,7 @@ C<write_debug_entry> in Tidy.pm.
 
 =head1 VERSION
 
-This man page documents Perl::Tidy version 20180107.
+This man page documents Perl::Tidy version 20190601
 
 =head1 LICENSE
 
@@ -421,11 +421,11 @@ Please refer to the file "COPYING" for details.
 
 =head1 BUG REPORTS
 
-A list of current bugs and issues can be found at the CPAN site
+A list of current bugs and issues can be found at the CPAN site L<https://rt.cpan.org/Public/Dist/Display.html?Name=Perl-Tidy>
 
-     https://rt.cpan.org/Public/Dist/Display.html?Name=Perl-Tidy
+To report a new bug or problem, use the link on this page.  
 
-To report a new bug or problem, use the link on this page .  
+The source code repository is at L<https://github.com/perltidy/perltidy>.
 
 =head1 SEE ALSO