Skip to content

Commit

Permalink
Build results of 5940907 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Jun 19, 2016
1 parent 7280d3f commit df699d0
Show file tree
Hide file tree
Showing 28 changed files with 316 additions and 271 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ after_failure:
- perl ./maint-travis-ci/report_fail_ctx.pl
before_install:
- perlbrew list
- perlbrew install-cpanm -f
- git --version
- time git clone --depth 10 https://github.com/kentfredric/travis-scripts.git maint-travis-ci
- time git -C ./maint-travis-ci reset --hard master
Expand All @@ -16,6 +17,7 @@ branches:
- builds
- releases
install:
- cpanm --verbose --mirror http://cpan.metacpan.org --no-man-pages 'ExtUtils::MakeMaker~>=6.64' 'LMDB_File~<0.08'
- time perl ./maint-travis-ci/install_deps_early.pl
- time perl ./maint-travis-ci/install_deps.pl
language: perl
Expand Down
11 changes: 11 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
Revision history for Dist-Zilla-PluginBundle-Author-KENTNL

2.025020 2016-06-19T07:19:45Z 9153e61
[Dependencies::Stats]
- Dependencies changed since 2.025010, see misc/*.deps* for details
- test: ↑1 -1

[Features]
- 'bumpversions' moved to 'bump_versions', but legacy interface retained.
- 'srcreadme' moved to 'src_readme' but legacy interface retained.
- 'copyfiles' moved to 'copy_files' but legacy interface retained.
- Remove residual reliance on Path::Class ( Requires DZil >5.038 )( Closes #1 )

2.025010 2015-11-15T02:28:17Z f61f784
- Provision more files during minting instead of relying on generation on the first invocation of `dzil build`

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
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 v5.041.
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.047.
.gitignore
.mailmap
.perltidyrc
Expand Down

0 comments on commit df699d0

Please sign in to comment.