Documentation: Difference between revisions

m
m (→‎{{header|Perl 6}}: remove trailing whitespace)
m (→‎{{header|Perl 6}}: fix wording)
Line 607:
 
=={{header|Perl 6}}==
Similarly to Perl 5, Perl 6 is documented using [http://perlcabal.org/syn/S26.html Pod] (a redesigned version of POD). However, it's not simply ignored by the parser as it happened in Perl 5, it's an internal part of the language spec and can be used to attach documentation objects to almost any part of the code.
 
<lang Perl6>
Anonymous user