Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added some periods
  • Loading branch information
lizmat committed May 15, 2013
1 parent 8fca4e7 commit 1bc6fed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions S11-modules.pod
Expand Up @@ -429,15 +429,15 @@ The pieces are interpreted as follows:
=item *

Anything matching C<< [<ident> '::']* <ident> >> is treated as a
package name
package name.

=item *

Anything matching C<< <alpha>+ \: \S+ >> is treated as an author(ity)
Anything matching C<< <alpha>+ \: \S+ >> is treated as an author(ity).

=item *

Anything matching C<< v? [\d+ '.']* \d+ >> is treated as a version number
Anything matching C<< v? [\d+ '.']* \d+ >> is treated as a version number.

=back

Expand All @@ -457,7 +457,7 @@ for short.

Here the real name of the module starts C<Dog>, but we refer to it
as C<Pooch> for the rest of this file. Aliasing is handy if you need to
interface to more than one module named C<Dog>
interface to more than one module named C<Dog>.

If there are extra classes or modules or packages declared within
the same file, they implicitly have a long name including the file's
Expand Down

0 comments on commit 1bc6fed

Please sign in to comment.