Re: DBIx:Recordset q's

2003-03-16 Thread Kee Hinckley
At 12:57 PM +0100 3/16/03, Kaare Rasmussen wrote: Hi I'm in doubt if DBIx::Recordset is what I need. It has a lot going for it, for one thing it works well with Embperl :-) But I do have some doubt. I thought I could do something like this: $set = DBIx::Recordset -> SetupObject ({ '!Dat

DBIx:Recordset q's

2003-03-16 Thread Kaare Rasmussen
Hi I'm in doubt if DBIx::Recordset is what I need. It has a lot going for it, for one thing it works well with Embperl :-) But I do have some doubt. I thought I could do something like this: $set = DBIx::Recordset -> SetupObject ({ '!DataSource' => $db }); $set -> Begin;

ExtUtils::XSBuilder and foo[MAXLEN] bug

2003-03-16 Thread Angus Lees
(this is primarily a bug report. the patches contained here probably shouldn't be applied as-is) ExtUtils::XSBuilder currently recognises (parses) these two C constructs: void function(arg[MAXSIZE]); struct mystruct { type_t foo[SOMESIZE]; }; the code it generates for them is *complet

Embperl patches

2003-03-16 Thread Angus Lees
first, some easy pod fixes to make pod2man much happier: --- libembperl-perl-2.0b9dev6.orig/Features.pod +++ libembperl-perl-2.0b9dev6/Features.pod @@ -1,5 +1,9 @@ =pod +=head1 NAME + +Embperl::Features - Main features of Embperl 2.0 + =head1 Main features of Embperl 2.0 =over 4 --- libemb

Re: ExtUtils::XSBuilder patches

2003-03-16 Thread Gerald Richter
Angus, thanks for the patches. I currently on the CeBit in Hannover, so I can't check your patches against my version of XSBuilder. I will do this as soon as I am back and send you comments, if I have any Gerald -- Gerald Richter ec