Skip to content

Commit

Permalink
v0.03000101
Browse files Browse the repository at this point in the history
 [!Major Changes]
 - Path::Class replaced with Path::Tiny
 - Tests/Utils use Path::Iterator::Rule instead of File::Find::Rule
 - Packaging toolchain updated
 - Carp warnings now only Log4Perl warnings so you can hide them if needed.

 [Dependencies::Added / develop requires]
 - Dist::Zilla::Plugin::PerlTidy 0.13
 - Perl::Tidy::Sweetened 0.20
 - Pod::Coverage::TrustPod
 - Test::CPAN::Changes 0.19
 - Test::CPAN::Meta
 - Test::Pod 1.41
 - Test::Pod::Coverage 1.08
 - version 0.9901

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

 [Dependencies::Added / test requires]
 - Path::Iterator::Rule
 - Path::Tiny

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

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

 [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.7.3

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

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

 [Dependencies::Removed / test requires]
 - English
 - File::Find::Rule
 - Path::Class

 [Documentation]
 - license copyright year update
 - license reindent
 - license address update
 - add README.mkdn

 [Internals]
 - add $AUTHORITY to all packages
 - move $VERSION declaration out of BEGIN
 - __END__ before =pod
 - Code now tidyied successfully under Perl::Tidy::Sweetened

 [Meta]
 - add x_authortiy
 - bug tracker = github issues
 - git uris to https://

 [Packaging]
 - use test_requires in Build.PL
 - leave xt/ tests in xt/
 - versions via git
  • Loading branch information
kentfredric committed May 7, 2013
1 parent 2f2283d commit 75c1d99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,6 +1,8 @@
Revision history for {{$dist->name}}

{{$NEXT}}

0.03000101 2013-05-07T08:56:28Z
[!Major Changes]
- Path::Class replaced with Path::Tiny
- Tests/Utils use Path::Iterator::Rule instead of File::Find::Rule
Expand Down

0 comments on commit 75c1d99

Please sign in to comment.