Fukurama::Class::Version - Pragma to set package-version
Version 0.01 (alpha)
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 the Fukurama::Class manpage