Perl6::Bible - Perl 6 Design Documentations [STALLED]


Perl6-Bible documentation Contained in the Perl6-Bible distribution.

Index


Code Index:

NAME

Top

Perl6::Bible - Perl 6 Design Documentations [STALLED]

SYNOPSIS

Top

please use Perl6::Doc instead

COPYRIGHT

Top


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__