| Fukurama-Class documentation | view source | Contained in the Fukurama-Class distribution. |
Fukurama::Class::Version - Pragma to set package-version
Version 0.02 (beta)
package MyClass;
use Fukurama::Class::Version('1.10');
This pragma-like module provides a set method for package version. It check the correctness of version-value at compiletime. Use Fukurama::Class instead, to get all the features for OO.
-
$YourClass::VERSION : this global variable would be set at compiletime.
Helper-method, which would executed by every pragma usage.
see perldoc of Fukurama::Class
| Fukurama-Class documentation | view source | Contained in the Fukurama-Class distribution. |