Changeset 22629 for docs

Show
Ignore:
Timestamp:
10/16/08 17:47:53 (3 months ago)
Author:
moritz
Message:

[docs] more clarifications in Perl6::Perl5::Differences

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • docs/Perl6/Perl5/Differences.pod

    r22628 r22629  
    272272=head1 Subroutines 
    273273 
    274 =cut  
    275  
    276 # S07 
    277  
    278274=head1 Formats 
    279275 
    280 =cut  
    281  
    282 =head2 Formats have been replaced with forms.  
    283  
    284 For details see :  
    285  
    286 L<http://dev.perl.org/perl6/doc/design/apo/A07.html> Format Apocalypse 
    287  
    288 L<http://dev.perl.org/perl6/doc/design/exe/E07.html> Format Exegesis 
     276Formats will be handled by external libraries. 
    289277 
    290278=cut