Re: [E-devel] Elementary has Perl bindings now

2010-01-13 Thread The Rasterman
On Wed, 13 Jan 2010 10:43:28 -0500 (EST) Adam Flott said: > > > On Tue, 12 Jan 2010, Gustavo Sverzut Barbieri wrote: > > > On Sat, Jan 9, 2010 at 5:51 PM, Adam Flott wrote: > >> I created Perl bindings for Elementary. > >> > >> http://search.cpan.org/perldoc?EFL::Elementary > > > > congrats!

Re: [E-devel] Elementary has Perl bindings now

2010-01-13 Thread Gustavo Sverzut Barbieri
On Wed, Jan 13, 2010 at 1:43 PM, Adam Flott wrote: > > > On Tue, 12 Jan 2010, Gustavo Sverzut Barbieri wrote: > >> On Sat, Jan 9, 2010 at 5:51 PM, Adam Flott wrote: >>> >>> I created Perl bindings for Elementary. >>> >>> http://search.cpan.org/perldoc?EFL::Elementary >> >> congrats! if you want t

Re: [E-devel] Elementary has Perl bindings now

2010-01-13 Thread Adam Flott
On Tue, 12 Jan 2010, Gustavo Sverzut Barbieri wrote: > On Sat, Jan 9, 2010 at 5:51 PM, Adam Flott wrote: >> I created Perl bindings for Elementary. >> >> http://search.cpan.org/perldoc?EFL::Elementary > > congrats! if you want to maintain them inside BINDINGS/perl, then even > better... that is

Re: [E-devel] Elementary has Perl bindings now

2010-01-12 Thread Dan
On Sat, 9 Jan 2010 14:51:51 -0500 (EST), Adam Flott wrote: > I created Perl bindings for Elementary. > > http://search.cpan.org/perldoc?EFL::Elementary > > Most of the tests from elementary_test are done. Once I figure out how to > handle the void *event_info from the callbacks in XS I can fini

Re: [E-devel] Elementary has Perl bindings now

2010-01-12 Thread Gustavo Sverzut Barbieri
On Sat, Jan 9, 2010 at 5:51 PM, Adam Flott wrote: > I created Perl bindings for Elementary. > > http://search.cpan.org/perldoc?EFL::Elementary congrats! if you want to maintain them inside BINDINGS/perl, then even better... that is currently unmaintained and thus bad :-/ > Most of the tests fro

Re: [E-devel] Elementary has Perl bindings now

2010-01-11 Thread The Rasterman
On Sat, 9 Jan 2010 14:51:51 -0500 (EST) Adam Flott said: > I created Perl bindings for Elementary. > > http://search.cpan.org/perldoc?EFL::Elementary > > Most of the tests from elementary_test are done. Once I figure out how to > handle the void *event_info from the callbacks in XS I can finish

[E-devel] Elementary has Perl bindings now

2010-01-09 Thread Adam Flott
I created Perl bindings for Elementary. http://search.cpan.org/perldoc?EFL::Elementary Most of the tests from elementary_test are done. Once I figure out how to handle the void *event_info from the callbacks in XS I can finish the tests. And I'm off to handle the rest of EFL... ---