1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/devel/p5-CLASS/pkg-descr
Sunpoet Po-Chuan Hsieh 947e4ea056 - Add LICENSE
- Sort PLIST
- Reformat pkg-descr
2014-07-06 18:50:07 +00:00

10 lines
354 B
Plaintext

[BCLASS and $CLASS are both synonyms for __PACKAGE__. Easier to type.
$CLASS has the additional benefit of working in strings.
CLASS is a constant, not a subroutine call. $CLASS is a plain variable, it is
not tied. There is no performance loss for using CLASS over __PACKAGE__ except
the loading of the module.
WWW: http://search.cpan.org/dist/CLASS/