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

Does module really require perl 5.010001? #1

Closed
srchulo opened this issue Dec 11, 2019 · 4 comments
Closed

Does module really require perl 5.010001? #1

srchulo opened this issue Dec 11, 2019 · 4 comments

Comments

@srchulo
Copy link

srchulo commented Dec 11, 2019

Currently this line exists:

use 5.010001;

But is it really necessary? I don't see it using any 5.10 features.

@perlancar
Copy link
Owner

"use 5.010001" is my standard preamble in most of my code, so probably not. I think 5.10 is a safe base nowadays now that RHEL 5 is EOL'd. All current Linux distros are 5.10+.

I should probably use dzil plugin like [MinimumPerl] or [MinimumPerlFast] one of these days.

Are you currently using 5.8 or older? On which platform?

@srchulo
Copy link
Author

srchulo commented Dec 12, 2019

Yeah, I think it's fair to say that it's a safe base. I'm on an EOL'd Centos 5.5 with perl 5.8.8.

If you prefer to keep it 5.10, that wouldn't be a big deal for me. This is just an old server we haven't migrated away from yet, but I can easily set sep_char etc. manually.

@perlancar
Copy link
Owner

I don't mind removing 5.10 requirement, especially since it's a simple code that won't change much. See the newly released 0.002.

@srchulo
Copy link
Author

srchulo commented Dec 12, 2019

Awesome! Thanks :)

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

No branches or pull requests

2 participants