Skip to content

Commit

Permalink
Build results of 0405ee9 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanick committed May 23, 2012
2 parents db7c909 + 0405ee9 commit cf147b6
Show file tree
Hide file tree
Showing 14 changed files with 260 additions and 68 deletions.
13 changes: 13 additions & 0 deletions AUTHOR_PLEDGE
@@ -0,0 +1,13 @@

# CPAN Covenant for Git-CPAN-Patch

I, Yanick Champoux <yanick@cpan.org>, hereby give modules@perl.org permission to grant co-maintainership
to Git-CPAN-Patch, if all the following conditions are met:

(1) I haven't released the module for a year or more
(2) There are outstanding issues in the module's public bug tracker
(3) Email to my CPAN email address hasn't been answered after a month
(4) The requester wants to make worthwhile changes that will benefit CPAN

In the event of my death, then the time-limits in (1) and (3) do not apply.

7 changes: 4 additions & 3 deletions Build.PL
Expand Up @@ -21,7 +21,7 @@ my %module_build_args = (
"Yanick Champoux <yanick\@cpan.org>"
],
"dist_name" => "Git-CPAN-Patch",
"dist_version" => "0.7.0",
"dist_version" => "0.8.0",
"license" => "perl",
"module_name" => "Git::CPAN::Patch",
"recommends" => {},
Expand Down Expand Up @@ -51,7 +51,7 @@ my %module_build_args = (
"MooseX::SemiAffordanceAccessor" => 0,
"Pod::Usage" => 0,
"autodie" => 0,
"perl" => "5.10.0",
"perl" => "v5.10.0",
"strict" => 0,
"version" => 0,
"warnings" => 0
Expand All @@ -67,7 +67,8 @@ my %module_build_args = (
"bin/git-cpan-import",
"bin/git-cpan-sources",
"bin/git-cpan-update",
"bin/git-cpan-last-version"
"bin/git-cpan-last-version",
"bin/git-cpan-clone"
]
);

Expand Down
15 changes: 11 additions & 4 deletions Changes
@@ -1,5 +1,12 @@
Revision history for Git::CPAN::Patch

0.8.0 2012-05-22
- code churn: 1 files changed, 4 insertions(+), 86 deletions(-)

[ENHANCEMENTS]
- Added new command 'cpan-clone', which operates like git-clone [Mike
Doherty]

0.7.0 2011-11-12
[ENHANCEMENTS]
- 'git cpan-init' now accepts a '--vcs' argument
Expand Down Expand Up @@ -89,13 +96,13 @@ Revision history for Git::CPAN::Patch
Schwern.
- Use File::chmod instead of shell chmod to avoid shell quoting problems.
Thanks to Schwern.
- Don't try to tag releases with no versions. Thanks to Schwern.
- Don't try to tag releases with no versions. Thanks to Schwern.
- Tag .1 as 0.1. git doesn't like a tag named .1 Thanks to Schwern.
- Skip empty tarballs. Thanks to Schwern.
- Skip bad archives. Thanks to Schwern.

0.2.1 Thur Sept 3 2009
- git-cpan-import is working with new version of Git. Thanks to
- git-cpan-import is working with new version of Git. Thanks to
Alexandr Ciornii. (rt#48713)
- Require CPANPLUS 0.84 or higher. Thanks to Alexandr Ciornii. (rt#48713)

Expand All @@ -116,8 +123,8 @@ Revision history for Git::CPAN::Patch
0.1.5 2009-03-28
- Fixed typo in git-cpan-squash doc (rt bug 43294), patch by Slaven Rezic
- Removed warning from git-cpan-import, patch by Pedro Melo
- scripts' shebang line now set to Perl's interpreter used by Build.PL
(rt bug 43366)
- scripts' shebang line now set to Perl's interpreter used by
Build.PL (rt bug 43366)

0.1.4 2009-02-14
- backpan-init now calls cpan-import properly (fix by Slaven Rezic)
Expand Down
6 changes: 3 additions & 3 deletions LICENSE
@@ -1,4 +1,4 @@
This software is copyright (c) 2011 by Yanick Champoux.
This software is copyright (c) 2012 by Yanick Champoux.

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) 2011 by Yanick Champoux.
This software is Copyright (c) 2012 by Yanick Champoux.

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) 2011 by Yanick Champoux.
This software is Copyright (c) 2012 by Yanick Champoux.

This is free software, licensed under:

Expand Down
3 changes: 3 additions & 0 deletions MANIFEST
@@ -1,3 +1,4 @@
AUTHOR_PLEDGE
Build.PL
Changes
INSTALL
Expand All @@ -10,6 +11,7 @@ README
README.mkdn
SIGNATURE
bin/git-backpan-init
bin/git-cpan-clone
bin/git-cpan-format-patch
bin/git-cpan-import
bin/git-cpan-init
Expand All @@ -23,6 +25,7 @@ bin/git-cpan-which
lib/Git/CPAN/Patch.pm
lib/Git/CPAN/Patch/Command/sources.pm
lib/Git/CPAN/Patch/Import.pm
t/00-compile.t
t/00-load.t
t/000-report-versions.t
t/syntax.t
Expand Down
73 changes: 38 additions & 35 deletions META.json
Expand Up @@ -4,7 +4,7 @@
"Yanick Champoux <yanick@cpan.org>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 4.300002, CPAN::Meta::Converter version 2.112150",
"generated_by" : "Dist::Zilla version 4.300010, CPAN::Meta::Converter version 2.120630",
"license" : [
"perl_5"
],
Expand All @@ -26,57 +26,57 @@
},
"runtime" : {
"requires" : {
"Archive::Extract" : 0,
"BackPAN::Index" : 0,
"CLASS" : 0,
"CPANPLUS" : 0,
"Cwd" : 0,
"DateTime::Format::W3CDTF" : 0,
"File::Basename" : 0,
"File::Find" : 0,
"File::Path" : 0,
"File::Spec::Functions" : 0,
"File::Temp" : 0,
"File::chdir" : 0,
"File::chmod" : 0,
"Getopt::Long" : 0,
"Git::Repository" : 0,
"LWP::UserAgent" : 0,
"MetaCPAN::API" : 0,
"Method::Signatures" : 0,
"Moose" : 0,
"MooseX::App::Cmd" : 0,
"MooseX::App::Cmd::Command" : 0,
"MooseX::SemiAffordanceAccessor" : 0,
"Pod::Usage" : 0,
"autodie" : 0,
"Archive::Extract" : "0",
"BackPAN::Index" : "0",
"CLASS" : "0",
"CPANPLUS" : "0",
"Cwd" : "0",
"DateTime::Format::W3CDTF" : "0",
"File::Basename" : "0",
"File::Find" : "0",
"File::Path" : "0",
"File::Spec::Functions" : "0",
"File::Temp" : "0",
"File::chdir" : "0",
"File::chmod" : "0",
"Getopt::Long" : "0",
"Git::Repository" : "0",
"LWP::UserAgent" : "0",
"MetaCPAN::API" : "0",
"Method::Signatures" : "0",
"Moose" : "0",
"MooseX::App::Cmd" : "0",
"MooseX::App::Cmd::Command" : "0",
"MooseX::SemiAffordanceAccessor" : "0",
"Pod::Usage" : "0",
"autodie" : "0",
"perl" : "v5.10.0",
"strict" : 0,
"version" : 0,
"warnings" : 0
"strict" : "0",
"version" : "0",
"warnings" : "0"
}
},
"test" : {
"requires" : {
"Carp" : 0,
"Scalar::Util" : 0,
"Test::Compile" : 0,
"Carp" : "0",
"Scalar::Util" : "0",
"Test::Compile" : "0",
"Test::More" : "0.94"
}
}
},
"provides" : {
"Git::CPAN::Patch" : {
"file" : "lib/Git/CPAN/Patch.pm",
"version" : "v0.7.0"
"version" : "v0.8.0"
},
"Git::CPAN::Patch::Command::sources" : {
"file" : "lib/Git/CPAN/Patch/Command/sources.pm",
"version" : "v0.7.0"
"version" : "v0.8.0"
},
"Git::CPAN::Patch::Import" : {
"file" : "lib/Git/CPAN/Patch/Import.pm",
"version" : "v0.7.0"
"version" : "v0.8.0"
}
},
"release_status" : "stable",
Expand All @@ -92,7 +92,10 @@
"web" : "https://github.com/yanick/git-cpan-patch"
}
},
"version" : "0.7.0",
"version" : "0.8.0",
"x_author_pledge" : {
"version" : 1
},
"x_authority" : "cpan:YANICK"
}

14 changes: 8 additions & 6 deletions META.yml
Expand Up @@ -11,7 +11,7 @@ build_requires:
configure_requires:
Module::Build: 0.3601
dynamic_config: 0
generated_by: 'Dist::Zilla version 4.300002, CPAN::Meta::Converter version 2.112150'
generated_by: 'Dist::Zilla version 4.300010, CPAN::Meta::Converter version 2.120630'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
Expand All @@ -20,13 +20,13 @@ name: Git-CPAN-Patch
provides:
Git::CPAN::Patch:
file: lib/Git/CPAN/Patch.pm
version: v0.7.0
version: v0.8.0
Git::CPAN::Patch::Command::sources:
file: lib/Git/CPAN/Patch/Command/sources.pm
version: v0.7.0
version: v0.8.0
Git::CPAN::Patch::Import:
file: lib/Git/CPAN/Patch/Import.pm
version: v0.7.0
version: v0.8.0
requires:
Archive::Extract: 0
BackPAN::Index: 0
Expand All @@ -52,13 +52,15 @@ requires:
MooseX::SemiAffordanceAccessor: 0
Pod::Usage: 0
autodie: 0
perl: 5.10.0
perl: v5.10.0
strict: 0
version: 0
warnings: 0
resources:
bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=Git-CPAN-Patch
homepage: http://search.cpan.org/dist/Git-CPAN-Patch/
repository: https://github.com/yanick/git-cpan-patch.git
version: 0.7.0
version: 0.8.0
x_author_pledge:
version: 1
x_authority: cpan:YANICK
29 changes: 16 additions & 13 deletions SIGNATURE
Expand Up @@ -14,17 +14,19 @@ not run its Makefile.PL or Build.PL.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

SHA1 187accac42c56798aa2d3e135ae25fd9e53bca39 Build.PL
SHA1 f850990c5db7aa9416b80434a2e51748ecb45f53 Changes
SHA1 d3f72516f6c8cacd16bac19a21973d37f2fa4ccf AUTHOR_PLEDGE
SHA1 27dc84b0c0eaa5b0c2cbe5709962dcb94288dfc3 Build.PL
SHA1 a84658544ade292997cb0600cea5b57b1cbb1cc6 Changes
SHA1 fd189856d1cf677602fb28b41228290a7b19ef5e INSTALL
SHA1 8b9aba8e907c815af9fe6d760f19a072a6d7f1fd LICENSE
SHA1 e07d225b09868b29039b010fb52e1d7ecf015323 MANIFEST
SHA1 027a5837145f44f27fecd3ed214266348b9b62af META.json
SHA1 80afa9fd35b22d78dd2a728baf78ac7e976ab3ae META.yml
SHA1 33260abc93b43a44581b0b6263d7e4318f4122bb LICENSE
SHA1 620534b9fc9ada4274879c7baf7228bcffca1fde MANIFEST
SHA1 e78945777bdb14a0f1cc359ca23595b1abb5db69 META.json
SHA1 1195df82a8d1748ff3ba0ce0f132b4be01307bb9 META.yml
SHA1 783f7c04a387969cb5633aa8e45bf148360bdbb6 Makefile.PL
SHA1 da8495daad60a57e7f558ebf81a6bf08cc724e94 README
SHA1 9d6b0959958a5792fa0d075756f8f5fdc66697db README.mkdn
SHA1 044ee0273b0ae81bc3147d6854ea7bb9d1dcc15e bin/git-backpan-init
SHA1 1d4fae73e5302354e33cf72c383287d61d9b3a7d bin/git-cpan-clone
SHA1 dbcef953e1db2f0077c58e560835a652e2be17a4 bin/git-cpan-format-patch
SHA1 eec5aa539fd61d6cb736003e4b8ec60cdea3fe84 bin/git-cpan-import
SHA1 77b78142326cb2185b4ad0dd026b47ebc265b004 bin/git-cpan-init
Expand All @@ -35,17 +37,18 @@ SHA1 2eeb5801cefb0057b9c7e023419eb0a569c6752c bin/git-cpan-sources
SHA1 5416a65cf1893a4dacc12733116d426990520fa5 bin/git-cpan-squash
SHA1 ccb0703c282fefd4c56114df87034fb7518df659 bin/git-cpan-update
SHA1 6ab6897aa5f5f18d090d98fcf9cf92ef6c373a8e bin/git-cpan-which
SHA1 f2f04b8a85c81af5dd97b772e9d36d227d47d673 lib/Git/CPAN/Patch.pm
SHA1 d134e944c81bc50c36c3c3fcb0460af11e4d9210 lib/Git/CPAN/Patch/Command/sources.pm
SHA1 060621c94b609c4552f4b2ee54d9f9c839e1f286 lib/Git/CPAN/Patch/Import.pm
SHA1 3f962cadc6d86146a3174a491717b2e5fb906478 lib/Git/CPAN/Patch.pm
SHA1 eabc5f1c9ad9c294d643274c0d4cfb4839172df0 lib/Git/CPAN/Patch/Command/sources.pm
SHA1 bec29e139b767be7e805c09887a7676caded8be0 lib/Git/CPAN/Patch/Import.pm
SHA1 3cbe905b92fbc69d59a06031d5ce6c837b352aa2 t/00-compile.t
SHA1 4f2471497515ddf996904a3e99db4e21253a764a t/00-load.t
SHA1 473906254ecd96009795d4b7fbc82fac48c03ecd t/000-report-versions.t
SHA1 345ac4c8b46aafa388b9490dd467012a1f1895ac t/syntax.t
SHA1 720c53f8de60bb07d0335697062b7f47d7cb6d10 t/syntax.t
SHA1 e88703bc16259ef5d6b5ea5970a8ec688c3b717f xt/perlcritic-progressive.t
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk6++M8ACgkQ34Hwf+GwC4yuRgCglzpc+Yr+VBMRFcklz2qSVIza
fPQAoPo0xFDZ6v37xFpc277YWHaUU1lV
=jRM6
iEYEARECAAYFAk+8WJIACgkQ34Hwf+GwC4y7bgCfZ/i98Z0OQPiipYxO1VoeL7pe
x7QAoKpb2Lzcc54A5jpR3GV/lKflgiIr
=8y/g
-----END PGP SIGNATURE-----

0 comments on commit cf147b6

Please sign in to comment.