diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2008-06-12 10:50:40 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2008-06-12 10:50:40 +0000 |
commit | 02593a8d9ebc165808766d9dd4e7d4fc4ae0e7e7 (patch) | |
tree | 704a4b84fe4027946789b04a21068b44187b2b92 /textproc/p5-Perl-Critic/Makefile | |
parent | 38ba74b0b7a84cc883d94e55e2bee1b315fb42be (diff) |
Notes
Diffstat (limited to 'textproc/p5-Perl-Critic/Makefile')
-rw-r--r-- | textproc/p5-Perl-Critic/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-Perl-Critic/Makefile b/textproc/p5-Perl-Critic/Makefile index 8eeb72def70a..60babd9eb114 100644 --- a/textproc/p5-Perl-Critic/Makefile +++ b/textproc/p5-Perl-Critic/Makefile @@ -7,7 +7,7 @@ # PORTNAME= Perl-Critic -PORTVERSION= 1.08.4 +PORTVERSION= 1.08.5 CATEGORIES= textproc devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -91,6 +91,7 @@ MAN3= Perl::Critic.3 \ Perl::Critic::Policy::ControlStructures::ProhibitUnreachableCode.3 \ Perl::Critic::Policy::ControlStructures::ProhibitUntilBlocks.3 \ Perl::Critic::Policy::Documentation::PodSpelling.3 \ + Perl::Critic::Policy::Documentation::RequirePackageMatchesPodName.3 \ Perl::Critic::Policy::Documentation::RequirePodAtEnd.3 \ Perl::Critic::Policy::Documentation::RequirePodSections.3 \ Perl::Critic::Policy::ErrorHandling::RequireCarping.3 \ |