Skip to content

Commit

Permalink
Build results of 837bdfa (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Feb 4, 2012
2 parents 8329047 + 837bdfa commit fb38ce6
Show file tree
Hide file tree
Showing 27 changed files with 2,473 additions and 484 deletions.
60 changes: 31 additions & 29 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -6,39 +6,41 @@ use Module::Build 0.3601;


my %module_build_args = (
'build_requires' => {
'Dist::Zilla::Util::Test::KENTNL' => '0.01000004',
'English' => '0',
'File::Find' => '0',
'File::Temp' => '0',
'Module::Build' => '0.3601',
'Scalar::Util' => '0',
'Test::Fatal' => '0',
'Test::More' => '0.96'
"build_requires" => {
"Dist::Zilla::Util::Test::KENTNL" => "0.01000004",
"File::Find" => 0,
"File::Temp" => 0,
"Module::Build" => "0.3601",
"Scalar::Util" => 0,
"Test::Fatal" => 0,
"Test::More" => "0.96"
},
'configure_requires' => {
'Module::Build' => '0.3601'
"configure_requires" => {
"Module::Build" => "0.3601"
},
'dist_abstract' => 'Generating and Populating \'provides\' in your META.yml',
'dist_author' => [
'Kent Fredric <kentnl@cpan.org>'
"dist_abstract" => "Generating and Populating 'provides' in your META.yml",
"dist_author" => [
"Kent Fredric <kentnl\@cpan.org>"
],
'dist_name' => 'Dist-Zilla-Plugin-MetaProvides',
'dist_version' => '1.12060501',
'license' => 'perl',
'module_name' => 'Dist::Zilla::Plugin::MetaProvides',
'recommends' => {},
'recursive_test_files' => 1,
'requires' => {
'Dist::Zilla::Role::MetaProvider' => '0',
'Dist::Zilla::Util::EmulatePhase' => '0.01000101',
'Moose' => '0',
'Moose::Role' => '0',
'MooseX::Types' => '0',
'MooseX::Types::Moose' => '0',
'namespace::autoclean' => '0'
"dist_name" => "Dist-Zilla-Plugin-MetaProvides",
"dist_version" => "1.12060502",
"license" => "perl",
"module_name" => "Dist::Zilla::Plugin::MetaProvides",
"recommends" => {},
"recursive_test_files" => 1,
"requires" => {
"Dist::Zilla::Role::MetaProvider" => 0,
"Dist::Zilla::Util::EmulatePhase" => "0.01000101",
"Moose" => 0,
"Moose::Role" => 0,
"MooseX::Types" => 0,
"MooseX::Types::Moose" => 0,
"namespace::autoclean" => 0,
"perl" => "5.006",
"strict" => 0,
"warnings" => 0
},
'script_files' => []
"script_files" => []
);


Expand Down
26 changes: 26 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
Revision history for Dist-Zilla-Plugin-MetaProvides

1.12060502 2012-02-04T00:39:26Z
- Maintenance Release

[Dependencies::Changed]
- develop suggests : Dist::Zilla::PluginBundle::Author::KENTNL v1.0.0 ->
v1.2.0

[Dependencies::New]
- runtime requires : perl 5.006
- runtime requires : strict
- runtime requires : warnings

[Dependencies::Removed]
- test requires : English

[Internals]
- added $AUTHORITY to all namespaces
- moved $VERSION out of BEGIN in all namespaces

[Packaging]
- update LICENSE ( Year, Address, Indent )
- move extra tests to xt/
- move git URLs to https://
- export x_authority in metadata.
- move to git versions

1.12060501 2011-04-08T13:44:56Z
[BugFix]
- rt#67325 : Should now depend on Test::More 0.96 to solve tests failing
Expand Down
1,945 changes: 1,945 additions & 0 deletions Debian_CPANTS.txt

Large diffs are not rendered by default.

28 changes: 15 additions & 13 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This software is copyright (c) 2011 by Kent Fredric.
This software is copyright (c) 2012 by Kent Fredric.

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,21 +12,22 @@ b) the "Artistic License"

--- The GNU General Public License, Version 1, February 1989 ---

This software is Copyright (c) 2011 by Kent Fredric.
This software is Copyright (c) 2012 by Kent Fredric.

This is free software, licensed under:

The GNU General Public License, Version 1, February 1989

GNU GENERAL PUBLIC LICENSE
Version 1, February 1989
GNU GENERAL PUBLIC LICENSE
Version 1, February 1989

Copyright (C) 1989 Free Software Foundation, Inc.
59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
51 Franklin St, Suite 500, Boston, MA 02110-1335 USA

Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.

Preamble
Preamble

The license agreements of most software companies try to keep users
at the mercy of those companies. By contrast, our General Public
Expand Down Expand Up @@ -67,7 +68,7 @@ authors' reputations.
The precise terms and conditions for copying, distribution and
modification follow.

GNU GENERAL PUBLIC LICENSE
GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. This License Agreement applies to any program or other work which
Expand Down Expand Up @@ -185,7 +186,7 @@ make exceptions for this. Our decision will be guided by the two goals
of preserving the free status of all derivatives of our free software and
of promoting the sharing and reuse of software generally.

NO WARRANTY
NO WARRANTY

9. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
Expand All @@ -207,9 +208,9 @@ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.

END OF TERMS AND CONDITIONS
END OF TERMS AND CONDITIONS

Appendix: How to Apply These Terms to Your New Programs
Appendix: How to Apply These Terms to Your New Programs

If you develop a new program, and you want it to be of the greatest
possible use to humanity, the best way to achieve this is to make it
Expand All @@ -235,8 +236,9 @@ the exclusion of warranty; and each file should have at least the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA


Also add information on how to contact you by electronic and paper mail.

Expand Down Expand Up @@ -270,7 +272,7 @@ That's all there is to it!

--- The Artistic License 1.0 ---

This software is Copyright (c) 2011 by Kent Fredric.
This software is Copyright (c) 2012 by Kent Fredric.

This is free software, licensed under:

Expand Down
15 changes: 8 additions & 7 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ t/000-report-versions-tiny.t
t/01-MetaProvider-Provider.t
t/02-MetaProvides-ProvideRecord.t
t/03-Types.t
t/author-critic.t
t/lib/Dist/Zilla/Plugin/FakePlugin.pm
t/release-cpan-changes.t
t/release-distmeta.t
t/release-eol.t
t/release-kwalitee.t
t/release-pod-coverage.t
t/release-pod-syntax.t
weaver.ini
xt/author/critic.t
xt/release/cpan-changes.t
xt/release/distmeta.t
xt/release/eol.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 fb38ce6

Please sign in to comment.