From d6bd23ef124eac25db7fd0364a390986ed40e7cc Mon Sep 17 00:00:00 2001 From: Duncan Ferguson Date: Thu, 3 Aug 2017 22:43:39 +0100 Subject: [PATCH] Correct bug tracker URL in POD text Github issue #92 --- Changes | 1 + lib/App/ClusterSSH.pm | 12 +++++------- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Changes b/Changes index ea21c1c..3872f30 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,7 @@ - Include the version of cssh in the utility documentation and README - Fix dashes (-) not being accepted in hostname range expansion (Github issue #89) - Amend ranges to work on ports, FQDN's and IP addresses +- Fix bug tracker links in the main documentation (Github issue #92) 4.10_01 2017-04-12 Duncan Ferguson - Allow 'include' directives when reading SSH configuration files (Github issue #77) (thanks to Azenet) diff --git a/lib/App/ClusterSSH.pm b/lib/App/ClusterSSH.pm index 1299170..f1e6845 100644 --- a/lib/App/ClusterSSH.pm +++ b/lib/App/ClusterSSH.pm @@ -1,4 +1,4 @@ -package App::ClusterSSH; +tackage App::ClusterSSH; use 5.008.004; use warnings; @@ -2337,9 +2337,7 @@ slash_slash_equal($a, 0) is equivalent to $a //= 0 =head1 BUGS -Please report any bugs or feature requests to C, or through -the web interface at L. I will be notified, and then you'll -automatically be notified of progress on your bug as I make changes. +Please report any bugs or feature requests via L. =head1 SUPPORT @@ -2351,9 +2349,9 @@ You can also look for information at: =over 4 -=item * RT: CPAN's request tracker +=item * Github issue tracker -L +L =item * AnnoCPAN: Annotated CPAN documentation @@ -2379,7 +2377,7 @@ Duncan Ferguson, C<< >> =head1 COPYRIGHT & LICENSE -Copyright 1999-2016 Duncan Ferguson, all rights reserved. +Copyright 1999-2017 Duncan Ferguson, all rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published