[STD-dist] Fix a missing case in the monkey patcher
[pugs.git] / docs / IRCchannelLexicon.pod
blob56e7f5efaebd6a8a72b60464260dc888e176d5a8
1 =head1 #perl6 lexicon
3 This is (the beginning of) a remedy-of-sorts to the problem posed
4 in "Bootstrapping Contributors".
6 Some abbreviations and acronyms are also explained as tooltips on
7 L<http://irclog.perlgeek.de/perl6/today>.
9 =head2 Terms
11 resig
12   A branch on which Jonathan REworks SIGnature binding
13   
14 dalek
15   an IRC bot who reports commits to various source code repositories
16   
17 S03
18   "Synopsis 3". The L<Synopses|http://www.perlcabal.org/syn/> are the Perl 6
19   specification.
20   
21 feather
22   A server for the Perl 6 development community. L<http://feather.perl6.nl/>.
23   
24 LTA
25   "Less Than Awesome". Perl 6 people tend to be positive, and so describe
26   things with which they're not perfectly happy as "Less Than Awesome". If you
27   doubt that first assertion, you haven't spent much time coding in Perl 6.
28   It Makes You Happy (TM).
29   
30 proto
31   The beginnings of a solution to the problem of distributing Perl 6 modules.
32   http://github.com/masak/proto/
34 rakudo *
35   The planned release of Rakudo (a Perl 6 compiler targeting the Parrot VM) in
36   Spring 2010.
37   
38 spectests
39   "Specification tests" - which a Perl 6 implementation must pass to be
40   considered "Perl 6".