| Perl6-Bible documentation | Contained in the Perl6-Bible distribution. |
Perl6::Bible - Perl 6 Design Documentations [STALLED]
please use Perl6::Doc instead
This Copyright applies only to the Perl6::Bible Perl software
distribution, not the documents bundled within.
Copyright (c) 2007. Ingy Döt Net. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://www.perl.com/perl/misc/Artistic.html
| Perl6-Bible documentation | Contained in the Perl6-Bible distribution. |
package Perl6::Bible; use 5.000; use File::Spec; $Perl6::Bible::VERSION = '0.37'; sub new { my $class = shift; bless({@_}, $class); } sub process { my $self = shift; print <<_; This was the Perl 6 Canon up to December 2007. Please install Perl6::Doc to have even more Perl 6 Documentation. _ } __DATA__