File: README

package info (click to toggle)
sigcperl 0.2.0-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 944 kB
  • ctags: 580
  • sloc: sh: 6,861; cpp: 2,951; makefile: 76
file content (25 lines) | stat: -rw-r--r-- 771 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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.