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

NAME

Net::SAJAX::VersionGuarantee - Information regarding module version numbering

VERSION NUMBER FORMAT

This module has a version number that is guaranteed to be in the following format: m{\A \d+ \. \d{3} \z}msx. Please see perlre for information on the regular expression format.

  my ($major_version, $minor_version) = $Net::SAJAX::VERSION
    =~ m{\A (\d+) \. (\d{3}) \z}msx;

MAJOR VERSION CHANGE

When the major version number changes (that is, the number to the left of the decimal point) it is almost guaranteed that there is breakage in the public API.

AUTHOR

Douglas Christopher Wilson, <doug at somethingdoug.com>

LICENSE AND COPYRIGHT

Copyright 2009 Douglas Christopher Wilson.

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; either version 1, or (at your option) any later version, or

  • the Artistic License version 2.0.