NAME
Business::BR::CNJ::Classes - Convert brazilian CNJ (Conselho Nacional de Justiça) class numbers and abreviations to full text names/description.
SYNOPSIS
use Business::BR::CNJ::Classes ( qw/ cnj_classe / );
print cnj_classe('Ag'); # Will aouput "Agravo"
print cnj_classe(12128); # Will output "Livramento Condicional"
DESCRIPTION
This module handles CNJ class numbers and abreviations, converting them to full text names/description.
METHDOS
cnj_classe
Convert a CNF class number or abreviation to it's full name.
References:
http://www.cnj.jus.br/sgt/consulta_publica_classes.php
SEE ALSO
Please check CNJ website at http://www.cnj.jus.br/
AUTHOR
Diego de Lima, <diego_de_lima@hotmail.com>
SPECIAL THANKS
This module was kindly made available by the https://modeloinicial.com.br/ team.
COPYRIGHT AND LICENSE
Copyright (C) 2017 by Diego de Lima
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.1 or, at your option, any later version of Perl 5 you may have available.
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 1210:
Non-ASCII character seen before =encoding in 'Justiça)'. Assuming UTF-8
- Around line 1236:
You forgot a '=back' before '=head1'