The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Gentoo::PerlMod::Version::Error - Various error message and diagnostic bits.

VERSION

version v0.8.1

FUNCTIONS

perlver_undefined

    return perlver_undefined( $config );

Error condition thrown when gentooize_version is passed undef for the $perlver

matches_trial_regex_nonlax

    return matches_trial_regex_nonlax( $perlver, $config );

not_decimal_or_trial

    return not_decimal_or_trial( $perlver , $config )

bad_char

    return bad_char( $char, $char_ord );

lax_multi_underscore

    return lax_multi_underscore( $version )

AUTHOR

Kent Fredric <kentnl@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Kent Fredric <kentnl@cpan.org>.

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