NAME
Module::Underscore - convert module name to underscore string name and underscore string name to module name
VERSION
version 0.1
METHODS
underscore_to_module
underscore_to_module($underscore_string)
Transform underscore 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_underscore
module_to_underscore($module_string)
Transform module string into a underscore string Any non word will be replace by "_"
BUGS
Any bugs or evolution can be submit here :
AUTHOR
Celogeek <geistteufel@yahoo.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.