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 Tree::Suffix

0.14 Thu Apr 13 11:47:37 GMT 2006
    - Updated Makefile.PL to look in environment variables for lib and inc
      dirs

0.13 Tue Mar 21 11:06:59 GMT 2006
    - Use typemap.

0.12  Mon Mar 13 02:16:22 GMT 2006
    - Corrected find() to abide by ISO C90 by moving declaration before code.
    - Changed tests to use 'is' instead of 'ok' to provide better error
      reports.

0.11  Sun Mar 12 17:40:55 GMT 2006
    - Prevent warnings from undefined arguments.

0.10  Sun Mar 12 08:43:25 GMT 2006
    - Fixed find() to prevent bus error when given undefined input.
    - Updated string() to return empty string instead of undef.
    - Updated allow_duplicates to get the current flag value if it 
      is called without an argument.

0.09  Sat Mar 11 06:03:14 GMT 2006
    - Fixed string() to avoid returning "<eos>" when start pos == string 
      length.

0.08  Sat Mar 11 06:03:14 GMT 2006
    - Fixed new() and insert() to accept integers.
    - Updated find() to return matched positions in list context.
    - Added string() to return substring matching given position.

0.07  Sun Mar 5 22:52:55 GMT 2006
    - Added match, search aliases for find()
    - Made memleak test manditory to enforce use of newer libstree version.
    - strings() now returns string indices in list context.

0.06  Fri Mar 3 11:06:29 GMT 2006
    - Added documentation and tests for allow_duplicates().
    - Updated remove() to also remove duplicates.
    - Added tests for pod.

0.05  Thu Mar 2 21:39:52 GMT 2006
    - Added find() method.

0.04  Wed Mar 1 15:20:59 GMT 2006
    - Added note to use libstree version >= 0.4.2 and removed workaround to 
      lfs.

0.03  Mon Feb 27 13:28:56 GMT 2006
    - Added missing prerequisite for Test::More.

0.02  Sat Feb 25 18:45:09 GMT 2006
    - insert() now returns the count of successfully inserted strings.

0.01  Sun Feb 19 06:01:11 GMT 2006
    - Initial distribution.