Re: Scrunched up string literals in Pod::Simple tests
[email protected] ("Sean M. Burke")
| Newsgroups | perl.pod-people |
|---|---|
| Message-ID | <[email protected]> |
On 02/20/2012 06:58 PM, Florent Angly wrote: > In that second link, David Wheeler wrote that the simplest workaround > is to escape POD directives in the string, as in: > > > my $var =<<EOS; > > > > \=head1 FAKE_POD_ENTRY_HERE > > Now, you'd THINK that that would have occurred to me!