Kevin Hurley

Greenhorn
+ Follow
since Jun 16, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Kevin Hurley

I believe that you have incorrect packaging for your archive.
This is a very subtle syntax bug. I stared at this for a day or better trying to figure out what could be wrong.

You need to have:

{ ? = call yourpackage.yourfunction() }

instead of

{ ? call = yourpackage.yourfunction() }


Notice the syntax.