
CPANPLUS::Dist::Gentoo::Version - Gentoo version object.

Version 0.11

This class models Gentoo versions as described in http://devmanual.gentoo.org/ebuild-writing/file-format/index.html.

new $vstringCreates a new CPANPLUS::Dist::Gentoo::Version object from the version string $vstring.
versionRead-only accessor for the version part of the version object.
letterRead-only accessor for the letter part of the version object.
suffixesRead-only accessor for the suffixes part of the version object.
revisionRead-only accessor for the revision part of the version object.
This class provides overloaded methods for numerical comparison and strigification.


Vincent Pit,
<perl at profvince.com>,
http://www.profvince.com.
You can contact me by mail or on irc.perl.org (vincent).

Please report any bugs or feature requests to bug-cpanplus-dist-gentoo at rt.cpan.org,
or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=CPANPLUS-Dist-Gentoo.
I will be notified,
and then you'll automatically be notified of progress on your bug as I make changes.

You can find documentation for this module with the perldoc command.
perldoc CPANPLUS::Dist::Gentoo

Copyright 2009,2010 Vincent Pit, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.