Changes for version 2.0
- added support for freebsd
Changes for version 1.99_11
- fixed bug #43862 (thx to SZBALINT for detailed report)
- updated documentation
- removed Const2.pm and Asynch.pm from distribution
- updated xs/c api for the first extension
- fixed various things
Changes for version 1.99_10
- added a XS / C module interface
- changed perl type of the class from scalar to hashref (for sub classing) .. key field '_sc_' is used to identify the class internally
- moved the constant module to XS
- constants can now be exported as const sub or as variables like before
- incompatibility changes in socket state constants .. renamed state constants from SOS_* to SC_STATE_*
Modules
A class to communicate with sockets
Constants to Socket::Class