Skip to content

Commit

Permalink
v1.004004
Browse files Browse the repository at this point in the history
 [Bugfix]
 - Don't die when uname call fails.
 - To be honest, I'm still not sure why I was doing this in the first place.
 - Patch Patched (with thanks) by Roy Ivy II ( #1 )

 [Dependencies::Stats]
 - Dependencies changed since 1.004003, see misc/*.deps* for details
 - develop: (suggests: ↑1)
  • Loading branch information
kentfredric committed Sep 10, 2016
1 parent d8d12b1 commit ff4c7b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Revision history for {{$dist->name}}
Revision history for {{$dist->name}}

{{$NEXT}}

1.004004 2016-09-10T10:08:39Z d8d12b1
[Bugfix]
- Don't die when uname call fails.
- To be honest, I'm still not sure why I was doing this in the first place.
Expand Down
2 changes: 1 addition & 1 deletion lib/Dist/Zilla/Plugin/MetaData/BuiltWith.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Dist::Zilla::Plugin::MetaData::BuiltWith;

our $VERSION = '1.004004';
our $VERSION = '1.004005';

# ABSTRACT: Report what versions of things your distribution was built against

Expand Down
2 changes: 1 addition & 1 deletion lib/Dist/Zilla/Plugin/MetaData/BuiltWith/All.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Dist::Zilla::Plugin::MetaData::BuiltWith::All;

our $VERSION = '1.004004';
our $VERSION = '1.004005';

# ABSTRACT: Go overkill and report everything in all name-spaces.

Expand Down

0 comments on commit ff4c7b2

Please sign in to comment.