Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the PPI CPAN distribution.

Report information
The Basics
Id: 69211
Status: new
Priority: 0/
Queue: PPI

People
Owner: Nobody in particular
Requestors: rvandam00 [...] gmail.com
Cc:
AdminCc:

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



Subject: No 'interpolations' method for PPI::Token::Quote::Interpolate?
Why is there no copy of the 'interpolations' sub in PPI::Token::Quote::Interpolate? It seems like the exact same code should work as is. I've just added the regex in my custom P::C policy instead of using the interpolations method but it would be nice to hide the regex behind the api (in case of future changes, etc). In fact, it almost seems reasonable to make Interpolate a subclass of Double but I guess that would easily break lots of existing code. (Or perhaps there's even a good reason for not structuring it so?)