The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for MooseX-Has-Sugar

0.05070420 2012-02-03T03:33:11Z
 - Maintenance/Packaging release.

 [Internals]
 - All namespaces provide $AUTHORITY
 - $VERSION moved to outside of BEGIN

 [Packaging]
 - Update LICENSE ( Year, Address, Indentation )
 - Extra Tests moved to xt/
 - Git URI's moved to https://
 - Export x_authority
 - Git based versions instead of auto incrementing relative versions.

 [Dependencies::Changed]
 - develop suggests : Dist::Zilla::PluginBundle::Author::KENTNL v1.0.0 -> v1.2.0

 [Dependencies::New]
 - runtime requires : perl 5.006
 - runtime requires : strict
 - runtime requires : warnings

 [Dependencies::Removed]
 - test requires : English

0.05070419 2011-04-07T02:03:19Z
 - Maintainence only release. No external changes.

 [Dependencies:Development]
 - @KENTNL to @Author::KENTNL

 [Packaging]
 - Moved to @Author::KENTNL
 - update gitignore and perlcritic rules.
 - ship perltidyrc
 - Normalize Changes.

 [Tests]
 - Add CPAN::Changes test
 - Remove portability test

0.05055616 2010-11-13T23:43:43Z
 - Replaced Test::Exceptions with Test::Fatal
 - Removed FindBin in tests.
 - Core Tests now 5% faster!.

0.05046611 2010-08-16T18:30:39Z
 - Improved docs and tests for Saccharin. ( Alexandr Ciornii / chorny )
 - Eradicated excess in xt/.

0.05044303 2010-07-24T10:03:50Z
 - Migrate to @KENTNL Dzil.
 - Rework t/ dirs.
 - Drop depend on MX::Types in tests.
 - Drop accidental dep on Test::Kwalitee

0.0405 2009-12-04T09:20:43Z
 - Toolkit upgrade & rebuild.
 - Testsuite cleanup.
 - Documentation overhaul with ::Weaver
 - Dropped :allattrs from MXHS as its identical to :default
 - Tests drop Find::Lib;

0.0404 2009-07-06T03:34:10Z
 - Added Saccharin, experimental sugars.

0.0403 2009-06-30T13:56:07Z
 - Using Dist::Zilla's handy author-tests feature
 - Revised Docmentation a little to be more correct

0.0402 2009-06-29T19:43:05Z
 - Fixed missing META.yml in Dzil build

0.0401 2009-06-29T18:16:51Z
 - Fixed Dep on Moose Test.
 - Moved to Dist::Zilla.
 - Loads of edits for change

0.0400 2009-06-28T00:53:52Z
 - Improved Test cases
 - Improved meta dependency advertising
 - added 'bare' keyword.

0.0300 2009-05-29T16:22:57Z
 - export group :is/-is moved to ::Minimal.
 - MX::H::S::Minimal exports by default
 - MX::H::Sugar exports all list-flavours by default.
 - MX::H::Sugar croaks if group :is is requested.
 - Test/Documentation updated.

0.0200 2009-05-16T21:38:31Z
 - Fixed META.yml
 - Added weak_ref, coerce and auto_deref to -attrs
 - Added collision detection to complain if you use it wrong.
 - Removed Constant Folding based subs, too pesky at present.
 - Added A bunch of tests.

0.0100 2009-05-15T09:18:30Z
 - First version.