Skip to content

Commit

Permalink
Build results of 14097a9 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 3, 2017
1 parent 55c5a7b commit 0c1cb5d
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 Generic-Assertions

0.001003 2017-03-03T16:40:00Z 14097a9

0.001002 2017-03-03T16:20:07Z 3a245dd
[Bugfix]
- Avoid test failures on 5.26 w/ -Ddefault_inc_excludes_dot
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" : {
"Generic::Assertions" : {
"file" : "lib/Generic/Assertions.pm",
"version" : "0.001002"
"version" : "0.001003"
}
},
"release_status" : "stable",
Expand All @@ -136,7 +136,7 @@
"web" : "https://github.com/kentnl/Generic-Assertions"
}
},
"version" : "0.001002",
"version" : "0.001003",
"x_BuiltWith" : {
"external_file" : "misc/built_with.json"
},
Expand Down Expand Up @@ -640,7 +640,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.001002-source",
"tag" : "0.001003-source",
"tag_format" : "%v-source",
"tag_message" : "v%v"
},
Expand Down Expand Up @@ -734,7 +734,7 @@
"branch" : "releases",
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.001002",
"tag" : "0.001003",
"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 @@ -22,7 +22,7 @@ name: Generic-Assertions
provides:
Generic::Assertions:
file: lib/Generic/Assertions.pm
version: '0.001002'
version: '0.001003'
requires:
Carp: '0'
perl: '5.006'
Expand All @@ -32,4 +32,4 @@ resources:
bugtracker: https://github.com/kentnl/Generic-Assertions/issues
homepage: https://github.com/kentnl/Generic-Assertions
repository: https://github.com/kentnl/Generic-Assertions.git
version: '0.001002'
version: '0.001003'
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 = (
"Test::More" => 0,
"Test::Warnings" => 0
},
"VERSION" => "0.001002",
"VERSION" => "0.001003",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t"
}
Expand Down
4 changes: 2 additions & 2 deletions lib/Generic/Assertions.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Generic::Assertions;

our $VERSION = '0.001002';
our $VERSION = '0.001003';

# ABSTRACT: A Generic Assertion checking class

Expand Down Expand Up @@ -173,7 +173,7 @@ Generic::Assertions - A Generic Assertion checking class
=head1 VERSION
version 0.001002
version 0.001003
=head1 ALPHA
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.001002
0.001003

0.001002 2017-03-03T16:20:07Z
[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.001002
0.001003

0.001002 2017-03-03T16:20:07Z
[Added / develop requires]
- Dist::Zilla::Plugin::Author::KENTNL::TravisCI 0.001002
- Dist::Zilla::Plugin::MetaYAML::Minimal
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.001002
0.001003

0.001002 2017-03-03T16:20:07Z
[Added / develop requires]
- Dist::Zilla::Plugin::Author::KENTNL::TravisCI 0.001002
- Dist::Zilla::Plugin::MetaYAML::Minimal
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.001002
0.001003

0.001002 2017-03-03T16:20:07Z
[Changed / test recommends]
- Test::More 1.001008 → 0.99

Expand Down

0 comments on commit 0c1cb5d

Please sign in to comment.