# $Id: Portfile 112361 2013-10-21 03:42:28Z ricci@macports.org $

PortSystem			1.0
PortGroup			perl5 1.0
perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup			warnings-unused 0.04 ../by-authors/id/G/GF/GFUJI/
revision			1
license				{Artistic-1 GPL}
maintainers			nomaintainer
description			Produces warnings when unused variables are detected
long_description \
	This pragmatic module extends lexical warnings to complain about \
	unused variables.  It produces warnings when a my variable or state \
	variable is unused aside from its declaration.

platforms			darwin

checksums           md5     5ec13c2f8e9fec152c53ef2e9e431179 \
                    sha1    10d512a8c7558b6f61f69962e7606d274a5143ac


## vi:set noai ts=4:
