package KindaPerl6; our $VERSION = '0.001'; # This is a Perl 5 .pm file because: # # * It houses the global KindaPerl6 version number # # * It can be used to locate where in the Perl module tree it is with # C, we can # then store runtime files and other voodoo compiled stuff in # KindaPerl6/$something 1; __END__ =begin =head1 NAME KindaPerl6 - A bootstrapping Perl 6 compiler with multiple emitter backends =head1 DEVELOPMENT Development of KindaPerl6 is coordinated almost via the #perl6 IRC channel on irc.freenode.net. If you want to contribute join the channel and ask for a commit bit (see L). =head1 AUTHORS The Pugs Team Eperl6-compiler@perl.orgE. =head1 SEE ALSO The Perl 6 homepage at L. The Pugs homepage at L. =head1 COPYRIGHT Copyright 2006 by Flavio Soibelmann Glock, Audrey Tang and others. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See L =end