Skip to content

Commit

Permalink
Add Test::Perl::Critic
Browse files Browse the repository at this point in the history
  • Loading branch information
ssimms committed Oct 8, 2016
1 parent de32f4e commit a4eb11a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 10 deletions.
4 changes: 3 additions & 1 deletion .perlcriticrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
severity = 5

[Perl::Critic::Policy::BuiltinFunctions::ProhibitStringyEval]
allow_includes = 1c
allow_includes = 1
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
- [RT #113514, #98552] Fix the dash() and renderingintent()
methods in ExtGState (reported by Vadim Repin and Phil Perry).

- Satisfy all Perl::Critic severity 5 policies.


2.028 2016-06-08

Expand Down
29 changes: 20 additions & 9 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,13 @@ author = Steve Simms <[email protected]>
license = LGPL_2_1
copyright_holder = Steve Simms

[@Basic]
[MetaJSON]

[NextRelease]
format = %-9v %{yyyy-MM-dd}d

[MetaResources]
repository.url = git://github.com/ssimms/pdfapi2.git
repository.web = https://github.com/ssimms/pdfapi2
repository.type = git

[OurPkgVersion]

[PodSyntaxTests]
[NextRelease]
format = %-9v %{yyyy-MM-dd}d

[Prereqs]
perl = v5.8.5
Expand All @@ -26,3 +19,21 @@ Font::TTF = 0

[OSPrereqs / MSWin32]
Win32::TieRegistry = 0

[GatherDir]
include_dotfiles = 1
exclude_match = ^\.(?!perlcriticrc$)

[PruneCruft]
except = \.perlcriticrc

[MetaYAML]
[MetaJSON]
[License]
[Readme]
[ExtraTests]
[MakeMaker]
[Manifest]
[OurPkgVersion]
[PodSyntaxTests]
[Test::Perl::Critic]

0 comments on commit a4eb11a

Please sign in to comment.