https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16622 M. Tompsett <mtompset@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy@rijksmuseum.nl Status|NEW |In Discussion --- Comment #1 from M. Tompsett <mtompset@hotmail.com> --- This line in C4/Auth_with_cas.pm is the culprit of all those warns: my $context = C4::Context->new() or die 'C4::Context->new failed'; Comment it out and run 'prove t' and you are back to the basic mess that is expected. Sadly, I believe it is necessary, even though $context is not used. What do you think, Marcel? -- You are receiving this mail because: You are watching all bug changes.