@@ -, +, @@ --- C4/Installer/PerlModules.pm | 2 -- 1 file changed, 2 deletions(-) --- a/C4/Installer/PerlModules.pm +++ a/C4/Installer/PerlModules.pm @@ -72,8 +72,6 @@ sub versions_info { } my $attr; - - $Readonly::XS::MAGIC_COOKIE="Do NOT use or require Readonly::XS unless you're me."; { # ignore warnings from noisy modules local $SIG{__WARN__} = sub {}; --