Skip to content

Commit

Permalink
Build results of 1b1d781 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 1, 2017
1 parent 1e3e9d3 commit fcf3848
Show file tree
Hide file tree
Showing 17 changed files with 225 additions and 173 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
11 changes: 10 additions & 1 deletion Changes
@@ -1,8 +1,17 @@
Revision history for Dist-Zilla-Plugin-MetaProvides-Package

2.004003 2017-03-01T12:48:27Z 9169231
[Bugfix]
- Update to regenerate compile test which failed on perls without . in @INC
- Closes https://github.com/kentnl/Dist-Zilla-Plugin-MetaProvides-Package/issues/9

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

2.004002 2016-08-03T16:41:52Z 37520fe
- STABLE: This release includes changes from 2.004000 to 2.004001 and some doc fixes.
- SHORTLIST: use Role::ModuleMetadata, include underscores by default, include_underscore option
- SHORTLIST: use Role::ModuleMetadata, include_underscore option

[Dependencies::Stats]
- Dependencies changed since 2.004001, see misc/*.deps* for details
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 v6.006.
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.008.
.gitignore
.mailmap
.perltidyrc
Expand Down

0 comments on commit fcf3848

Please sign in to comment.