Revision history for Perl extension DBIx::Skinny::Schema::Loader

0.09    Wed Dec 23 02:18:58 2009
        - unnecessary module using removed from test files
        - added build_require "Test::Exception"

0.08    Mon Dec  7 01:05:14 2009
        - skip pk setting when found composite pk
          - write pk in install_table manually

0.07    Fri Dec  4 12:08:40 2009
        - separated get_skinny_connect_info method
          - fixed bug, username didn't fetched

0.06    Sun Oct 18 16:52:44 2009
        - added make_schema_at options
          - before_template (alternative of template option)
          - after_template

0.05    Tue Oct 13 12:10:47 2009
        - added table_template option for make_schema_at

0.04    Fri Oct  9 18:32:49 2009
        - supported postgresql (thanks to sfujiwara)

0.03    Tue Oct  6 19:29:16 2009
        - removed dependency of Exporter
        - added use strict/warnings to class files
          (I forgot it when remove Any::Moose,
           thanks to walf443)

0.02    Tue Oct  6 23:26:26 2009
        - removed dependency of Any::Moose and Text::MicroTemplate

0.01    Tue Oct  6 19:29:16 2009
        - original version