package Perl6::Pugs; use 5.006; use strict; our $VERSION = 6.002010; =head1 NAME Perl6::Pugs - A Perl 6 Implementation =head1 VERSION This document describes version 6.2.10 of Pugs, released October 10, 2005. =head1 SYNOPSIS % pugs -e "{ 'Hello, ', @^x }.('World!').say" Hello, World! =head1 DESCRIPTION Pugs is an implementation of L, written in L. It aims to support the full Perl 6 specification, as detailed in the L. The Pugs project was started on February 1st 2005. It is under active development on IRC (C, C<#perl6>). Please read the Pugs Apocrypha in the F directory for more details. =head1 DOCUMENTATION =head2 Pugs Apocrypha The Pugs Apocrypha in the F directory are a series of documents, written in question/answer format, to explain the design and implementation of Pugs. =head2 Quick reference of Perl 6 Quick reference documents of Perl 6 can be found in the F directory, similar to L. The table of contents can be found at F. =head2 Talks There're various talks about Perl 6 and/or Pugs in F. Look into F for links to rendered versions (HTML, PDF). =head2 Examples In the F directory there're examples of working Perl 6 code. In F you can find the Perl 6 version of the Perl 5 cookbook. If you want to see how Perl 6 modules look like, you can have a look at the modules in F. Another good source of working Perl 6 code is the comprehensive test suite in the F directory. =head2 Apocalypses, Exegeses, and Synopses (AES) Additionally to the L, Pugs hosts a number of unofficial AES at F. You might also want to checkout the Perl 6 module L, hosted at L (L), if you want to read the AES by using the C command line utility. =head1 SEE ALSO The Pugs homepage is at L. The mailing list for Pugs is C. Subscribe by sending mail to Cperl6-compiler-subscribe@perl.orgE>. It is archived at L and available via NNTP at L. You can also read the list via Google Groups at L or GMane at L. Please submit bug reports to Cpugsbugs@perl.orgE>. =head1 COPYRIGHT Copyright 2005 by Autrijus Tang Cautrijus@autrijus.orgE>. This code is free software; you can redistribute it and/or modify it under the terms of either: a) the GNU General Public License, version 2, or b) the Artistic License, version 2.0beta5. For the full license text, please see the F and F files under the F directory in the Pugs distribution. =cut