Ticket #2962: Portfile

File Portfile, 503 bytes (added by mat@…, 19 years ago)

Portfile

Line 
1# $Id$
2
3PortSystem                      1.0
4PortGroup                       perl5 1.0
5perl5.setup                     Class-WhiteHole 0.04
6maintainers                     mat@FreeBSD.org
7description                     base class to treat unhandled method calls as errors
8long_description \
9        Its possible to accidentally inherit an AUTOLOAD method. Often this \
10        will happen if a class somewhere in the chain uses AutoLoader or \
11        defines one of their own. This can lead to confusing error messages \
12        when method lookups fail.
13
14platforms                       darwin
15
16checksums md5 43b986ad7d5d186a9a43d2d69a2ef327