Fixed rt.cpan.org #22425 (use File::Spec where appropriate)
[dbsrgits/DBIx-Class-Schema-Loader.git] / lib / DBIx / Class / Schema / Loader / Base.pm
2006-11-15 Brandon Black Fixed rt.cpan.org #22425 (use File::Spec where appropriate)
2006-10-12 Brandon Black fix for rt.cpan.org #21084 (dump_overwrite pathological...
2006-07-26 Brandon Black 0.03006 - fix columns_info_for interaction 0.03006
2006-07-20 Brandon Black bugfixes from nilsonsfj + 0.03005 release stuff 0.03005
2006-07-18 Brandon Black dump code now skips+warns instead of dies when dump_ove...
2006-07-11 Brandon Black Changes fixup, debug output fixup, eval optimization
2006-07-11 Brandon Black Better test coverage
2006-07-10 Brandon Black docs updates, no longer overwrite dumped schema files...
2006-07-02 Brandon Black added new fatal error if loader_options not yet specifi...
2006-06-28 Brandon Black make_schema_at made more efficient (email thread w...
2006-06-28 Brandon Black version bump to 0.03004
2006-06-06 Brandon Black 0.03003 fixes for external layered definitions while... 0.03003
2006-06-06 Brandon Black released 0.03002, exception fix, better warn output 0.03002
2006-06-05 Brandon Black warns about C::M::DBIC::Schema upgrading / regenerating
2006-06-05 Brandon Black Version bumped to 0.03001
2006-05-22 Brandon Black Merging branches/DBIx-Class-Schema-Loader-refactor...