Skip to content

Commit

Permalink
v0.001003
Browse files Browse the repository at this point in the history
 - Bugfix: Avoid test failures with -Ddefault_inc_excludes_dot

 [Dependencies::Stats]
 - Dependencies changed since 0.001002, see misc/*.deps* for details
 - configure: +1 (recommends: ↑1)
 - develop: +14 ↑4 -3 (recommends: +1, suggests: ↑2)
 - runtime: ↓1 -1 (recommends: +1)
 - test: +1 ↓1 (recommends: ↑1 ↓1)
  • Loading branch information
kentfredric committed Mar 9, 2017
1 parent 3a2d47e commit 8d2ec9c
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Release history for Pod-Weaver-PluginBundle-Author-KENTNL

{{$NEXT}}

0.001003 2017-03-09T11:16:59Z 3a2d47e
- Bugfix: Avoid test failures with -Ddefault_inc_excludes_dot

[Dependencies::Stats]
Expand Down
2 changes: 1 addition & 1 deletion lib/Pod/Weaver/PluginBundle/Author/KENTNL.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Pod::Weaver::PluginBundle::Author::KENTNL;

our $VERSION = '0.001003';
our $VERSION = '0.001004';

# ABSTRACT: KENTNL's amazing Pod::Weaver Plugin Bundle.

Expand Down
2 changes: 1 addition & 1 deletion lib/Pod/Weaver/PluginBundle/Author/KENTNL/Collectors.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Pod::Weaver::PluginBundle::Author::KENTNL::Collectors;

our $VERSION = '0.001003';
our $VERSION = '0.001004';

# ABSTRACT: Sub/Attribute/Whatever but shorter and with defaults

Expand Down
2 changes: 1 addition & 1 deletion lib/Pod/Weaver/PluginBundle/Author/KENTNL/Core.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Pod::Weaver::PluginBundle::Author::KENTNL::Core;

our $VERSION = '0.001003';
our $VERSION = '0.001004';

# ABSTRACT: Core configuration for Pod::Weaver

Expand Down
2 changes: 1 addition & 1 deletion lib/Pod/Weaver/PluginBundle/Author/KENTNL/Postlude.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Pod::Weaver::PluginBundle::Author::KENTNL::Postlude;

our $VERSION = '0.001003';
our $VERSION = '0.001004';

# ABSTRACT: End of document stuff

Expand Down
2 changes: 1 addition & 1 deletion lib/Pod/Weaver/PluginBundle/Author/KENTNL/Prelude.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Pod::Weaver::PluginBundle::Author::KENTNL::Prelude;

our $VERSION = '0.001003';
our $VERSION = '0.001004';

# ABSTRACT: Introductory POD Segments

Expand Down
2 changes: 1 addition & 1 deletion lib/Pod/Weaver/PluginBundle/Author/KENTNL/Role/Easy.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Pod::Weaver::PluginBundle::Author::KENTNL::Role::Easy;

our $VERSION = '0.001003';
our $VERSION = '0.001004';

# ABSTRACT: Moo based instance based sugar syntax for mutable configuration declaration

Expand Down

0 comments on commit 8d2ec9c

Please sign in to comment.