freebsd-ports/devel/p5-CLASS/pkg-descr
Andrej Zverev 7c70613a56 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 09:19:35 +00:00

9 lines
354 B
Text

[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/