[Catalyst] Inconsistent hierarchy during C3 merge

Paul Makepeace paulm at paulm.com
Fri May 29 11:56:25 GMT 2009


On Fri, May 29, 2009 at 9:54 AM, Alok Sharma <alok at deeproot.co.in> wrote:
>
> Hi,
>
> I am having trouble running my Catalyst apps which were running properly
> till recently. Problem started after some updates and each server throws
> error stating "Inconsistent hierarchy during C3 merge of class .... at
> /usr/share/perl/5.10/mro.pm ...."

I had the same issue and went through and alphabetized each of my
module's dependencies. This will remove at least one source of
circular/inconsistent hierarchies. In my case, that was all I needed
to fix it.

HTH,
Paul

>
>
> My perl version is =>   5.10.0
> Catalyst                   =>   5.80003
> OS                                 =>   Debian Etch
>
> Regards Alok
>
>
>
> _______________________________________________
> List: Catalyst at lists.scsys.co.uk
> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
> Dev site: http://dev.catalyst.perl.org/



More information about the Catalyst mailing list