tobyink / p5-ask

3 stars 4 forks source link

DOES vs does #1

Closed jberger closed 11 years ago

jberger commented 11 years ago

Hi,

I think on line: https://github.com/tobyink/p5-ask/blob/master/lib/Ask.pm#L42 you mean does. I keep getting the fallback implementation unless I use the PERL_ASK_BACKEND environment variable and I've tracked it to this.

tobyink commented 11 years ago

Try upgrading Moo and Role::Tiny. I probably need to mention a higher version number in META.yml.

Toby A Inkster <mailto: mail@tobyinkster.co.uk> http://tobyinkster.co.uk

----- Reply message ----- From: "Joel Berger" notifications@github.com To: "tobyink/p5-ask" p5-ask@noreply.github.com Subject: [p5-ask] DOES vs does (#1) Date: Sat, Jan 19, 2013 14:23 Hi,

I think on line: https://github.com/tobyink/p5-ask/blob/master/lib/Ask.pm#L42 you mean does. I keep getting the fallback implementation unless I use the PERL_ASK_BACKEND environment variable and I've tracked it to this.

Reply to this email directly or view it on GitHub.

jberger commented 11 years ago

Successfully installed Moo-1.000007 (upgraded from 1.000003)

After upgrading, DOES functions correctly. Not sure where the exact change occurs, but this should be in the Makefile.PL.

tobyink commented 11 years ago

The requirement is Role-Tiny 1.002000.

Moo 1.000006 has a dependency on Role-Tiny 1.002004, so I'm upping Ask's Moo dependency to that version.