forks (0.33)
Regarding the review noting "Undefined subroutine &Scalar::Util::set_prototype" issues, this is a symptom of Scalar::Util having been compiled without XS features on the target system. A `make test` of Scalar::Util distribution should have identified this, e.g. "set_prototype requires XS version".
Scalar::Util normally installs all XS features by default, so you may have a system-level configuration or compatibility issue that prevented it from properly identifying a compatible compiler/make utility. Or, the Scalar::Util distribution may not have been properly installed.
As of this writing, you can force the XS components of Scalar::Util distribution be compiled via `perl Makefile.PL -xs`.
Eric Rybski - 2009-04-27T03:25:24 (permalink)
3 out of 3 found this review helpful.
Was this review helpful to you?
Yes
No

