Skip to content

Commit

Permalink
Build results of a79c0a7 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed May 1, 2016
1 parent 6c79857 commit 5ceba1b
Show file tree
Hide file tree
Showing 25 changed files with 388 additions and 235 deletions.
11 changes: 11 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
Release history for Dist-Zilla-Plugin-Prereqs-Soften

0.006002 2016-05-01T18:03:38Z f9ed7c0
- Remove usage of dztest. Ironic, seeing this module is where I invented that. So many regrets.
- Fix test failure with newer OptionalFeature due to injected depedencies.
- Don't use my Config::Dumper magic, hardcode logic simply.

[Dependencies::Stats]
- Dependencies changed since 0.006001, see misc/*.deps* for details
- develop: (suggests: ↑1)
- runtime: -1
- test: +2 -1 (recommends: +1)

0.006001 2015-10-03T10:40:00Z f0f58f0
[Bugfix]
- Fix Lack of validation in copy_to leads to silently dead code paths. ( closes GH #4 )
Expand Down
6 changes: 3 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This software is copyright (c) 2015 by Kent Fredric <kentfredric@gmail.com>.
This software is copyright (c) 2016 by Kent Fredric <kentfredric@gmail.com>.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
Expand All @@ -12,7 +12,7 @@ b) the "Artistic License"

--- The GNU General Public License, Version 1, February 1989 ---

This software is Copyright (c) 2015 by Kent Fredric <kentfredric@gmail.com>.
This software is Copyright (c) 2016 by Kent Fredric <kentfredric@gmail.com>.

This is free software, licensed under:

Expand Down Expand Up @@ -272,7 +272,7 @@ That's all there is to it!

--- The Artistic License 1.0 ---

This software is Copyright (c) 2015 by Kent Fredric <kentfredric@gmail.com>.
This software is Copyright (c) 2016 by Kent Fredric <kentfredric@gmail.com>.

This is free software, licensed under:

Expand Down
6 changes: 3 additions & 3 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.039.
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.047.
.gitignore
.mailmap
.perltidyrc
Expand Down Expand Up @@ -34,9 +34,9 @@ t/06-bad-copy_to.t
weaver.ini
xt/author/critic.t
xt/author/eol.t
xt/author/pod-coverage.t
xt/author/pod-syntax.t
xt/release/cpan-changes.t
xt/release/distmeta.t
xt/release/kwalitee.t
xt/release/minimum-version.t
xt/release/pod-coverage.t
xt/release/pod-syntax.t
Loading

0 comments on commit 5ceba1b

Please sign in to comment.