Skip Menu |

This queue is for tickets about the Text-Extract-MaketextCallPhrases CPAN distribution.

Report information
The Basics
Id: 80653
Status: resolved
Priority: 0/
Queue: Text-Extract-MaketextCallPhrases

People
Owner: Nobody in particular
Requestors: dmuey [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: if double quoted context interpolate \n and friends (not \x)
'quotetype' = undef; 'quotetype' = 'single' if q qw or ' 'quotetype' = 'double' if qq " … transmogrify so that single-quoted \n stays '\n' and double-quoted stays "\n"
Done in v0.4 just uploaded to CPAN