Coercion problem

2009-09-01 Thread Emmanuel Quevillon
or text printed from inside the coercion code ? Thanks in advance Regards Emmanuel -- - Emmanuel Quevillon Biological Software and Databases Group Institut Pasteur +33 1 44 38 95 98 tuco at_ pasteur dot fr -

Re: Coercion problem

2009-09-02 Thread Emmanuel Quevillon
. -- - Emmanuel Quevillon Biological Software and Databases Group Institut Pasteur +33 1 44 38 95 98 tuco at_ pasteur dot fr -

Re: Coercion problem

2009-09-04 Thread Emmanuel Quevillon
from Structured) if this isn't the case for you. hdp. Hi Hans, Optional works like a charm! :) Thanks for your help. Regards Emmanuel -- - Emmanuel Quevillon Biological Software and Databases Group Institut Pasteur +33 1 44 38 95 98 tuco at_ pasteur dot fr -

How to ...

2010-03-05 Thread Emmanuel Quevillon
call $self-so_type() it returns nothing! Am I doing something wrong? By the way, I use a self coded 'new' method to create my object. Would it be the problem? Thanks for any clue Regards Emmanuel -- - Emmanuel Quevillon Biological Software and Databases Group Institut

Re: How to ...

2010-03-05 Thread Emmanuel Quevillon
Joel Bernstein wrote: On 5 Mar 2010, at 13:37, Emmanuel Quevillon wrote: By the way, I use a self coded 'new' method to create my object. Would it be the problem? Yes. But you omitted the code that doesn't work, so... Good luck! /joel oops sorry, sub new { my($class, %args

Re: How to ...

2010-03-05 Thread Emmanuel Quevillon
Stevan Little wrote: On Mar 5, 2010, at 9:06 AM, Emmanuel Quevillon wrote: Joel Bernstein wrote: On 5 Mar 2010, at 13:37, Emmanuel Quevillon wrote: By the way, I use a self coded 'new' method to create my object. Would it be the problem? Yes. But you omitted the code that doesn't work, so

Re: How to ...

2010-03-05 Thread Emmanuel Quevillon
Thanks Chris you lighted my lantern about differences between Moose and BioPerl behaviors. Great! Emmanuel Le 5 mars 2010 à 17:55, Chris Fields cjfie...@illinois.edu a écrit : On Mar 5, 2010, at 10:35 AM, Emmanuel Quevillon wrote: Hi Chris, I know you're a core dev;) Well

Error I don't understand

2010-06-14 Thread Emmanuel Quevillon
Class::MOP::Class'! So there's something I can't understand here. I someone could light my lantern Sorry for this basic stupid question.. = Perl 5.10.1 = Moose 1.07 = Class::MOP 1.03 Cheers Emmanuel -- - Emmanuel Quevillon Biological Software and Databases Group

Re: Error I don't understand

2010-06-14 Thread Emmanuel Quevillon
On 06/14/2010 11:27 AM, Jesse Luehrs wrote: On Mon, Jun 14, 2010 at 11:20:15AM +0200, Emmanuel Quevillon wrote: Hi Moose people, I must confess I'm not really ease with Moose behavior, but I get a strange error from it when I start my perl script. Here it is : Couldn't load class

Re: Error I don't understand

2010-06-15 Thread Emmanuel Quevillon
Just to let people now, It works fine with previous version of Moose (0.98) but definitively not with 0.98 :( Any clue? Thanks On 06/14/2010 11:41 AM, Emmanuel Quevillon wrote: On 06/14/2010 11:27 AM, Jesse Luehrs wrote: On Mon, Jun 14, 2010 at 11:20:15AM +0200, Emmanuel Quevillon wrote

Re: Error I don't understand

2010-06-15 Thread Emmanuel Quevillon
On 06/14/2010 11:27 AM, Jesse Luehrs wrote: On Mon, Jun 14, 2010 at 11:20:15AM +0200, Emmanuel Quevillon wrote: Hi Moose people, I must confess I'm not really ease with Moose behavior, but I get a strange error from it when I start my perl script. Here it is : Couldn't load class

Set attribute using 'after'

2012-05-11 Thread Emmanuel Quevillon
(defined at /home/tuco/src/workspace/cnvdb/script/../lib/Class.pm line 7) Can someone light my lantern? Sorry for the stupid question Regards -- - Emmanuel Quevillon CIB, Centre Informatique pour la Biologie Institut Pasteur +33 1 44 38 95 98 tuco at_ pasteur dot fr -

Re: Set attribute using 'after'

2012-05-11 Thread Emmanuel Quevillon
On Fri 11 May 2012 04:34:07 PM CEST, Jesse Luehrs wrote: On Fri, May 11, 2012 at 08:30:13AM -0600, Curtis Jewell wrote: On Fri, May 11, 2012, at 15:42, Emmanuel Quevillon wrote: Hi, I got an exception when using 'after' this way. Here is my Moose class : package Myclass; use Moose; extends