Revision history for Perl extension Text::CSV::Separator

0.12  February 16, 2006

    * Some code improvements.

0.11  February 15, 2006

    * Included new heuristics to reinforce the 2nd pass.
      Now the function tries to detect regularities which can lead to false
      positives in headerless files, like columns containing time values,
      comma-separated decimal numbers and numbers containing the comma as the
      group character (the last two cases are usual in some locales, like
      German or Spanish).
    * Changed several croaks to carps. If no candidate passes the tests,
      get_separator returns undef in scalar context and an empty list in
      array context.
    * Updated (and improved) the documentation.
    * Added more tests.

0.10  November 6, 2006
     
     * Updated 2 tests
     * Updated the Readme
     * Changed the contact e-mail address in the doc

0.09  July 13, 2006

    * Fixed a POD bug

0.08  July 13, 2006

    * Added a couple of POD tests

0.07  May 14, 2006

    * Code cleanup

0.06  May 2, 2006

    * Fixed an indentation bug in the documentation

0.05  May 2, 2006

    * Added the 'echo' option
    * Updated the documentation
    * Added the References section

0.04  April 14, 2006

    * Fixed a typo

0.03  April 14 2006

    * Added the I'm Feeling Lucky alternative interface
    * Updated the documentation

0.02  April 13 2006

    * Improved the error messages
    * Changed EXPORT to EXPORT_OK
    * Improved the documentation

0.01  March 27 2006

    * First version