Douglas Christopher Wilson > Net-SAJAX > Net::SAJAX::VersionGuarantee

Download:
Net-SAJAX-0.107.tar.gz

Annotate this POD

Website

CPAN RT

Open  0
View/Report Bugs
Source  

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:

syntax highlighting: