Skip to content

Commit

Permalink
v0.004011
Browse files Browse the repository at this point in the history
 [Bugfix]
 - Fix test issues with -Ddefault_inc_excludes_dot
 - Closes #1

 [Dependencies::Stats]
 - Dependencies changed since 0.004010, see misc/*.deps* for details
 - configure: +1 ↓1 (recommends: ↑1)
 - develop: +18 ↑4 -6 (recommends: +1, suggests: +2 -1)
 - runtime: ↓1 -1 (recommends: +2)
 - test: +2 ↓1 -3 (recommends: ↑2 ↓1 -1)

 [Meta]
 - Move to kentnl github org
  • Loading branch information
kentfredric committed Mar 6, 2017
1 parent 10e5bc7 commit 230ccf4
Show file tree
Hide file tree
Showing 18 changed files with 19 additions and 17 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 Git-Wrapper-Plus

{{$NEXT}}

0.004011 2017-03-06T07:51:10Z 10e5bc7
[Bugfix]
- Fix test issues with -Ddefault_inc_excludes_dot
- Closes https://github.com/kentnl/Git-Wrapper-Plus/issues/1
Expand Down
2 changes: 1 addition & 1 deletion lib/Git/Wrapper/Plus.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Git::Wrapper::Plus;

our $VERSION = '0.004011';
our $VERSION = '0.004012';

# ABSTRACT: A Toolkit for working with Git::Wrapper in an Object Oriented Way.

Expand Down
2 changes: 1 addition & 1 deletion lib/Git/Wrapper/Plus/Branches.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Git::Wrapper::Plus::Branches;

our $VERSION = '0.004011';
our $VERSION = '0.004012';

# ABSTRACT: Extract branches from Git

Expand Down
2 changes: 1 addition & 1 deletion lib/Git/Wrapper/Plus/Ref.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Git::Wrapper::Plus::Ref;

our $VERSION = '0.004011';
our $VERSION = '0.004012';

# ABSTRACT: An Abstract REF node

Expand Down
2 changes: 1 addition & 1 deletion lib/Git/Wrapper/Plus/Ref/Branch.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Git::Wrapper::Plus::Ref::Branch;

our $VERSION = '0.004011';
our $VERSION = '0.004012';

# ABSTRACT: A Branch object

Expand Down
2 changes: 1 addition & 1 deletion lib/Git/Wrapper/Plus/Ref/Tag.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Git::Wrapper::Plus::Ref::Tag;

our $VERSION = '0.004011';
our $VERSION = '0.004012';

# ABSTRACT: A single tag object

Expand Down
2 changes: 1 addition & 1 deletion lib/Git/Wrapper/Plus/Refs.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Git::Wrapper::Plus::Refs;

our $VERSION = '0.004011';
our $VERSION = '0.004012';

# ABSTRACT: Work with refs

Expand Down
2 changes: 1 addition & 1 deletion lib/Git/Wrapper/Plus/Support.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Git::Wrapper::Plus::Support;

our $VERSION = '0.004011';
our $VERSION = '0.004012';

# ABSTRACT: Determine what versions of things support what

Expand Down
2 changes: 1 addition & 1 deletion lib/Git/Wrapper/Plus/Support/Arguments.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Git::Wrapper::Plus::Support::Arguments;

our $VERSION = '0.004011';
our $VERSION = '0.004012';

# ABSTRACT: Database of command argument support data

Expand Down
2 changes: 1 addition & 1 deletion lib/Git/Wrapper/Plus/Support/Behaviors.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Git::Wrapper::Plus::Support::Behaviors;

our $VERSION = '0.004011';
our $VERSION = '0.004012';

# ABSTRACT: Database of Git Behavior Support

Expand Down
2 changes: 1 addition & 1 deletion lib/Git/Wrapper/Plus/Support/Commands.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Git::Wrapper::Plus::Support::Commands;

our $VERSION = '0.004011';
our $VERSION = '0.004012';

# ABSTRACT: Database of command support data

Expand Down
2 changes: 1 addition & 1 deletion lib/Git/Wrapper/Plus/Support/Range.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Git::Wrapper::Plus::Support::Range;

our $VERSION = '0.004011';
our $VERSION = '0.004012';

# ABSTRACT: A record describing a range of supported versions

Expand Down
2 changes: 1 addition & 1 deletion lib/Git/Wrapper/Plus/Support/RangeDictionary.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Git::Wrapper::Plus::Support::RangeDictionary;

our $VERSION = '0.004011';
our $VERSION = '0.004012';

# ABSTRACT: A key -> range list mapping for support features

Expand Down
2 changes: 1 addition & 1 deletion lib/Git/Wrapper/Plus/Support/RangeSet.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Git::Wrapper::Plus::Support::RangeSet;

our $VERSION = '0.004011';
our $VERSION = '0.004012';

# ABSTRACT: A set of ranges of supported things

Expand Down
2 changes: 1 addition & 1 deletion lib/Git/Wrapper/Plus/Tags.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Git::Wrapper::Plus::Tags;

our $VERSION = '0.004011';
our $VERSION = '0.004012';

# ABSTRACT: Extract all tags from a repository

Expand Down
2 changes: 1 addition & 1 deletion lib/Git/Wrapper/Plus/Tester.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Git::Wrapper::Plus::Tester;

our $VERSION = '0.004011';
our $VERSION = '0.004012';

# ABSTRACT: Utility for testing things with a git repository

Expand Down
2 changes: 1 addition & 1 deletion lib/Git/Wrapper/Plus/Util.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Git::Wrapper::Plus::Util;

our $VERSION = '0.004011';
our $VERSION = '0.004012';

# ABSTRACT: Misc plumbing tools for Git::Wrapper::Plus

Expand Down
2 changes: 1 addition & 1 deletion lib/Git/Wrapper/Plus/Versions.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Git::Wrapper::Plus::Versions;

our $VERSION = '0.004011';
our $VERSION = '0.004012';

# ABSTRACT: Analyze and compare git versions

Expand Down

0 comments on commit 230ccf4

Please sign in to comment.