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

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;

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.

Douglas Christopher Wilson, <doug at somethingdoug.com>

Copyright 2009 Douglas Christopher Wilson.
This program is free software; you can redistribute it and/or modify it under the terms of either: