Changes file for Module::Build::Bundle

$Id: Changes 8147 2013-07-29 09:09:11Z jonasbn $

Project Change log:
http://logiclab.jira.com/browse/MBB#selectedTab=com.atlassian.jira.plugin.system.project%3Achangelog-panel

0.12 2013-08-01

- Addressed issue reported by Ken Williams [RT:86220] so we now use CPAN::Meta::YAML
  instead of Module::Build::YAML [MBB-39]
  
  https://logiclab.jira.com/browse/MBB-39

- Fixed up Changes file as part of my Questhub quest adhering to the standard
  described in: CPAN::Changes::Spec [MBB-38]

  Quest: http://questhub.io/realm/perl/quest/51f0fd8e18ba7dcf4b000040
  Spec: https://metacpan.org/module/CPAN::Changes::Spec
  
  https://logiclab.jira.com/browse/MBB-38

0.11 2013-03-15

- Maintenance release, update not necessary

- Addressed installation issue [MBB-37/[RT:83754] the issue was related to
  permissions on main file in lib. We now work on the equivalent in blib/lib.
  Issue was reported by DAXIM
  https://logiclab.jira.com/browse/MBB-37
  https://rt.cpan.org/Ticket/Display.html?id=83754


0.10 2013-01-26

- Maintenance release, update not necessary

- Addressed failing tests for 0.09 [MBB-36]/[RT:82128], issue with undeclared
  dependency on File::Slurp, introduced in release 0.09. Issue found by CPAN
  testers and was also reported by ANDK
  https://logiclab.jira.com/browse/MBB-36
  https://rt.cpan.org/Ticket/Display.html?id=82128


0.09 2012-12-02

- Maintenance release, update not necessary

- Attempt at address all the failing tests [MBB-35]
  http://logiclab.jira.com/browse/MBB-35

- Added Test::Perl::Critic to test suite

- Documentation on method ACTION_build [MBB-32]
  http://logiclab.jira.com/browse/MBB-32

- Replaced file reading code with use of File::Slurp as recommended by the
  Perl::Critic policy InputOutput::ProhibitJoinedReadline [MBB-34]
  http://logiclab.jira.com/browse/MBB-34


0.08 2012-11-22

- Maintenance release, update not necessary

- Attempt at address all the failing tests (308 fails against 177 passes at the time of writing) [MBB-31]
  http://logiclab.jira.com/browse/MBB-31
  
- Turned the dates in the changes file into ISO 8601 format
  

0.07 2011-06-15

- Maintenance release, update not necessary

- Addressed issue with test suite and permissions [MBB-28]
  http://logiclab.jira.com/browse/MBB-28

- Investigated create_makefile_pl [MBB-29]
  http://logiclab.jira.com/browse/MBB-29

- Described current limitation in POD in regard to root based distributions	[MBB-30]
  http://logiclab.jira.com/browse/MBB-30


0.06 2011-05-06

- Maintenance release, update not necessary

- Addressed failing tests [MBB-25] tests should now pass under newer perls [MBB-26], when we cheat on
  the Perl version http://logiclab.jira.com/browse/MBB-25 and http://logiclab.jira.com/browse/MBB-26


0.05 2011-04-23

- Bug fix release, update not necessary

- Addressed failing tests [MBB-22] removing regression test suite, M::B is a  moving target
  http://logiclab.jira.com/browse/MBB-22


0.04 2010-11-23

- Bug fix release, update recommended

- Addressed failing tests [MBB-18] missing listing of required file
  http://logiclab.jira.com/browse/MBB-18


0.03 2010-11-21

- Bug fix release, update recommended

- Addressed failing tests [MBB-17]
  http://logiclab.jira.com/browse/MBB-17


0.02 2010-09-26

 - Bug fix release, update recommended

- Changed inheritance [MBB-13]
  http://logiclab.jira.com/browse/MBB-13

- Issues with distribution generation [MBB-16]
  http://logiclab.jira.com/browse/MBB-16

- Addressed failing tests [MBB-14]
  http://logiclab.jira.com/browse/MBB-14


0.01 2010-09-14

- Initial release