NAME

Module::Camel - convert module to camel and camel to module

VERSION

version 0.1

METHODS

camel_to_module

camel_to_module($camel_string)

Transform camel string into module string It will replace any caracters that is not [a-z0-9] into a "::" and uppercase the letter just after

module_to_camel

module_to_camel($module_string)

Transform module string into a camel string Any non word will be replace by "_"

BUGS

Any bugs or evolution can be submit here :

Github

AUTHOR

Geistteufel <geistteufel@celogeek.fr>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Geistteufel <geistteufel@celogeek.fr>.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.