Skip to content

Commit

Permalink
Build results of 0a9de4d (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 10, 2017
1 parent 41d7bc6 commit 80cd513
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 21 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,5 +1,7 @@
Revision history for Package-Strictures

1.000002 2017-03-10T14:24:09Z 0a9de4d

1.000001 2017-03-10T14:14:38Z 0c6ec84
- Avoid test failures with -Ddefault_inc_excludes_dot

Expand Down
12 changes: 6 additions & 6 deletions META.json
Expand Up @@ -127,15 +127,15 @@
"provides" : {
"Package::Strictures" : {
"file" : "lib/Package/Strictures.pm",
"version" : "1.000001"
"version" : "1.000002"
},
"Package::Strictures::Register" : {
"file" : "lib/Package/Strictures/Register.pm",
"version" : "1.000001"
"version" : "1.000002"
},
"Package::Strictures::Registry" : {
"file" : "lib/Package/Strictures/Registry.pm",
"version" : "1.000001"
"version" : "1.000002"
}
},
"release_status" : "stable",
Expand All @@ -150,7 +150,7 @@
"web" : "https://github.com/kentnl/Package-Strictures"
}
},
"version" : "1.000001",
"version" : "1.000002",
"x_BuiltWith" : {
"external_file" : "misc/built_with.json"
},
Expand Down Expand Up @@ -656,7 +656,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "1.000001-source",
"tag" : "1.000002-source",
"tag_format" : "%v-source",
"tag_message" : "v%v"
},
Expand Down Expand Up @@ -750,7 +750,7 @@
"branch" : "releases",
"changelog" : "Changes",
"signed" : 0,
"tag" : "1.000001",
"tag" : "1.000002",
"tag_format" : "%v",
"tag_message" : "v%v"
},
Expand Down
8 changes: 4 additions & 4 deletions META.yml
Expand Up @@ -25,13 +25,13 @@ name: Package-Strictures
provides:
Package::Strictures:
file: lib/Package/Strictures.pm
version: '1.000001'
version: '1.000002'
Package::Strictures::Register:
file: lib/Package/Strictures/Register.pm
version: '1.000001'
version: '1.000002'
Package::Strictures::Registry:
file: lib/Package/Strictures/Registry.pm
version: '1.000001'
version: '1.000002'
requires:
Carp: '0'
Config::INI::Reader: '0.014'
Expand All @@ -44,4 +44,4 @@ resources:
bugtracker: https://github.com/kentnl/Package-Strictures/issues
homepage: https://github.com/kentnl/Package-Strictures
repository: https://github.com/kentnl/Package-Strictures.git
version: '1.000001'
version: '1.000002'
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -34,7 +34,7 @@ my %WriteMakefileArgs = (
"lib" => 0,
"namespace::clean" => 0
},
"VERSION" => "1.000001",
"VERSION" => "1.000002",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t"
}
Expand Down
4 changes: 2 additions & 2 deletions lib/Package/Strictures.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Package::Strictures;

our $VERSION = '1.000001';
our $VERSION = '1.000002';

# ABSTRACT: Facilitate toggling validation code at users request, without extra performance penalties.

Expand Down Expand Up @@ -154,7 +154,7 @@ Package::Strictures - Facilitate toggling validation code at users request, with
=head1 VERSION
version 1.000001
version 1.000002
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Package/Strictures/Register.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Package::Strictures::Register;

our $VERSION = '1.000001';
our $VERSION = '1.000002';

# ABSTRACT: Create compile-time constants that can be tweaked by users with Package::Strictures.

Expand Down Expand Up @@ -121,7 +121,7 @@ Package::Strictures::Register - Create compile-time constants that can be tweake
=head1 VERSION
version 1.000001
version 1.000002
=head1 AUTHOR
Expand Down
4 changes: 2 additions & 2 deletions lib/Package/Strictures/Registry.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Package::Strictures::Registry;

our $VERSION = '1.000001';
our $VERSION = '1.000002';

# ABSTRACT: Data Storage name-space for stricture parameters.

Expand Down Expand Up @@ -141,7 +141,7 @@ Package::Strictures::Registry - Data Storage name-space for stricture parameters
=head1 VERSION
version 1.000001
version 1.000002
=head1 METHODS
Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps
@@ -1,6 +1,8 @@
This file contains changes in REQUIRED dependencies for standard CPAN phases (configure/build/runtime/test)

1.000001
1.000002

1.000001 2017-03-10T14:14:38Z
[Added / configure requires]
- perl 5.006

Expand Down
4 changes: 3 additions & 1 deletion 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)

1.000001
1.000002

1.000001 2017-03-10T14:14:38Z
[Added / configure requires]
- perl 5.006

Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.dev
@@ -1,6 +1,8 @@
This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and OPTIONAL )

1.000001
1.000002

1.000001 2017-03-10T14:14:38Z
[Added / develop recommends]
- Test::More 0.99

Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.opt
@@ -1,6 +1,8 @@
This file contains changes in OPTIONAL dependencies for standard CPAN phases (configure/build/runtime/test)

1.000001
1.000002

1.000001 2017-03-10T14:14:38Z
[Changed / configure recommends]
- ExtUtils::MakeMaker 6.96 → 7.00

Expand Down

0 comments on commit 80cd513

Please sign in to comment.