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 

0.9   Mon Feb 25 2002
        - added 'create_from_cgi' method

0.8   Sat Feb 23 2002
        - Can now ask what the untaint type for a given column would be

0.07  Sun Dec 23 2001
        - Can now specify fields which must be filled, and fields which
          should be ignored.

0.06  Mon Dec 17 2001
        - Auto-detect 'text' fields with mysql also

0.05  Fri Nov  9 2001
        - Attempts to set default untaint patterns based on DB schema
          if used with Class::DBI::mysql

0.04  Wed Nov  7 2001
        - auto-skips primary key
        - defaults to $obj->columns('All') where none specified

0.03  Thu Nov  1 2001
        - removed framework-specific behavior so can stand alone 
        - First CPAN release

0.02  Fri Oct 15 2001
	      - allow untaint_columns to take many pairs, instead of just one 

0.01  Sun Sep 23 2001
        - original version