Revision history for Perl extension WWW::Translate::interNOSTRUM

0.09  February 14, 2006

    * Added more tests.
    * Changed croaks to carps for the following cases:
	- The interNOSTRUM server is down => now it shows a warning and returns undef
	- The user doesn't provide any text to be translated => now it shows a warning
	  and returns an empty string
    * Updated the doc to reflect the new behavior in the first case.

0.08  December 10, 2006
    
    * Added a warning for the case in which the source text sent to the
      machine translation engine server is too long.
    * POD fix: Added the missing quotes to a hash value in the Synopsis.

0.07  November 28, 2006
    
    * Added a line to get proxy specs from the environment.

0.06  November 20, 2006
    
    * Changed the asterisk detection regexp (the previous version didn't detect
      entries where the first character contained a diacritic mark.)
    * Included the _fix_source internal routine to fix geminated l problems
      in the source text before translating.
      Future versions will include other fixes.

0.05  November 14, 2006

    * Minor code and POD fixes

0.04  November 14, 2006

    * Added the store_unknown creation parameter
    * Added the get_unknown method
    * Updated the documentation

0.03  November 13, 2006
    
    * Changed the processing of arguments
    * Changed the double space removal regex to use lookahead and lookbehind
    * Minor POD changes

0.02  November 7, 2006

    * Minor code changes    

0.01  November 6, 2006
	
    * First version