Skip to content

Commit

Permalink
Build results of 575c4b9 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 2, 2017
1 parent e43040f commit beb27a8
Show file tree
Hide file tree
Showing 20 changed files with 245 additions and 180 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
Revision history for Dist-Zilla-Plugin-MetaData-BuiltWith

1.004005 2017-03-02T03:06:51Z 15987f6
[BugFix]
- Avoid test failures on 5.26 w/ -Ddefault_inc_excludes_dot
- Closes https://github.com/kentnl/Dist-Zilla-Plugin-MetaData-BuiltWith/issues/2

[Dependencies::Stats]
- Dependencies changed since 1.004004, see misc/*.deps* for details
- develop: +1 ↑1
- test: ↓1

1.004004 2016-09-10T10:08:39Z d8d12b1
[Bugfix]
- Don't die when uname call fails.
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) 2016 by Kent Fredric <kentnl@cpan.org>.
This software is copyright (c) 2017 by Kent Fredric <kentnl@cpan.org>.

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 <kentnl@cpan.org>.
This software is Copyright (c) 2017 by Kent Fredric <kentnl@cpan.org>.

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 <kentnl@cpan.org>.
This software is Copyright (c) 2017 by Kent Fredric <kentnl@cpan.org>.

This is free software, licensed under:

Expand Down
2 changes: 1 addition & 1 deletion 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 v6.007.
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.008.
.gitignore
.mailmap
.perltidyrc
Expand Down
Loading

0 comments on commit beb27a8

Please sign in to comment.