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

Experimental shift on scalar is now forbidden #48

Closed
ZoZo03XX opened this issue Nov 23, 2019 · 0 comments
Closed

Experimental shift on scalar is now forbidden #48

ZoZo03XX opened this issue Nov 23, 2019 · 0 comments

Comments

@ZoZo03XX
Copy link

(Thanks for reporting an issue! Please make sure you click the link above to view the issue guidelines, then fill out the blanks below.)

What are the steps to reproduce this issue?

  1. cd projectname
  2. make package install

What happens?

I get the error "Experimental shift on scalar is now forbidden at" followed by a string of error messages.

What were you expecting to happen?

My project to be set up

Any logs, error output, etc?

https://ghostbin.co/paste/yvad2

Any other comments?

I'm on iOS 12.4
I replaced the following:
my $functionRetval = shift $args;

my $functionName = shift $args;

with

my $functionRetval = shift @{args};

my $functionName = shift @{args};

What versions of software are you using?

Operating System: Windows 10

Toolchain Version: 4.0.3-1

SDK Version: 10.3

@kirb kirb transferred this issue from theos/theos Dec 2, 2019
@uroboro uroboro closed this as completed in e1d2b68 Dec 4, 2019
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

1 participant