You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a copy of the core module parent in Kernel/cpan-lib/parent.pm . This copy can be removed. The version 0.234 which is bundled in Perl 5.24 has no significant diffs.
diff ./parent_0_234.pm ./Kernel/cpan-lib/parent.pm
4c4
< $VERSION = '0.234';
---
> $VERSION = '0.236';
22c22
< push @{"$inheritor\::ISA"}, @_;
---
> push @{"$inheritor\::ISA"}, @_; # dies if a loop is detected
26c26
< "All your base are belong to us"
---
> 1;
There is a copy of the core module parent in Kernel/cpan-lib/parent.pm . This copy can be removed. The version 0.234 which is bundled in Perl 5.24 has no significant diffs.
Originally posted by @bschmalhofer in #1878 (comment)
The text was updated successfully, but these errors were encountered: