Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Kernel/cpan-lib/parent.pm #365

Closed
bschmalhofer opened this issue Aug 17, 2020 · 2 comments
Closed

Remove Kernel/cpan-lib/parent.pm #365

bschmalhofer opened this issue Aug 17, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@bschmalhofer
Copy link
Contributor

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> >>
@bschmalhofer bschmalhofer added the enhancement New feature or request label Aug 17, 2020
@bschmalhofer bschmalhofer added this to the OTOBO 10.1 milestone Aug 17, 2020
@bschmalhofer bschmalhofer self-assigned this Aug 17, 2020
bschmalhofer added a commit that referenced this issue Aug 17, 2020
@bschmalhofer
Copy link
Contributor Author

Tests look good. Closing.

@bschmalhofer
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant