Bug 30731: Remove Readonly::XS::MAGIC_COOKIE
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Thu, 12 May 2022 07:05:50 +0000 (07:05 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 1 Jun 2022 19:15:26 +0000 (16:15 -0300)
commit900aa4bf51b131c9f362cb647edf1bb0de2fbcc0
tree438e65c6847cff1e420bbb5687ab237d599343a2
parentda1115336bfab44eb9eebaae214c355fa19fc36d
Bug 30731: Remove Readonly::XS::MAGIC_COOKIE

This variable does not make sense anymore, since the Readonly::XS
module is not listed in the cpanfile. So it will not be required
the versions_info loop.

Test plan:
Run t/Installer_PerlModules.t again.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
C4/Installer/PerlModules.pm