Ticket #2962: Portfile
File Portfile, 503 bytes (added by mat@…, 20 years ago) |
---|
Line | |
---|---|
1 | # $Id$ |
2 | |
3 | PortSystem 1.0 |
4 | PortGroup perl5 1.0 |
5 | perl5.setup Class-WhiteHole 0.04 |
6 | maintainers mat@FreeBSD.org |
7 | description base class to treat unhandled method calls as errors |
8 | long_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 | |
14 | platforms darwin |
15 | |
16 | checksums md5 43b986ad7d5d186a9a43d2d69a2ef327 |