On Mon, 11 Nov 2002, David Wheeler wrote: > I think it'd be useful for folks to get a pointer to some existing Perl > 6 tests that they can model off of. Do any exist yet?
languages/perl6/t/*/*.t is what we've got, though they're intended to exercise the prototype compiler, not the "real language" (which looks like it's changing quite a bit from what's implemented). The "sub main" should now be optional, btw. /s