Changeset 10714 for docs/Perl6/FAQ

Show
Ignore:
Timestamp:
06/16/06 10:23:29 (2 years ago)
Author:
audreyt
Message:

* Perl6::FAQ::FUD - slight stylistic cleanup.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • docs/Perl6/FAQ/FUD.pod

    r10016 r10714  
    220220Individual authors, communities, or style guides could have their own sets. 
    221221Most languages with the possible exception of your $language_of_choice have numberus 
    222 misdesissions. In Perl 6 due to the dynamic grammar you can change them. 
    223  
    224 use Style:jrandom 
    225 use Style:pbp 
    226 use Style:gnu 
     222misdecisions. 
     223 
     224In Perl 6 due to the dynamic grammar you can change them. 
     225 
     226use Style::JRandom; 
     227use Style::PBP; 
     228use Style::GNU; 
    227229 
    228230=head2 Perl 6 will split into multiple incompatible dialects!