NAME
Form::Factory::Util - Utility subroutines that don't belong anywhere else
VERSION
version 0.002
DESCRIPTION
Utility subroutines that don't belong anywhere else.
METHODS
class_name_from_name
my $class_name = class_name_from_name($name);
Used to build capitalized class names from all lowercase names.
AUTHOR
Andrew Sterling Hanenkamp <hanenkamp@cpan.org>
COPYRIGHT AND LICENSE
Copyright 2009 Qubling Software LLC.
This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.