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

NAME

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

VERSION

Version 0.12

DESCRIPTION

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

METHODS

new $vstring

Creates a new CPANPLUS::Dist::Gentoo::Version object from the version string $vstring.

version

Read-only accessor for the version part of the version object.

letter

Read-only accessor for the letter part of the version object.

suffixes

Read-only accessor for the suffixes part of the version object.

revision

Read-only accessor for the revision part of the version object.

This class provides overloaded methods for numerical comparison and stringification.

SEE ALSO

CPANPLUS::Dist::Gentoo.

AUTHOR

Vincent Pit, <perl at profvince.com>, http://www.profvince.com.

You can contact me by mail or on irc.perl.org (vincent).

BUGS

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.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc CPANPLUS::Dist::Gentoo

COPYRIGHT & LICENSE

Copyright 2009,2010,2011,2012 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.