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

NAME

Module::Metadata::Version - inlined version.pm fallback for Module::Metadata

DESCRIPTION

This module either loads version.pm if available, or if not slurps its own private copy of version::vpp into memory as a fallback, then makes itself a subclass of whichever it found.

This is a horrible hack. But so is version.pm.

AUTHOR

Ken Williams <kwilliams@cpan.org>, Randy W. Sims <RandyS@ThePierianSpring.org>

Documented by Matt S Trout (mst) <mst@shadowcat.co.uk>

COPYRIGHT

Copyright (c) 2001-2006 Ken Williams. All rights reserved.

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

SEE ALSO

perl(1), Module::Build::ModuleInfo(3)