Revision history for Perl extension SuffixTree
0.04 Mon Oct 24 14:41 PDT 2012
  - Applied an adaptation of the patches supplied in RT#11256 and RT#11243.
  - find_substring() now returns 0 if substring isn't found.
  - Documented that find_substring() is 1-based, and that 0 indicates not found.
  - Added an adaptation of the test from RT#60010.
  - Added release tests to the test suite (optional).
  - Test suite and module are now strict/warnings compliant.
0.03 Tue Jan  7 18:59:37 IST 2003
  - Removed @EXPORT_OK from globals (we have no such variable)
  - @EXPORT inserted to globals
  - Using strict
  - Added a README file containing some portability related 
    information
  - t/use.pl renamed to t/test_use.t
  - Declaring previous interface as deprecated (though still 
    supported), offering a more Perllish interface instead.
0.02 Mon Jan  6 07:55:54 IST 2003
  - Added t/use.pl test that only tests if the module 
    loads correctly in 'use SuffixTree'
  - Renamed README to c-implementation_notes.txt
  - Minor documentation changes
  - Updated MANIFEST
0.01 Sat Jan  4 15:38:30 IST 2003
  - Took files from http://cs.haifa.ac.il/~shlomo/suffix_tree/
  - Made a Perl wrapper for the header file using SWIG
  - The original version