File: dist.ini

package info (click to toggle)
libdist-zilla-plugin-test-perl-critic-perl 2.112410-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 160 kB
  • ctags: 3
  • sloc: perl: 167; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 411 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
; standard intro section of your dist.ini
name    = My-Super-Cool-Dist
author  = A. U. Thor
license = Perl_5
copyright_holder = A. U. Thor
copyright_year   = 2009


; use the following to add a new critic.t test
[Test::Perl::Critic]
; if you want to use a perlcritic config file
; specity its path like this (relative to
; project root...)
critic_config = perlcritic.rc


; rest of your dist.ini looks the same