libsigcperl -- a libsigc++ XSUB wrapper helper library

This library is licensed under the GNU Libray General
Public License; see the file COPYING for details

Author: Ron Steinke <rsteinke@w-link.net>

To work properly, any Perl XSUB module which uses this
library will need to require the associated SigC module.

The module SigC::Test is a test module which uses this
library, and may be useful to people writing their own
modules.

Known problems:
	sigc++/basic_signal.h must be included before
		XSUB.h, or some really strange errors
		result

Internal bugs:
	For some reason, the calls to call_method() and
		call_sv() used by this library return 1
		in void context instead of zero. If anyone
		has any idea why this might be happening,
		please drop me an email.
