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 d70aa17 commit ada0106
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 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.002002 2015-08-18T04:35:58Z 3cd6483

0.002001 2015-08-18T04:35:32Z fb6ecb3
[Metadata]
- CPAN.com? What planet is this?
Expand Down
8 changes: 4 additions & 4 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"provides" : {
"lib::byversion" : {
"file" : "lib/lib/byversion.pm",
"version" : "0.002001"
"version" : "0.002002"
}
},
"release_status" : "stable",
Expand All @@ -136,7 +136,7 @@
"web" : "https://github.com/kentnl/lib-byversion"
}
},
"version" : "0.002001",
"version" : "0.002002",
"x_BuiltWith" : {
"external_file" : "misc/built_with.json"
},
Expand Down Expand Up @@ -638,7 +638,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.002001-source",
"tag" : "0.002002-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.002001",
"tag" : "0.002002",
"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.002001'
version: '0.002002'
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.002001'
version: '0.002002'
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.89"
},
"VERSION" => "0.002001",
"VERSION" => "0.002002",
"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.002001';
our $VERSION = '0.002002';

# 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.002001
version 0.002002
=head1 SYNOPSIS
Expand Down

0 comments on commit ada0106

Please sign in to comment.