Class::MOP Tests Fail Under -d

2008-11-26 Thread Shlomi Fish
it and respond to it here. Regards, Shlomi Fish - Shlomi Fish http://www.shlomifish.org/ http://www.shlomifish.org/humour/ways_to_do_it.html Shlomi, so what are you working on? Working on a new wiki about unit testing

Test-Run 0.0120 - Now With Moosey Goodness

2009-08-06 Thread Shlomi Fish
of the more modern MRO::Compat (which defaults to mro.pm in perl-5.10.x and above). YAML.pm was replaced with the faster and better YAML::XS . Finally, the META.yml was enhanced with resources and keywords. Have fun! Shlomi Fish

Re: Creating attributes that are foreign objects

2009-12-22 Thread Shlomi Fish
of Moose-shaped cakes. (If it turned out, I was misleading, I won't get to eat any of them - ;-)). Regards, Shlomi Fish -- - Shlomi Fish http://www.shlomifish.org/ What does Zionism mean? - http://shlom.in/def-zionism

Re: New Moose Website

2010-04-05 Thread Shlomi Fish
, this is also welcome. Thanks, - Stevan NOTE: All that you need to build this is on CPAN, except one unreleased module, which is Resource::Pack and that can be found on my github (http://github.com/stevan/Resource-Pack). Peace, Love and Meese, Shlomi Fish

Proposal: Moose, the *modern* [not post-modern] Perl 5 Object System

2010-04-11 Thread Shlomi Fish
impression, so I suggest we drop it. I don't mind working on the patch to the site and to Moose.pm to change all post-modern's to modern's, but I'd like to know it would be accepted first. Regards, Shlomi Fish P.S: of course, it could be much worse - Moose could have been called Moose

Re: Proposal: Moose, the *modern* [not post-modern] Perl 5 Object System

2010-04-11 Thread Shlomi Fish
On Sunday 11 Apr 2010 18:45:33 Chris Prather wrote: On Sun, Apr 11, 2010 at 11:27 AM, Shlomi Fish shlo...@iglu.org.il wrote: Hi all, I hope I'm not going to start a flamewar or appear as too domineering (which I know has been an ongoing problem with me) but I'd like to make

Re: Proposal: Moose, the *modern* [not post-modern] Perl 5 Object System

2010-04-23 Thread Shlomi Fish
/ ) was not being paranoid or nitpicky and is a trustworthy person, despite some of his faults. Regards, Shlomi Fish -- - Shlomi Fish http://www.shlomifish.org/ Star Trek: We, the Living Dead - http://shlom.in/st-wtld

Best way of implementing Walkmeth in Moose

2010-04-27 Thread Shlomi Fish
to do it using Moose? (Or one of the MooseX modules?) Instead, should I implement my own private logic or create a new MooseX module? Regards, Shlomi Fish -- - Shlomi Fish http://www.shlomifish.org/ http

XML-Grammar-Fiction's Tests Succeed Normally and Die under ./Build testcover

2010-04-27 Thread Shlomi Fish
don't know where the problem is. Should I report it as a bug, and if so - where? Regards, Shlomi Fish -- - Shlomi Fish http://www.shlomifish.org/ Why I Love Perl - http://shlom.in/joy-of-perl God considered

Re: Best way of implementing Walkmeth in Moose

2010-04-27 Thread Shlomi Fish
On Tuesday 27 Apr 2010 15:51:07 Stevan Little wrote: On Apr 27, 2010, at 3:36 AM, Shlomi Fish wrote: Hi all! After merging XML-Grammar-Fiction and XML-Grammar-Screenplay, I have accumulated several questions about Moose, so I'd post each one in a separate post to keep each thread

Re: Design Question: Subclass-specific Constants

2010-04-27 Thread Shlomi Fish
On Tuesday 27 Apr 2010 18:54:06 Dave Rolsky wrote: On Tue, 27 Apr 2010, Shlomi Fish wrote: [code] has '_get_paragraph_tag_name' = (is = 'ro', default = para); [/code] And maybe specialise it further using «has '+_get_paragraph_tag_name'», but it seems like it would be much more

Re: Design Question: Subclass-specific Constants

2010-04-29 Thread Shlomi Fish
On Tuesday 27 Apr 2010 19:17:25 Dave Rolsky wrote: On Tue, 27 Apr 2010, Shlomi Fish wrote: Wouldn't it mean that perl will call the _build_paragraph_name of the sub- class upon every instantiation of an object? I could be prematurely micro- optimising in thinking that it matters, though

Re: Best way of implementing Walkmeth in Moose

2010-04-30 Thread Shlomi Fish
On Wednesday 28 Apr 2010 08:04:31 Daniel Pittman wrote: Shlomi Fish shlo...@iglu.org.il writes: On Tuesday 27 Apr 2010 15:51:07 Stevan Little wrote: On Apr 27, 2010, at 3:36 AM, Shlomi Fish wrote: After merging XML-Grammar-Fiction and XML-Grammar-Screenplay, I have accumulated several

Re: inner() not an instance method

2010-06-17 Thread Shlomi Fish
. It works for me, but may not be ideal. Nevertheless, please don't use Error.pm. Regards, Shlomi Fish -- - Shlomi Fish http://www.shlomifish.org/ What Makes Software Apps High Quality - http://shlom.in/sw-quality

Re: Bug?

2010-06-26 Thread Shlomi Fish
undefined. Perhaps you want to define it somewhere. Regards, Shlomi Fish -- - Shlomi Fish http://www.shlomifish.org/ Why I Love Perl - http://shlom.in/joy-of-perl God considered inflicting XSLT as the tenth plague

Re: Problem using Traits - would really really appreciate a quick response

2010-09-22 Thread Shlomi Fish
. Regards, Shlomi Fish -- - Shlomi Fish http://www.shlomifish.org/ Understand what Open Source is - http://shlom.in/oss-fs rindolf She's a hot chick. But she smokes. go|dfish She can smoke as long as she's smokin'. Please

Re: using moose?

2011-06-29 Thread Shlomi Fish
/ uses Moose, as do many other modules on CPAN: http://deps.cpantesters.org/depended-on-by.pl?module=Moose Regards, Shlomi Fish Thanks. Une messagerie gratuite, garantie à vie et des services en plus, ça vous tente ? Je crée ma boîte mail www.laposte.net

Re: Replacing use base with use parent

2012-10-15 Thread Shlomi Fish
does not count a lot, because I contributed relatively little to Moose). Regards, Shlomi Fish -- - Shlomi Fish http://www.shlomifish.org/ Apple Inc. is Evil - http://www.shlomifish.org/open-source/anti/apple

MooX::late Problem: Undefined slot

2013-02-20 Thread Shlomi Fish
insight would be appreciated. I spent several hours yesterday being frustrated at it not working. Regards, Shlomi Fish [START CODE] package FooRNG; use strict; use warnings; our $VERSION = '0.11.1'; use MooX 'late'; use XML::GrammarBase::Role::RelaxNG v0.2.1; with ('XML::GrammarBase

MooX-late-0.009 Breaks XML-Grammar-Fiction-0.12.4

2013-04-22 Thread Shlomi Fish
, and as a result I'm getting tons of error reports. What should be done? Can MooX::late be fixed? I'm including below the error report from my local machine. If I use MooX-late-0.007 all tests are fine. Regards, Shlomi Fish [DZ] building distribution under .build/m4dAnNX4S0 for installation [DZ

Fw: MooX-late-0.009 Breaks XML-Grammar-Fiction-0.12.4

2013-04-23 Thread Shlomi Fish
Begin forwarded message: Date: Tue, 23 Apr 2013 09:50:01 +0100 From: Toby Inkster m...@tobyinkster.co.uk To: Shlomi Fish shlo...@shlomifish.org Subject: Re: MooX-late-0.009 Breaks XML-Grammar-Fiction-0.12.4 What should be done? Can MooX::late be fixed? Thanks. In the latest release I

Re: need your help for Gtk3 and Moose

2014-05-14 Thread Shlomi Fish
, Shlomi Fish -- - Shlomi Fish http://www.shlomifish.org/ http://www.shlomifish.org/humour/ways_to_do_it.html Su-Shee Absolutely. Also: a German dog barks “wau” and a cat meows “miau” rindolf Su-Shee: German animals are true