On Fri, Aug 27, 2010 at 05:28, Parrot <[email protected]> wrote: > Comment(by cotto): > > I don't know what a versiononly perl is, but the attached patch from > avar's git repo doesn't cause any new test failures or build issues.
The core issue here is that parrot is making assumptions about how Perl is installed that don't hold if you build perl with certain standard options, like -Dversiononly. This patch hacks around that, but there may still be cases where perl's configure will install perl/pod2man/perldoc in some odd combination of places that parrot can't find, but I haven't run into any. However if you look at the bottom of CPANPLUS's Makefile.PL you'll see additional cases parrot might want to handle. _______________________________________________ parrot-tickets mailing list [email protected] http://lists.parrot.org/mailman/listinfo/parrot-tickets
