diff options
| author | franck cuny <franck@lumberjaph.net> | 2009-11-10 17:43:10 +0100 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2009-11-10 17:43:10 +0100 |
| commit | 1ed5356fbeac64e156dfd68f56fadeb523246a27 (patch) | |
| tree | fff04828ba0d90b29d5d408707b62d8d4b4e2cec /lib | |
| parent | add .gitignore (diff) | |
| download | webservice-google-suggest-c5c0fc73ea1dd290194f40d174e19722c01b9ef3.tar.gz | |
Checking in changes prior to tagging of version 0.04. Changelog diff is:0.04
diff --git a/Changes b/Changes
index 27e3a76..f0c7b23 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for Perl extension WebService::Google::Suggest
+0.04 Tue 10 Nov 2009 05:26:27 PM CET
+ - Fixed per Google Suggest JavaScript updates
+
0.03 Thu Oct 11 14:35:12 PDT 2007
- Fixed per Google Suggest JavaScript updates
(Thanks to Lorimier Loic)
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/WebService/Google/Suggest.pm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/WebService/Google/Suggest.pm b/lib/WebService/Google/Suggest.pm index 8f04cd4..d2e36c0 100644 --- a/lib/WebService/Google/Suggest.pm +++ b/lib/WebService/Google/Suggest.pm @@ -2,7 +2,7 @@ package WebService::Google::Suggest; use strict; use vars qw($VERSION); -$VERSION = '0.03'; +$VERSION = '0.04'; use Carp; use LWP::UserAgent; @@ -105,6 +105,9 @@ properties. =head1 AUTHOR Tatsuhiko Miyagawa E<lt>miyagawa@bulknews.netE<gt> +Franck Cuny E<lt>franck@lumberjaph.netE<gt> + +=head1 LICENSE This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. |
