Fukurama::Class::Version - Pragma to set package-version


Fukurama-Class documentation  | view source Contained in the Fukurama-Class distribution.

Index


NAME

Top

Fukurama::Class::Version - Pragma to set package-version

VERSION

Top

Version 0.02 (beta)

SYNOPSIS

Top

 package MyClass;
 use Fukurama::Class::Version('1.10');

DESCRIPTION

Top

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.

CONFIG

Top

-

EXPORT

Top

$YourClass::VERSION : this global variable would be set at compiletime.

METHODS

Top

version( version:DECIMAL ) return:BOOLEAN

Helper-method, which would executed by every pragma usage.

AUTHOR, BUGS, SUPPORT, ACKNOWLEDGEMENTS, COPYRIGHT & LICENSE

Top

see perldoc of Fukurama::Class


Fukurama-Class documentation  | view source Contained in the Fukurama-Class distribution.