On Fri, May 29, 2009 at 9:54 AM, Alok Sharma <[email protected]> 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: [email protected] > Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst > Searchable archive: http://www.mail-archive.com/[email protected]/ > Dev site: http://dev.catalyst.perl.org/ _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
