All the Perl that's Practical to Extract and Report
Writing Perl6::Subs has given me a glimpse of the power of the dark side. er, I mean, of Perl 6.
sub foo ($x: $i of Int where { $_ > 0 }, Foo +$j is required) { ... }
That kind of power gives a guy motivation to help make it happen.