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
The Perl module parent has been in core since Perl 5.10.
corelist parent
Data for 2019-05-22
parent was first released with perl v5.10.1
It was included in Kernel/cpan-lib for supporting Perl versions prior to Perl 10.1.
commit ac35c015cb619c2e64baaaf843ab15cb960079bb
Author: Michiel Beijen <michiel.beijen@otrs.com>
Date: Fri Mar 25 11:54:13 2011 +0000
Added cpan parent 0.225 because it's required by latest Net::POP3::SSLWrapper and is non-core for Perls < 5.10.1.
As OTOBO requires PErl 5.24.0 I thing that parent,pm can safely be removed.
diff Kernel/cpan-lib/parent.pm /usr/share/perl/5.30/parent.pm
3,4c3,4
< use vars qw($VERSION);
< $VERSION = '0.236';
---
>
> our $VERSION = '0.237';
112c112
< Copyright (c) 2007-10 Max Maischein C<< <corion@cpan.org> >>
---
> Copyright (c) 2007-2017 Max Maischein C<< <corion@cpan.org> >>
The text was updated successfully, but these errors were encountered:
Pretty much the same thing applies to Module::Load. Version 0.32 is in the core of Perl 5.24, The same version is bundled in Kernel/cpan-lib . I suggest to remove it.
The Perl module
parent
has been in core since Perl 5.10.It was included in Kernel/cpan-lib for supporting Perl versions prior to Perl 10.1.
As OTOBO requires PErl 5.24.0 I thing that parent,pm can safely be removed.
The text was updated successfully, but these errors were encountered: