The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

VERSION

Version 0.02 (beta)

SYNOPSIS

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

DESCRIPTION

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

-

EXPORT

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

METHODS

version( version:DECIMAL ) return:BOOLEAN

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

AUTHOR, BUGS, SUPPORT, ACKNOWLEDGEMENTS, COPYRIGHT & LICENSE

see perldoc of Fukurama::Class