Skip Menu |

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

Report information
The Basics
Id: 81209
Status: new
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: include meta info about any other args after the phrase
mt("…", $file, $!, 'http://sample.com') == 'additional_args' => [ '$file', '$!', 'http://sample.com' ] use Text::Balanced (or CSV or ???) to look ahead (but do not alter remaining text) and put that info in the result hash.