Skip to content

Commit

Permalink
Build results of 2ea0197 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Sep 1, 2014
1 parent 08a1a57 commit e47a3d9
Show file tree
Hide file tree
Showing 20 changed files with 443 additions and 78 deletions.
3 changes: 3 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# git help shortlog
# newname <newaddr> oldname <oldaddr>
<kentnl@cpan.org> <kentfredric@gmail.com>
16 changes: 16 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
Release history for Dist-Zilla-Plugin-Git-NextVersion-Sanitized

0.002002 2014-09-01T01:07:22Z
[00 Minor]
- Add tests
- metadata

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

[Metadata]
- Author = kentnl

[Tests]
- tests for basic tag+bump and env normalisation added.

0.002001 2014-08-16T03:46:40Z
[00 Trivial]
- CPANDAY!
Expand Down
5 changes: 5 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.020.
.gitignore
.mailmap
.perltidyrc
.travis.yml
Changes
Expand All @@ -22,6 +23,10 @@ perlcritic.rc
t/00-compile/lib_Dist_Zilla_Plugin_Git_NextVersion_Sanitized_pm.t
t/00-report-prereqs.dd
t/00-report-prereqs.t
t/basic.t
t/normalise_env.t
t/normalise_env_dotted.t
t/normalise_env_vdotted.t
weaver.ini
xt/author/critic.t
xt/release/cpan-changes.t
Expand Down
94 changes: 63 additions & 31 deletions META.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"abstract" : "Sanitize versions handed to you by Git::NextVersion",
"author" : [
"Kent Fredric <kentfredric@gmail.com>"
"Kent Fredric <kentnl@gmail.com>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 5.020, CPAN::Meta::Converter version 2.142060",
Expand All @@ -24,6 +24,7 @@
},
"develop" : {
"requires" : {
"Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes" : "0.001001",
"Dist::Zilla::Plugin::Authority" : "1.006",
"Dist::Zilla::Plugin::AutoPrereqs" : "0",
"Dist::Zilla::Plugin::BumpVersionAfterRelease" : "0",
Expand Down Expand Up @@ -70,13 +71,13 @@
"Pod::Coverage::TrustPod" : "0",
"Test::CPAN::Changes" : "0.19",
"Test::CPAN::Meta" : "0",
"Test::Kwalitee" : "1.12",
"Test::Kwalitee" : "1.21",
"Test::Pod" : "1.41",
"Test::Pod::Coverage" : "1.08"
},
"suggests" : {
"Dist::Zilla::App::Command::bakeini" : "0.001001",
"Dist::Zilla::PluginBundle::Author::KENTNL" : "2.017002"
"Dist::Zilla::App::Command::bakeini" : "0.001002",
"Dist::Zilla::PluginBundle::Author::KENTNL" : "2.020000"
}
},
"runtime" : {
Expand All @@ -97,16 +98,21 @@
"Test::More" : "1.001003"
},
"requires" : {
"Dist::Zilla::Util::Test::KENTNL" : "1.003001",
"ExtUtils::MakeMaker" : "0",
"File::Spec" : "0",
"Git::Wrapper::Plus::Support" : "0",
"Git::Wrapper::Plus::Tester" : "0",
"Test::DZil" : "0",
"Test::Fatal" : "0",
"Test::More" : "0.89"
}
}
},
"provides" : {
"Dist::Zilla::Plugin::Git::NextVersion::Sanitized" : {
"file" : "lib/Dist/Zilla/Plugin/Git/NextVersion/Sanitized.pm",
"version" : "0.002001"
"version" : "0.002002"
}
},
"release_status" : "stable",
Expand All @@ -121,11 +127,12 @@
"web" : "https://github.com/kentnl/Dist-Zilla-Plugin-Git-NextVersion-Sanitized"
}
},
"version" : "0.002001",
"version" : "0.002002",
"x_BuiltWith" : {
"modules" : {
"CPAN::Meta" : "2.142060",
"Dist::Zilla::App::Command::bakeini" : "0.001001",
"Dist::Zilla::App::Command::bakeini" : "0.001002",
"Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes" : "0.003001",
"Dist::Zilla::Plugin::Authority" : "1.006",
"Dist::Zilla::Plugin::AutoPrereqs" : "5.020",
"Dist::Zilla::Plugin::BumpVersionAfterRelease" : "0.002",
Expand All @@ -135,9 +142,9 @@
"Dist::Zilla::Plugin::Git::Check" : "2.023",
"Dist::Zilla::Plugin::Git::Commit" : "2.023",
"Dist::Zilla::Plugin::Git::CommitBuild" : "2.023",
"Dist::Zilla::Plugin::Git::Contributors" : "0.006",
"Dist::Zilla::Plugin::Git::Contributors" : "0.007",
"Dist::Zilla::Plugin::Git::GatherDir" : "2.023",
"Dist::Zilla::Plugin::Git::NextRelease" : "0.002012",
"Dist::Zilla::Plugin::Git::NextRelease" : "0.003000",
"Dist::Zilla::Plugin::Git::NextVersion" : "2.023",
"Dist::Zilla::Plugin::Git::Tag" : "2.023",
"Dist::Zilla::Plugin::GithubMeta" : "0.46",
Expand All @@ -146,15 +153,15 @@
"Dist::Zilla::Plugin::Manifest" : "5.020",
"Dist::Zilla::Plugin::ManifestSkip" : "5.020",
"Dist::Zilla::Plugin::MetaConfig" : "5.020",
"Dist::Zilla::Plugin::MetaData::BuiltWith" : "1.001001",
"Dist::Zilla::Plugin::MetaData::BuiltWith" : "1.002000",
"Dist::Zilla::Plugin::MetaJSON" : "5.020",
"Dist::Zilla::Plugin::MetaProvides::Package" : "2.000004",
"Dist::Zilla::Plugin::MetaProvides::Package" : "2.001001",
"Dist::Zilla::Plugin::MetaTests" : "5.020",
"Dist::Zilla::Plugin::MetaYAML" : "5.020",
"Dist::Zilla::Plugin::MinimumPerl" : "1.003",
"Dist::Zilla::Plugin::PodCoverageTests" : "5.020",
"Dist::Zilla::Plugin::PodSyntaxTests" : "5.020",
"Dist::Zilla::Plugin::PodWeaver" : "4.005",
"Dist::Zilla::Plugin::PodWeaver" : "4.006",
"Dist::Zilla::Plugin::Prereqs" : "5.020",
"Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled" : "0.002001",
"Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0.142250",
Expand All @@ -163,49 +170,56 @@
"Dist::Zilla::Plugin::RunExtraTests" : "0.022",
"Dist::Zilla::Plugin::Test::CPAN::Changes" : "0.008",
"Dist::Zilla::Plugin::Test::Compile::PerFile" : "0.002002",
"Dist::Zilla::Plugin::Test::Kwalitee" : "2.07",
"Dist::Zilla::Plugin::Test::Kwalitee" : "2.11",
"Dist::Zilla::Plugin::Test::MinimumVersion" : "2.000005",
"Dist::Zilla::Plugin::Test::Perl::Critic" : "2.112410",
"Dist::Zilla::Plugin::Test::ReportPrereqs" : "0.019",
"Dist::Zilla::Plugin::TestRelease" : "5.020",
"Dist::Zilla::Plugin::Twitter" : "0.025",
"Dist::Zilla::Plugin::UploadToCPAN" : "5.020",
"Dist::Zilla::PluginBundle::Author::KENTNL" : "2.017002",
"Dist::Zilla::PluginBundle::Author::KENTNL" : "2.020000",
"Dist::Zilla::Role::Version::Sanitize" : "0.002001",
"Dist::Zilla::Util::Test::KENTNL" : "1.003001",
"ExtUtils::MakeMaker" : "6.98",
"File::Spec" : "3.48",
"File::Spec" : "3.49",
"Git::Wrapper::Plus::Support" : "0.004010",
"Git::Wrapper::Plus::Tester" : "0.004010",
"Moose" : "2.1211",
"Pod::Coverage::TrustPod" : "0.100003",
"Test::CPAN::Changes" : "0.30",
"Test::CPAN::Meta" : "0.23",
"Test::DZil" : "5.020",
"Test::Fatal" : "0.013",
"Test::Kwalitee" : "1.22",
"Test::More" : "1.001003",
"Test::Pod" : "1.48",
"Test::Pod::Coverage" : "1.10",
"strict" : "1.08",
"utf8" : "1.14",
"warnings" : "1.24"
"warnings" : "1.26"
},
"perl" : {
"original" : "v5.21.1",
"original" : "v5.21.3",
"qv" : 1,
"version" : [
5,
21,
1
3
]
},
"perl-config" : {
"gccversion" : "4.8.3",
"git_commit_id" : "640eedb9ffcac7a9c2793689044e84bfd9af3045",
"git_describe" : "v5.21.2-215-g640eedb",
"myarchname" : "x86_64-linux",
"osname" : "linux"
},
"platform" : "linux",
"uname" : "Linux 3.15.5-aufs x86_64 GenuineIntel GNU/Linux"
"uname" : "Linux 3.16.1-aufs x86_64 GenuineIntel GNU/Linux"
},
"x_Dist_Zilla" : {
"perl" : {
"version" : "5.021001"
"version" : "5.021003"
},
"plugins" : [
{
Expand All @@ -219,7 +233,7 @@
}
},
"name" : "Bootstrap::lib",
"version" : "1.000005"
"version" : "1.001000"
},
{
"class" : "Dist::Zilla::Plugin::MetaConfig",
Expand Down Expand Up @@ -250,7 +264,7 @@
}
},
"name" : "@Author::KENTNL/MetaProvides::Package",
"version" : "2.000004"
"version" : "2.001001"
},
{
"class" : "Dist::Zilla::Plugin::MetaData::BuiltWith",
Expand All @@ -272,19 +286,20 @@
}
},
"name" : "@Author::KENTNL/MetaData::BuiltWith",
"version" : "1.001001"
"version" : "1.002000"
},
{
"class" : "Dist::Zilla::Plugin::Git::Contributors",
"config" : {
"Dist::Zilla::Plugin::Git::Contributors" : {
"include_authors" : "0",
"include_releaser" : "0",
"order_by" : "name"
"order_by" : "name",
"paths" : []
}
},
"name" : "@Author::KENTNL/Git::Contributors",
"version" : "0.006"
"version" : "0.007"
},
{
"class" : "Dist::Zilla::Plugin::Git::GatherDir",
Expand Down Expand Up @@ -346,8 +361,14 @@
},
{
"class" : "Dist::Zilla::Plugin::Test::Kwalitee",
"config" : {
"Dist::Zilla::Plugin::Test::Kwalitee" : {
"filename" : "xt/release/kwalitee.t",
"skiptest" : []
}
},
"name" : "@Author::KENTNL/Test::Kwalitee",
"version" : "2.07"
"version" : "2.11"
},
{
"class" : "Dist::Zilla::Plugin::EOLTests",
Expand Down Expand Up @@ -500,7 +521,7 @@
}
},
"name" : "@Author::KENTNL/PodWeaver",
"version" : "4.005"
"version" : "4.006"
},
{
"class" : "Dist::Zilla::Plugin::AutoPrereqs",
Expand Down Expand Up @@ -538,6 +559,11 @@
"name" : "@Author::KENTNL/MakeMaker",
"version" : "5.020"
},
{
"class" : "Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes",
"name" : "@Author::KENTNL/Author::KENTNL::RecommendFixes",
"version" : "0.003001"
},
{
"class" : "Dist::Zilla::Plugin::ReadmeFromPod",
"name" : "@Author::KENTNL/ReadmeFromPod",
Expand Down Expand Up @@ -623,7 +649,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : null,
"signed" : 0,
"tag" : "0.002001-source",
"tag" : "0.002002-source",
"tag_format" : "%v-source",
"tag_message" : "v%v",
"time_zone" : "local"
Expand All @@ -637,8 +663,11 @@
},
{
"class" : "Dist::Zilla::Plugin::Git::NextRelease",
"config" : {
"Dist::Zilla::Plugin::Git::NextRelease" : {}
},
"name" : "@Author::KENTNL/Git::NextRelease",
"version" : "0.002012"
"version" : "0.003000"
},
{
"class" : "Dist::Zilla::Plugin::BumpVersionAfterRelease",
Expand Down Expand Up @@ -694,7 +723,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : "releases",
"signed" : 0,
"tag" : "0.002001",
"tag" : "0.002002",
"tag_format" : "%v",
"tag_message" : "v%v",
"time_zone" : "local"
Expand Down Expand Up @@ -838,5 +867,8 @@
"version" : "5.020"
}
},
"x_authority" : "cpan:KENTNL"
"x_authority" : "cpan:KENTNL",
"x_contributors" : [
"Kent Fredric <kentnl@cpan.org>"
]
}
Loading

0 comments on commit e47a3d9

Please sign in to comment.