Testing Perl 6 in Perl 6
- Pugs' first module was Test.pm (day 23)
- 11,550 tests and growing
- We'll probably need double that
- This test suite can be shared by other Perl 6 implementations
- Helps flesh out and expose language issues
- Meanwhile, the test system can be used by... you!