Changeset 9153

Show
Ignore:
Timestamp:
02/24/06 00:57:26 (3 years ago)
Author:
audreyt
Message:

* Perl6::API and Perl6::Spec.

Location:
docs/p6doc
Files:
4 added
6 modified
1 moved

Legend:

Unmodified
Added
Removed
  • docs/p6doc/Doc.pod

    r9152 r9153  
    1313    Intro              A brief introduction for new Perl users 
    1414 
     15=head2 Overview 
     16 
     17    Overview::Syntax       General syntax 
     18    Overview::Functions    Built-in functions 
     19    Overview::Operators    Built-in operators 
     20 
     21=head2 Tutorials 
     22 
     23=head2 FAQ 
     24 
     25=head2 Language Specification 
     26 
     27=head2 Core API 
     28 
    1529=head2 Perl 5 topics 
    1630 
     
    1832    Perl5::Differences      Differences between Perl 5 and 6 
    1933 
    20 =head2 Language reference 
    21  
    22     Reference::Syntax       General syntax 
    23     Reference::Functions    Built-in functions 
    24     Reference::Operators    Built-in operators 
    25  
    26 =head2 Tutorials 
    27  
    28 =head2 FAQ 
    29  
    3034=head1 AUTHOR 
    3135 
  • docs/p6doc/Overview.pod

    r9150 r9153  
    1010=head1 NAME 
    1111 
    12 Perl6::Doc::Intro -- a brief introduction and overview of Perl 6 
     12Perl6::Overview -- a brief introduction and overview of Perl 6 
    1313 
    1414=head1 DESCRIPTION 
  • docs/p6doc/Overview/Functions.pod

    r8235 r9153  
    88=head1 NAME 
    99 
    10 Perl6::Doc::Reference::Functions -- Perl 6 built-in functions reference 
     10Perl6::Overview::Functions -- Perl 6 built-in functions reference 
    1111 
    1212=head1 DESCRIPTION 
  • docs/p6doc/Perl5/Differences.pod

    r8243 r9153  
    1010=head1 NAME 
    1111 
    12 Perl6::Doc::Perl5Differences -- differences between Perl 5 and Perl 6 
     12Perl6::Perl5::Differences -- differences between Perl 5 and Perl 6 
    1313 
    1414=head1 DESCRIPTION 
  • docs/p6doc/Perl5/Docfinder.pod

    r8235 r9153  
    11=head1 NAME 
    22 
    3 Perl6::Doc::Perl5::Docfinder -- Where to find the equivalent of Perl 5 docs 
     3Perl6::Perl5::Docfinder -- Where to find the equivalent of Perl 5 docs 
    44 
    55=head1 DESCRIPTION 
     
    88where.   
    99 
    10     perldelta       Perl6::Doc::Perl5::Differences (sort of) 
    11     perlintro       Perl6::Doc::Intro 
    12     perltoc         Perl6::Doc::TOC 
     10    perldelta       Perl6::Perl5::Differences (sort of) 
     11    perlintro       Perl6::Intro 
     12    perltoc         Perl6::Doc 
    1313 
    1414=head1 AUTHOR 
  • docs/p6doc/Tutorial.pod

    r8235 r9153  
    11=head1 NAME 
    22 
    3 Perl6::Doc::Tutorial -- Perl 6 tutorials 
     3Perl6::Tutorial -- Perl 6 tutorials 
    44 
    55=head1 DESCRIPTION