Skip Menu |

This queue is for tickets about the Mason CPAN distribution.

Report information
The Basics
Id: 76793
Status: resolved
Priority: 0/
Queue: Mason

People
Owner: Nobody in particular
Requestors: DOY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Moose 2.0501 breaks Mason
The Moose internals have shifted around, and calling ->init_meta (and nothing else) on an extension no longer always enables that extension (doing this was incorrect before, but happened to work for implementation reasons). Patch is at https://github.com/jonswar/perl-mason/pull/7.
Ok. Does your replacement work on fairly old versions of Moose - at least, as old as the init_meta did? On Wed Apr 25 03:32:39 2012, DOY wrote: Show quoted text
> The Moose internals have shifted around, and calling ->init_meta (and > nothing else) on an extension no longer always enables that extension > (doing this was incorrect before, but happened to work for > implementation reasons). Patch is at > https://github.com/jonswar/perl-mason/pull/7.
Subject: Re: [rt.cpan.org #76793] Moose 2.0501 breaks Mason
Date: Fri, 27 Apr 2012 16:37:02 -0500
To: Jonathan Swartz via RT <bug-Mason [...] rt.cpan.org>
From: Jesse Luehrs <DOY [...] cpan.org>
On Fri, Apr 27, 2012 at 12:33:03AM -0400, Jonathan Swartz via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=76793 > > > Ok. Does your replacement work on fairly old versions of Moose - at > least, as old as the init_meta did?
As far as I know, yes, this should be backwards compatible. -doy
Fixed in 2.20