Skip to content

Commit

Permalink
Build results of 18f65f5 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 7, 2017
1 parent 98d54dc commit de5e27b
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 13 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Release history for lib-byversion

0.002003 2017-03-07T09:44:31Z 18f65f5

0.002002 2017-03-07T09:43:05Z 97a6c72
[Dependencies::Stats]
- Dependencies changed since 0.002001, see misc/*.deps* for details
Expand Down
8 changes: 4 additions & 4 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"provides" : {
"lib::byversion" : {
"file" : "lib/lib/byversion.pm",
"version" : "0.002002"
"version" : "0.002003"
}
},
"release_status" : "stable",
Expand All @@ -137,7 +137,7 @@
"web" : "https://github.com/kentnl/lib-byversion"
}
},
"version" : "0.002002",
"version" : "0.002003",
"x_BuiltWith" : {
"external_file" : "misc/built_with.json"
},
Expand Down Expand Up @@ -667,7 +667,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.002002-source",
"tag" : "0.002003-source",
"tag_format" : "%v-source",
"tag_message" : "v%v"
},
Expand Down Expand Up @@ -761,7 +761,7 @@
"branch" : "releases",
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.002002",
"tag" : "0.002003",
"tag_format" : "%v",
"tag_message" : "v%v"
},
Expand Down
4 changes: 2 additions & 2 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ name: lib-byversion
provides:
lib::byversion:
file: lib/lib/byversion.pm
version: '0.002002'
version: '0.002003'
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.002002'
version: '0.002003'
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ my %WriteMakefileArgs = (
"File::Spec" => 0,
"Test::More" => 0
},
"VERSION" => "0.002002",
"VERSION" => "0.002003",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t"
}
Expand Down
4 changes: 2 additions & 2 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.002002';
our $VERSION = '0.002003';

# 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.002002
version 0.002003
=head1 SYNOPSIS
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.002002
0.002003

0.002002 2017-03-07T09:43:05Z
[Changed / test requires]
- Test::More 0.89 → 0

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.002002
0.002003

0.002002 2017-03-07T09:43:05Z
[Added / develop requires]
- Test::MinimumVersion

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.002002
0.002003

0.002002 2017-03-07T09:43:05Z
[Added / develop requires]
- Test::MinimumVersion

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.002002
0.002003

0.002002 2017-03-07T09:43:05Z

0.002001 2015-08-18T04:35:32Z

Expand Down

0 comments on commit de5e27b

Please sign in to comment.