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

1.0.5 2013-04-29T00:32:53Z
 - Bugfix: package_name and ebuild_name were paths instead of basenames,
   but no tests revealed this. Now have tests, and bug is fixed.

1.0.4 2013-04-28T20:24:18Z
 - Bugfix release to iron out some residual Path::Tiny quirks

 [Dependencies::Added / develop requires]
 - Test::CPAN::Changes 0.19

 [Dependencies::Changed / build requires]
 - Module::Build 0.4003 → 0.4004

 [Dependencies::Changed / configure requires]
 - Module::Build 0.4003 → 0.4004

 [Dependencies::Changed / develop suggests]
 - Dist::Zilla::PluginBundle::Author::KENTNL v1.7.0 → v1.7.3

 [Packaging]
 - use test_requires in Module::Build

1.0.3 2013-03-13T06:58:04Z
 [!Notable Changes]
 - Move to Path::Tiny

 [Dependencies::Added / develop requires]
 - Pod::Coverage::TrustPod
 - Test::CPAN::Meta
 - Test::Pod 1.41
 - Test::Pod::Coverage 1.08
 - version 0.9901

 [Dependencies::Added / runtime requires]
 - MooseX::Types::Path::Tiny

 [Dependencies::Changed / build requires]
 - Module::Build 0.3601 → 0.4003

 [Dependencies::Changed / configure requires]
 - Module::Build 0.3601 → 0.4003

 [Dependencies::Changed / develop suggests]
 - Dist::Zilla::PluginBundle::Author::KENTNL v1.3.0 → v1.7.0

 [Dependencies::Changed / test requires]
 - Test::More 0.96 → 0.98

 [Dependencies::Removed / runtime requires]
 - MooseX::Types::Path::Class

 [Documentation]
 - Update copyright year
 - Add README.mkdn

 [Meta]
 - Bugtracker to github

1.0.2 2012-06-21T11:34:49Z
 [Internals]
 - Refactor iteration logic to use a dispatch table depending on what you
   want to iterate, instead of using a big mesy conditional. This will make
   internal calling code faster and cleaner.

1.0.1 2012-03-17T05:14:32Z
 - Minor Maintenance release

 [Dependencies::Added / runtime requires]
 - perl 5.006
 - strict
 - warnings

 [Dependencies::Changed / develop recommends]
 - Dist::Zilla::PluginBundle::Author::KENTNL::Lite 0.01009803 → v1.3.0

 [Dependencies::Changed / develop suggests]
 - Dist::Zilla::PluginBundle::Author::KENTNL v1.0.0 → v1.3.0

 [Dependencies::Removed / test requires]
 - English

 [Internals]
 - Move Version Declaration out of BEGIN
 - All namespaces now declare $AUTHORITY

 [Packaging]
 - Update LICENSE (Year, Indent, Address)
 - Move author/release tests to xt/
 - Update repository.url
 - Set x_authority

1.0.0 2011-08-02T10:24:40Z
 [Features]
 - Have a new iteration interface for easy overlay walking. ( Partially
   Existed in code but was undocumented )
 - Can now iterate by 'ebuilds'.

 [Internals]
 - Restyled a lot of the internals because the 'has' form I was using was
   ugly and buggy.

 [Meta]
 - resource URI's moved to https:// only.

 [Modules::New]
 - Gentoo::Overlay::Ebuild # A representaition of an individual ebuild.

 [Packaging]
 - Migrating to x.y.z versioning.
 - Rehashed the Changelog for CPANChanges form.
 - Updated GNU LICENSE file.

 [Tests::New]
 - release-cpan-changes.t # Test conformance with CPAN::Changes

 [Tests::Updated]
 - 00-compile.t # updated/regenerated to use find instead of glob.

 [Types::New]
 - Gentoo__Overlay_Ebuild
 - Gentoo__Overlay_EbuildName

0.03000000 2011-02-10T22:15:53Z
 - Eliminate 'tie' in favour of ->open + ->read
 - Throw Exceptions. Even warnings are exceptions now. You can't catch
   them, but you can toggle a switch to make them die() instead of warn. (
   local $Gentoo::Overlay::Exceptions::WARNINGS_ARE='fatal'; )
 - Added an ( currently undocumented ) iteration interface.

 [Dependencies::Added / develop recommends]
 - Dist::Zilla::PluginBundle::Author::KENTNL::Lite 0.01009803

 [Dependencies::Added / develop requires]
 - Dist::Zilla::PluginBundle::Author::KENTNL::Lite

 [Dependencies::Added / develop suggests]
 - Dist::Zilla::PluginBundle::Author::KENTNL v1.0.0

 [Dependencies::Added / runtime requires]
 - Data::Dump
 - MooseX::OneArgNew
 - Readonly
 - Role::HasMessage::Errf
 - Role::Identifiable::HasIdent
 - Role::Identifiable::HasTags
 - StackTrace::Auto
 - Sub::Exporter
 - Throwable
 - overload

 [Dependencies::Changed / test requires]
 - Test::More 0.88 → 0.96

 [Dependencies::Removed / develop recommends]
 - Dist::Zilla::PluginBundle::KENTNL::Lite 0.01009803

 [Dependencies::Removed / develop requires]
 - Dist::Zilla::PluginBundle::KENTNL::Lite

 [Dependencies::Removed / develop suggests]
 - Dist::Zilla::PluginBundle::KENTNL 0.01017119

 [Dependencies::Removed / runtime requires]
 - IO::Dir

0.02004319 2011-01-04T12:25:26Z
 - Added a Package class.
 - Removed lots of the builders and docs in favour of simple defaults.
 - Replaced some Strs with EAPI constraints.
 - Rearranged 'blacklist' behaviour, it was stupid.
 - Extended the example to handle packages.
 - category objects now have a ->packages, ->_has_package, ->package_names,
   ->get_package
 - 3 New Types, _CategoryName, _PackageName, _RepositoryName, all EAPI2
   compliant.

0.01000020 2010-11-21T08:17:06Z
 - Refactored to create a Category Package
 - Added a type Package.
 - Documentation on steroids.

 [Dependencies::Added / runtime requires]
 - MooseX::Types

0.01000015 2010-11-21T03:17:46Z
 - First version.