diff --git a/Changes b/Changes index 336bf1f..f22d8a8 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for WebService-GarminConnect +1.0.2 2015-05-29 + - Added tests + - Changed bug tracker references to Github + 1.0.1 2015-05-13 - Switched to Dist::Zilla diff --git a/dist.ini b/dist.ini index fc8da08..e5d8c26 100644 --- a/dist.ini +++ b/dist.ini @@ -4,7 +4,7 @@ license = GPL_3 copyright_holder = Joel Loudermilk copyright_year = 2015 -version = 1.0.1 +version = 1.0.2 [@Basic] [PodSyntaxTests] @@ -15,3 +15,5 @@ version = 1.0.1 [AutoPrereqs] [MetaJSON] [GithubMeta] +[Bugtracker] +web = https://github.com/jlouder/garmin-connect-perl/issues diff --git a/lib/WebService/GarminConnect.pm b/lib/WebService/GarminConnect.pm index ec7468b..b309429 100644 --- a/lib/WebService/GarminConnect.pm +++ b/lib/WebService/GarminConnect.pm @@ -217,9 +217,7 @@ Joel Loudermilk, C<< >> =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 to L.