
MooseX::Method::Constant - Constant generator for MooseX::Method

This API is unstable, it may change at any time. This should not affect ordinary MooseX::Method usage.

use MooseX::Method::Constant; my $constant = MooseX::Method::Constant->make; print eval "$constant";

Primarily used within the inlining compiler suite of MooseX::Method, and there are no guarantees this won't be gone tomorrow.

Makes a constant.

Most software has bugs. This module probably isn't an exception. If you find a bug please either email me, or add the bug to cpan-RT.

Anders Nor Berle <debolaz@gmail.com>

Copyright 2007 by Anders Nor Berle.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.