NAME
MooseX::Types::Locale::BR - Brazilian locale validation type constraint for Moose.
SYNOPSIS
package MyClass;
use Moose;
use MooseX::Types::Locale::BR;
use namespace::autoclean;
has state => ( is => 'rw', isa => 'MooseX::Types::Locale::BR::State' );
has code => ( is => 'rw', isa => 'MooseX::Types::Locale::BR::Code' );
package main;
MyClass->new( state=> 'Acre', code => 'AC');
DESCRIPTION
Moose type constraints wich use Locale::BR to check brazilian locale.
SEE ALSO
AUTHOR
Solli M. Honorio, <shonorio at gmail.com>
BUGS
Please report any bugs or feature requests to bug-moosex-types-locale-br at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=MooseX-Types-Locale-BR. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc MooseX::Types::Locale::BR
You can also look for information at:
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=MooseX-Types-Locale-BR
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
LICENSE AND COPYRIGHT
Copyright 2011 Solli M. Honorio.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.