0.09    2013-03-31

- If the plugin is run before a Makefile.PL or Build.PL can be generated, a
  fatal error is thrown. RT#80271. (Karen Etheridge)

- The files this plugin generates are now added early enough to be seen by any
  FileMunger plugins. However, the PkgVersion plugin still skips the generated
  *::Conflicts module because the package name of the generated module is
  intentionally hidden from PAUSE.

- Added an ABSTRACT to the generated module.


0.08    2011-07-22

- Add Dist::CheckConflicts to both configures and runtime dependency lists for
  modules which use this plugin.


0.07    2011-01-27

- Fix module name in pod.

- Add a dep on Dist::CheckConflicts 0.02 to modules which use this plugin (not
  0.01).


0.06    2011-01-16

- The dist.ini wouldn't load if a -script wasn't defined in the Conflicts
  config section.


0.05    2011-01-03

- The conflict warning added to your Makefile.PL or Build.PL now mentions the
  generated script if you ask for one to be generated. (Jesse Luehrs)

- No -also will be passed to Dist::CheckConflicts if you don't have
  dependencies. (Jesse Luehrs)

- Require Dist::CheckConflicts 0.02, which has better -also handling.


0.04    2010-12-31

- In the generated conflict module, all of the distro's runtime prereqs are
  passed in the -also parameter to Dist::CheckConflicts.


0.03    2010-12-31

- Added support for a -script config key, which tells this plugin to generate
  a script of the given name that lists conflicts. (Jesse Luehrs)


0.02    2010-11-22

- This module loaded Test::ConsistentVersion, which it wasn't actually using.


0.01    2010-11-22

- Initial release
