Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
pseudopod needs a newline between headings and Z<...>
  • Loading branch information
moritz committed Jul 5, 2011
1 parent 1eb0908 commit 0210e16
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/basics.pod
@@ -1,4 +1,5 @@
=head0 The Basics

Z:<sec:basics>

Perl originated as a programming language intended to gather and summarize
Expand Down
1 change: 1 addition & 0 deletions src/builtins.pod
@@ -1,4 +1,5 @@
=head0 Built-in types, operators and methods

Z<sec:builtins>

=for authors
Expand Down
1 change: 1 addition & 0 deletions src/grammars.pod
@@ -1,4 +1,5 @@
=head0 Grammars

Z<sec:grammars>

Grammars organize regexes, just like classes organize methods. The following
Expand Down
1 change: 1 addition & 0 deletions src/preface.pod
@@ -1,4 +1,5 @@
=head0 Preface

Z<sec:preface>

Perl 6 is a language specification for which multiple compilers and
Expand Down
1 change: 1 addition & 0 deletions src/regexes.pod
@@ -1,4 +1,5 @@
=head0 Pattern matching

Z<sec:regexes>

X<regular expressions>
Expand Down
1 change: 1 addition & 0 deletions src/roles.pod
@@ -1,4 +1,5 @@
=head0 Roles

Z<sec:roles>

X<role>
Expand Down

0 comments on commit 0210e16

Please sign in to comment.