sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit ef360f8f5a457f643460a2d1308418767d292450
parent 19f4bb26f497f375f1b3c0bcc969f33397375d44
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Tue, 16 Feb 2016 22:11:55 +0100

Add perlcriticrc removing test for explicit return undef

Diffstat:
A.perlcriticrc | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.perlcriticrc b/.perlcriticrc @@ -0,0 +1,2 @@ +theme = pbp +[-Subroutines::ProhibitExplicitReturnUndef]