There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

PERIODS

This . should be quoted. ### PERIODS This "." should be quoted.

###

### =head1 C<> WITH SPACES

What does this. end up looking like? ### WITH SPACES What does "this." end up looking like?

###

### =head1 Test of S<>

This is some whitespace. ### Test of This is some whitespace.

###

### =head1 Test of =for

Yes.

Some more text. ### Test of =for Yes.

This should be seen. As should this. Some more text.

###

### =pod

text

line1

line3
###
  text

    line1

    line3

###

### =head1 LINK TO URL

This is a link to a URL. ### LINK TO URL This is a link <http://www.example.com/> to a URL.

###

### =head1 RT LINK

[perl #12345] ### RT LINK [perl #12345] <https://rt.cpan.org/12345>

###