Skip to content

Commit

Permalink
Build results of 7909de8 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed May 1, 2016
1 parent 35f699e commit 3dbd368
Show file tree
Hide file tree
Showing 31 changed files with 595 additions and 865 deletions.
14 changes: 11 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Dist-Zilla-Plugin-MetaData-BuiltWith*
.build
tmp
/Dist-Zilla-Plugin-MetaData-BuiltWith-*
/.build
/tmp/
/pm_to_blib
/META.yml
/MYMETA.yml
/META.json
/MYMETA.json
/Makefile
/Makefile.old
/blib/
12 changes: 11 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
Revision history for Dist-Zilla-Plugin-MetaData-BuiltWith

1.004003 2016-05-01T21:35:06Z e12fda1
- Removed DZTest stuff.
- Removed use of Util::ConfigDumper
- Removed use of Module::Data & Path::ScanINC from the depgraph.

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

1.004002 2015-03-06T23:08:04Z 81ea208
[Dependencies::Stats]
- Dependencies changed since 1.004001, see misc/*.deps* for details
Expand Down Expand Up @@ -361,4 +372,3 @@

0.01000022 2010-06-11T11:48:14Z
- First version.

1 change: 1 addition & 0 deletions INSTALL.SKIP
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONTRIBUTING\.pod$
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 <kentnl@cpan.org>.
This software is copyright (c) 2016 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) 2015 by Kent Fredric <kentnl@cpan.org>.
This software is Copyright (c) 2016 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) 2015 by Kent Fredric <kentnl@cpan.org>.
This software is Copyright (c) 2016 by Kent Fredric <kentnl@cpan.org>.

This is free software, licensed under:

Expand Down
7 changes: 4 additions & 3 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.032.
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.047.
.gitignore
.mailmap
.perltidyrc
.travis.yml
Changes
INSTALL.SKIP
LICENSE
MANIFEST
META.json
Expand Down Expand Up @@ -35,9 +36,9 @@ t/yaml.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 3dbd368

Please sign in to comment.