The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
[Module]
Name=DBIx::Admin::DSNManager
Changelog.Creator=Module::Metadata::Changes V 2.05
Changelog.Parser=Config::IniFiles V 2.82

[V 2.01]
Date=2014-03-10T13:30:55
Comments= <<EOT
- Add Test::Version to the pre-reqs.
- Remove FindBin from pre-reqs.
- Remove scripts/find.homedir.pl.
EOT

[V 2.00]
Date=2014-03-06T09:45:07
Comments= <<EOT
- Replace /usr/bin/perl with /usr/bin/env perl.
- Replace common::sense with use strict and use warnings, to get uninit var warnings.
- Rename CHANGES to Changes as per CPAN::Spec::Changes.
- Move t/pod.t to xt/author/.
- Add t/version.t.
- Switch from Hash::FieldHash to Moo. But not Moops - I don't need that level of complexity.
- If file_name is provided to new(), it is not checked for absolute/relative (it never was), but rather
it is just used as provided. This means stop using File::HomeDir.
If file_name is not provided to new(), default to 'dsn.ini'.
This also means stop using Try::Tiny. That is now up to the user of this module.
- The our variable $errstr has been removed. All errors die with a message.
- Clean up handling of situations when the user does not specify any value for various attributes.
Previously, these were assumed to exist and/or not set properly when a file was written.
- Add use strict and use warnings to Build.PL and Makefile.PL.
- Newsflash: DBIx::Admin::CreateTable and DBIx::Admin::DSNManager are now used for the author's testing of
DBIx::Admin::TableInfo.
EOT

[V 1.00]
Date=2010-11-15T17:54:00
Comments=- Original version.