NAME
Form::Factory::Util - Utility subroutines that don't belong anywhere else
VERSION
version 0.005
DESCRIPTION
Utility subroutines that don't belong anywhere else.
METHODS
class_name_from_name
my $class_name = class_name_from_name($prefix, $name);
Used to build capitalized Form Factory class names from all lowercase names.
This isn't something that would go into a general string library since it understands some internals of Form Factory to do this work.
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.