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

"postderef" is not supported by Perl 5.18.2 #7

Open
montge opened this issue Apr 25, 2019 · 1 comment
Open

"postderef" is not supported by Perl 5.18.2 #7

montge opened this issue Apr 25, 2019 · 1 comment
Labels

Comments

@montge
Copy link

montge commented Apr 25, 2019

We get the following when trying to run inside of version of perl 5.18.2. Looks like minimum version maybe be required.

Feature "postderef" is not supported by Perl 5.18.2 at lib/AWS/Network/SecurityGroupMap.pm line 32.
BEGIN failed--compilation aborted at lib/AWS/Network/SecurityGroupMap.pm line 32.
Compilation failed in require at bin/map_network_sgs line 4.
BEGIN failed--compilation aborted at bin/map_network_sgs line 4.
@pplu
Copy link
Owner

pplu commented Apr 26, 2019

A modern Perl is required (I don't remember the exact version). Take a look at the Dockerfile in this repo for help, or try with plenv to get access to a more modern Perl.

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

No branches or pull requests

2 participants