Skip to content

Commit

Permalink
Build results of 31cd98b (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 7, 2017
1 parent ce4899a commit ce0a92b
Show file tree
Hide file tree
Showing 20 changed files with 296 additions and 222 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -16,7 +16,8 @@ branches:
- releases
install:
- time perl ./maint-travis-ci/install_deps_early.pl
- time perl ./maint-travis-ci/install_deps.pl
- time perl ./maint-travis-ci/autoinstall_dzil.pl
- time perl ./maint-travis-ci/install_deps_2.pl
language: perl
matrix:
allow_failures:
Expand Down
10 changes: 10 additions & 0 deletions Changes
@@ -1,5 +1,15 @@
Release history for Dist-Zilla-Plugin-Beam-Connector

0.001003 2017-03-07T07:53:59Z cf919e4
[Bugfix]
- Ensure Beam::Wire doesn't fail by passing it a stringifed File instead of an object
- Avoid test failures with -Ddefault_inc_excludes_dot

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

0.001002 2016-04-30T20:31:19Z 91ceba7
- Include a few missing testing dependencies that got hidden in the example

Expand Down
6 changes: 3 additions & 3 deletions LICENSE
@@ -1,4 +1,4 @@
This software is copyright (c) 2016 by Kent Fredric <kentfredric@gmail.com>.
This software is copyright (c) 2017 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) 2016 by Kent Fredric <kentfredric@gmail.com>.
This software is Copyright (c) 2017 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) 2016 by Kent Fredric <kentfredric@gmail.com>.
This software is Copyright (c) 2017 by Kent Fredric <kentfredric@gmail.com>.

This is free software, licensed under:

Expand Down
2 changes: 1 addition & 1 deletion MANIFEST
@@ -1,4 +1,4 @@
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.043.
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.009.
.gitignore
.mailmap
.perltidyrc
Expand Down

0 comments on commit ce0a92b

Please sign in to comment.