diff --git a/Changes b/Changes index d46eb2a..4b42988 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Release history for lib-byversion +0.002001 2015-08-18T04:35:32Z fb6ecb3 + [Metadata] + - CPAN.com? What planet is this? + - Author fixed to be @cpan.org + 0.002000 2015-08-18T03:45:00Z dc0f081 [01 - Installer Changed] - Installer now migrated to use ExtUtils::MakeMaker diff --git a/META.json b/META.json index 521a5e9..b4e7c1a 100644 --- a/META.json +++ b/META.json @@ -1,7 +1,7 @@ { "abstract" : "add paths to @INC depending on which version of Perl is running.", "author" : [ - "Kent Fredric " + "Kent Fredric " ], "dynamic_config" : 0, "generated_by" : "Dist::Zilla version 5.039, CPAN::Meta::Converter version 2.150005", @@ -121,7 +121,7 @@ "provides" : { "lib::byversion" : { "file" : "lib/lib/byversion.pm", - "version" : "0.002000" + "version" : "0.002001" } }, "release_status" : "stable", @@ -136,7 +136,7 @@ "web" : "https://github.com/kentnl/lib-byversion" } }, - "version" : "0.002000", + "version" : "0.002001", "x_BuiltWith" : { "external_file" : "misc/built_with.json" }, @@ -638,7 +638,7 @@ "branch" : null, "changelog" : "Changes", "signed" : 0, - "tag" : "0.002000-source", + "tag" : "0.002001-source", "tag_format" : "%v-source", "tag_message" : "v%v" }, @@ -729,7 +729,7 @@ "branch" : "releases", "changelog" : "Changes", "signed" : 0, - "tag" : "0.002000", + "tag" : "0.002001", "tag_format" : "%v", "tag_message" : "v%v" }, @@ -885,9 +885,6 @@ "version" : "5.039" } }, - "x_authority" : "cpan:KENTNL", - "x_contributors" : [ - "Kent Fredric " - ] + "x_authority" : "cpan:KENTNL" } diff --git a/META.yml b/META.yml index 66396c6..93a04e2 100644 --- a/META.yml +++ b/META.yml @@ -1,7 +1,7 @@ --- abstract: 'add paths to @INC depending on which version of Perl is running.' author: - - 'Kent Fredric ' + - 'Kent Fredric ' build_requires: ExtUtils::MakeMaker: '0' File::Spec: '0' @@ -20,7 +20,7 @@ name: lib-byversion provides: lib::byversion: file: lib/lib/byversion.pm - version: '0.002000' + version: '0.002001' requires: String::Formatter: '0' lib: '0' @@ -32,4 +32,4 @@ resources: bugtracker: https://github.com/kentnl/lib-byversion/issues homepage: https://github.com/kentnl/lib-byversion repository: https://github.com/kentnl/lib-byversion.git -version: '0.002000' +version: '0.002001' diff --git a/Makefile.PL b/Makefile.PL index 1ac3c47..b745ddb 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,7 +8,7 @@ use ExtUtils::MakeMaker; my %WriteMakefileArgs = ( "ABSTRACT" => "add paths to \@INC depending on which version of Perl is running.", - "AUTHOR" => "Kent Fredric ", + "AUTHOR" => "Kent Fredric ", "CONFIGURE_REQUIRES" => { "ExtUtils::MakeMaker" => 0 }, @@ -28,7 +28,7 @@ my %WriteMakefileArgs = ( "File::Spec" => 0, "Test::More" => "0.89" }, - "VERSION" => "0.002000", + "VERSION" => "0.002001", "test" => { "TESTS" => "t/*.t t/00-compile/*.t" } diff --git a/dist.ini b/dist.ini index fb9fa92..778d763 100644 --- a/dist.ini +++ b/dist.ini @@ -5,7 +5,7 @@ ; Uncomment this to bootstrap via self ; [Bootstrap::lib] name = lib-byversion -author = Kent Fredric +author = Kent Fredric license = Perl_5 copyright_holder = Kent Fredric diff --git a/dist.ini.meta b/dist.ini.meta index bbdd7e1..4c5f398 100644 --- a/dist.ini.meta +++ b/dist.ini.meta @@ -1,7 +1,7 @@ ; Generated by Dist::Zilla::Plugin::Author::KENTNL::DistINI version 1.7.0 at Sat Feb 16 08:24:08 2013 ; vim: syntax=dosini name = lib-byversion -author = Kent Fredric +author = Kent Fredric license = Perl_5 copyright_holder = Kent Fredric diff --git a/lib/lib/byversion.pm b/lib/lib/byversion.pm index 6b1fe89..83bda10 100644 --- a/lib/lib/byversion.pm +++ b/lib/lib/byversion.pm @@ -4,7 +4,7 @@ use warnings; package lib::byversion; -our $VERSION = '0.002000'; +our $VERSION = '0.002001'; # ABSTRACT: add paths to @INC depending on which version of Perl is running. @@ -58,7 +58,7 @@ lib::byversion - add paths to @INC depending on which version of Perl is running =head1 VERSION -version 0.002000 +version 0.002001 =head1 SYNOPSIS @@ -165,7 +165,7 @@ I bloat it out with features nobody will ever use. =head1 AUTHOR -Kent Fredric +Kent Fredric =head1 COPYRIGHT AND LICENSE diff --git a/misc/Changes.deps b/misc/Changes.deps index 2622f4d..f13534c 100644 --- a/misc/Changes.deps +++ b/misc/Changes.deps @@ -1,6 +1,8 @@ This file contains changes in REQUIRED dependencies for standard CPAN phases (configure/build/runtime/test) -0.002000 +0.002001 + +0.002000 2015-08-18T03:45:00Z [Added / configure requires] - ExtUtils::MakeMaker - perl 5.006 diff --git a/misc/Changes.deps.all b/misc/Changes.deps.all index 50269f1..45c740a 100644 --- a/misc/Changes.deps.all +++ b/misc/Changes.deps.all @@ -1,6 +1,8 @@ This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL dependencies for all phases (configure/build/runtime/test/develop) -0.002000 +0.002001 + +0.002000 2015-08-18T03:45:00Z [Added / configure recommends] - ExtUtils::MakeMaker 7.00 diff --git a/misc/Changes.deps.dev b/misc/Changes.deps.dev index 2371a56..3b02074 100644 --- a/misc/Changes.deps.dev +++ b/misc/Changes.deps.dev @@ -1,6 +1,8 @@ This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and OPTIONAL ) -0.002000 +0.002001 + +0.002000 2015-08-18T03:45:00Z [Added / develop recommends] - Test::More 0.99 diff --git a/misc/Changes.deps.opt b/misc/Changes.deps.opt index 1d49af4..5ec0650 100644 --- a/misc/Changes.deps.opt +++ b/misc/Changes.deps.opt @@ -1,6 +1,8 @@ This file contains changes in OPTIONAL dependencies for standard CPAN phases (configure/build/runtime/test) -0.002000 +0.002001 + +0.002000 2015-08-18T03:45:00Z [Added / configure recommends] - ExtUtils::MakeMaker 7.00