Revision history for Perl extension Lingua::Translate::Google.
0.06 Sun July 19 19:47:28 2009
- Fix bug 46057: no accepts src language tag 'auto'
- src option for constructor is optional
- config function recognizes src and dest options
0.05 Fri Mar 06 23:37:00 2009
- Dropped use of Pod::Constants in favor of Readonly due
to taint errors when perl with -T.
- Dropped use of fallback translation service. It's either
googleapis.com or nothing.
- Updates to POD.
- Eliminated the redefine warning in the test.
0.04 Sat Dec 13 11:38:00 2008
- Ensures there is an acceptable referer and warns when
faking Google out with it's own URL as the referer. This
change fixes the 403 Forbidden errors being returned for the
fallback service when no API key is supplied.
- Fixed broken available method and added ability to use
available to check for availability of a given lang tag.
0.03 Sun Nov 22 12:00:00 2008
- Cleaned up the POD
0.02 Wed Nov 20 20:00:00 2008
- Repaired malformed archive for re-upload.
0.01 Sun Nov 16 09:58:53 2008
- Initial release to CPAN.