NAME Debian::Releases - Mapping and comparing Debian release codenames and versions VERSION version 0.14 SYNOPSIS use Debian::Releases; if(Debian::Releases::version_compare('6.0','squeeze')) { print "This is squeeze\n"; } NAME Debian::Releases - Comparing debian releases SUBROUTINES/METHODS version_compare Compare two debian releases in numerical or codename form. AUTHOR Dominik Schulz, "" BUGS Please report any bugs or feature requests to "bug-debian-releases at rt.cpan.org", or through the web interface at . 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 Debian::Releases You can also look for information at: * RT: CPAN's request tracker * AnnoCPAN: Annotated CPAN documentation * CPAN Ratings * Search CPAN LICENSE AND COPYRIGHT Copyright 2012 Dominik Schulz This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License. See http://dev.perl.org/licenses/ for more information. AUTHOR Dominik Schulz COPYRIGHT AND LICENSE This software is copyright (c) 2012 by Dominik Schulz. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.