https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35959

            Bug ID: 35959
           Summary: Inconsistent hierarchy during C3 merge of class
                    'Koha::AuthorisedValue'
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

Running perl -cw on Koha/AuthorisedValue gives me on master and 22.11 the
following:

Inconsistent hierarchy during C3 merge of class 'Koha::AuthorisedValue':
        current merge results [
                Koha::AuthorisedValue,
        ]
        merging failed on 'Koha::Object' at
/usr/lib/x86_64-linux-gnu/perl-base/base.pm line 186.
BEGIN failed--compilation aborted at Koha/AuthorisedValue.pm line 25.

This needs attention.
Probably related to object inheritance etc.
use base qw(Koha::Object Koha::Object::Limit::Library);

Do we really need them both here as parents?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to