Skip to content

Commit

Permalink
Build results of 86db020 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 9, 2017
1 parent d445d06 commit 299663e
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 22 deletions.
4 changes: 2 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Release history for Benchmark-CSV

0.001002 2017-03-09T06:58:05Z f8f058f
0.001002 2017-03-09T07:00:06Z 86db020
- BugFix: Avoid test failures with -Ddefault_inc_excludes_dot

[Dependencies::Stats]
- Dependencies changed since 0.001001, see misc/*.deps* for details
- configure: +1 (recommends: ↑1)
- develop: +13 ↑4 -3 (recommends: +1, suggests: ↑2)
- runtime: (recommends: +1)
- runtime: -1 (recommends: +1)
- test: +1 ↓1 (recommends: ↑1 ↓1)

0.001001 2014-09-18T10:21:56Z
Expand Down
3 changes: 1 addition & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"requires" : {
"ExtUtils::MakeMaker" : "0",
"perl" : "5.008"
"perl" : "5.006"
}
},
"develop" : {
Expand Down Expand Up @@ -106,7 +106,6 @@
"Time::HiRes" : "0",
"perl" : "5.008",
"strict" : "0",
"utf8" : "0",
"warnings" : "0"
}
},
Expand Down
3 changes: 1 addition & 2 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build_requires:
perl: '5.008'
configure_requires:
ExtUtils::MakeMaker: '0'
perl: '5.008'
perl: '5.006'
dynamic_config: 0
generated_by: 'Dist::Zilla version 6.009, CPAN::Meta::Converter version 2.150010'
license: perl
Expand All @@ -31,7 +31,6 @@ requires:
Time::HiRes: '0'
perl: '5.008'
strict: '0'
utf8: '0'
warnings: '0'
resources:
bugtracker: https://github.com/kentnl/Benchmark-CSV/issues
Expand Down
2 changes: 0 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ my %WriteMakefileArgs = (
"Path::Tiny" => 0,
"Time::HiRes" => 0,
"strict" => 0,
"utf8" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
Expand All @@ -48,7 +47,6 @@ my %FallbackPrereqs = (
"Test::More" => 0,
"Time::HiRes" => 0,
"strict" => 0,
"utf8" => 0,
"warnings" => 0
);

Expand Down
3 changes: 1 addition & 2 deletions lib/Benchmark/CSV.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use 5.008; # utf8
use 5.006; # our
use strict;
use warnings;
use utf8;

package Benchmark::CSV;

Expand Down
5 changes: 4 additions & 1 deletion misc/Changes.deps
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ This file contains changes in REQUIRED dependencies for standard CPAN phases (co

0.001002
[Added / configure requires]
- perl 5.008
- perl 5.006

[Added / test requires]
- perl 5.008

[Changed / test requires]
- Test::More 0.89 → 0

[Removed / runtime requires]
- utf8

0.001001 2014-09-18T10:21:56Z
5 changes: 4 additions & 1 deletion misc/Changes.deps.all
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL depen

0.001002
[Added / configure requires]
- perl 5.008
- perl 5.006

[Added / develop recommends]
- Test::More 0.99
Expand Down Expand Up @@ -53,4 +53,7 @@ This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL depen
- Dist::Zilla::Plugin::MetaYAML
- Dist::Zilla::Plugin::ReadmeFromPod

[Removed / runtime requires]
- utf8

0.001001 2014-09-18T10:21:56Z
1 change: 0 additions & 1 deletion misc/built_with.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
"Test::Pod::Coverage" : "1.10",
"Time::HiRes" : "1.9741",
"strict" : "1.11",
"utf8" : "1.19",
"warnings" : "1.37"
},
"perl" : {
Expand Down
14 changes: 7 additions & 7 deletions perlcritic.rc
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ allow_includes = 1

[CodeLayout::RequireTrailingCommas]

[CodeLayout::RequireUseUTF8]
[-CodeLayout::RequireUseUTF8]

[Compatibility::ConstantLeadingUnderscore]

Expand Down Expand Up @@ -160,7 +160,7 @@ stop_words = CSV

[Documentation::RequirePodAtEnd]

[Documentation::RequirePodLinksIncludeText]
[-Documentation::RequirePodLinksIncludeText]

[-Documentation::RequirePodSections]

Expand Down Expand Up @@ -305,7 +305,7 @@ allowed_pragmata = diagnostics feature perlversion strict warnings utf8

[RegularExpressions::RequireExtendedFormatting]

[RegularExpressions::RequireLineBoundaryMatching]
[-RegularExpressions::RequireLineBoundaryMatching]

[Subroutines::ProhibitAmpersandSigils]

Expand All @@ -317,7 +317,7 @@ allowed_pragmata = diagnostics feature perlversion strict warnings utf8

[Subroutines::ProhibitExcessComplexity]

[Subroutines::ProhibitExplicitReturnUndef]
[-Subroutines::ProhibitExplicitReturnUndef]

[Subroutines::ProhibitExportingUndeclaredSubs]

Expand All @@ -336,9 +336,9 @@ private_name_regex = _(?!build_)\w

[Subroutines::ProtectPrivateSubs]

[Subroutines::RequireArgUnpacking]
[-Subroutines::RequireArgUnpacking]

[Subroutines::RequireFinalReturn]
[-Subroutines::RequireFinalReturn]

[TestingAndDebugging::ProhibitNoStrict]

Expand Down Expand Up @@ -373,7 +373,7 @@ base_max = 130

[ValuesAndExpressions::ProhibitComplexVersion]

[ValuesAndExpressions::ProhibitConstantPragma]
[-ValuesAndExpressions::ProhibitConstantPragma]

[ValuesAndExpressions::ProhibitDuplicateHashKeys]

Expand Down
3 changes: 1 addition & 2 deletions t/00-report-prereqs.dd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ do { my $x = {
},
'requires' => {
'ExtUtils::MakeMaker' => '0',
'perl' => '5.008'
'perl' => '5.006'
}
},
'develop' => {
Expand Down Expand Up @@ -91,7 +91,6 @@ do { my $x = {
'Time::HiRes' => '0',
'perl' => '5.008',
'strict' => '0',
'utf8' => '0',
'warnings' => '0'
}
},
Expand Down

0 comments on commit 299663e

Please sign in to comment.