Skip to content

Commit

Permalink
Build results of 3cd6483 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Aug 18, 2015
1 parent 1a5594a commit 8f411e8
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 23 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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
Expand Down
15 changes: 6 additions & 9 deletions META.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"abstract" : "add paths to @INC depending on which version of Perl is running.",
"author" : [
"Kent Fredric <kentnl@cpan.com>"
"Kent Fredric <kentnl@cpan.org>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 5.039, CPAN::Meta::Converter version 2.150005",
Expand Down Expand Up @@ -121,7 +121,7 @@
"provides" : {
"lib::byversion" : {
"file" : "lib/lib/byversion.pm",
"version" : "0.002000"
"version" : "0.002001"
}
},
"release_status" : "stable",
Expand All @@ -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"
},
Expand Down Expand Up @@ -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"
},
Expand Down Expand Up @@ -729,7 +729,7 @@
"branch" : "releases",
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.002000",
"tag" : "0.002001",
"tag_format" : "%v",
"tag_message" : "v%v"
},
Expand Down Expand Up @@ -885,9 +885,6 @@
"version" : "5.039"
}
},
"x_authority" : "cpan:KENTNL",
"x_contributors" : [
"Kent Fredric <kentnl@cpan.org>"
]
"x_authority" : "cpan:KENTNL"
}

6 changes: 3 additions & 3 deletions META.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
abstract: 'add paths to @INC depending on which version of Perl is running.'
author:
- 'Kent Fredric <kentnl@cpan.com>'
- 'Kent Fredric <kentnl@cpan.org>'
build_requires:
ExtUtils::MakeMaker: '0'
File::Spec: '0'
Expand All @@ -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'
Expand All @@ -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'
4 changes: 2 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -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 <kentnl\@cpan.com>",
"AUTHOR" => "Kent Fredric <kentnl\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
Expand All @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
; Uncomment this to bootstrap via self
; [Bootstrap::lib]
name = lib-byversion
author = Kent Fredric <kentnl@cpan.com>
author = Kent Fredric <kentnl@cpan.org>
license = Perl_5
copyright_holder = Kent Fredric <kentfredric@gmail.com>

Expand Down
2 changes: 1 addition & 1 deletion dist.ini.meta
Original file line number Diff line number Diff line change
@@ -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 <kentnl@cpan.com>
author = Kent Fredric <kentnl@cpan.org>
license = Perl_5
copyright_holder = Kent Fredric <kentfredric@gmail.com>

Expand Down
6 changes: 3 additions & 3 deletions lib/lib/byversion.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -165,7 +165,7 @@ I bloat it out with features nobody will ever use.
=head1 AUTHOR
Kent Fredric <kentnl@cpan.com>
Kent Fredric <kentnl@cpan.org>
=head1 COPYRIGHT AND LICENSE
Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.all
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.dev
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.opt
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 8f411e8

Please sign in to comment.