The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension WWW::Translate::Apertium

0.09  December 14, 2008

    * Fixed a couple of details in the interpertium.pl sample.
    * More documentation changes.

0.08  December 13, 2008

    * Added a code sample to the examples folder of the distribution.
      interpertium.pl generates an HTML report containing a comparison of 
      the translations returned by Apertium and interNOSTRUM for the
      Spanish < > Catalan language pair.
    * Minor code changes.
    * Fixed a few things in the documentation.

0.07  December 12, 2008

    * Modified the code to return a string with the utf8 flag on.
    * Improved the documentation and added more details on UTF-8 stuff.

0.06  December 11, 2008
    
    * Version 0.05 was affected by a URL change of the Apertium machine translation
      test drive a few months ago. Version 0.06 fixes that and adds support for
      new language pairs available in Apertium 3.0.
    * The module now uses the Apertium web service.
    * Updated the documentation.
    * Added more tests.
    
0.05  September 30, 2007
    
    * Minor code and POD fixes and improvements.
    
0.04  September 30, 2007

    * Fixed a bug that prevented the module to work properly since the last
      update of the Apertium online test drive.
      In order to do so, switched from WWW::Mechanize to LWP::UserAgent.
      Changed the code to adapt it to the new output encoding, utf-8.
      Updated Makefile.PL and the documentation accordingly.

0.03  September 20, 2007

    * Edited Makefile.PL to include the license field in META.yml

0.02  May 3, 2007
    
    * META.yml conforms to spec 1.0
    * Added the get_pairs() method and updated the documentation

0.01  March 26, 2007
	
    * First version, based on WWW::Translate::interNOSTRUM