NAME
Lingua::IdSplitter - split identifiers into words
VERSION
version 0.01_1
SYNOPSIS
use Lingua::IdSplitter;
my $splitter = Lingua::IdSplitter->new;
$splitter->split($identifier);
DESCRIPTION
TODO
FUNCTIONS
new
soft_split
hard_split
split
explain
AUTHOR
Nuno Carvalho <smash@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Nuno Carvalho.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.