Patrick R. Michaud wrote:
On Sun, Jan 04, 2009 at 05:20:56PM +0300, Richard Hainsworth wrote:
I posted an email to per6-all asking about how one should go about
reporting bugs. That message has appeared on the list.
So again: how can bugs be reported?
See the "Reporting bugs" section of README file in languages/perl6.
(Honestly, I don't know why we call such files "README", since nobody
ever does. I think I'll rename the file to "IGNOREME" -- maybe it'll
get some attention then. :-)
Perhaps modify the Makefile:
# targets for building a standalone perl6.
# (We're not quite ready to make this a default target.)
perl6$(EXE): perl6.pbc
$(PBC_TO_EXE) perl6.pbc
@echo "$@ built: for more info, or to file bugs, see the README"