Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Reply CPAN distribution.

Report information
The Basics
Id: 85973
Status: resolved
Priority: 0/
Queue: Reply

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

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



Subject: 'p' may not be default alias for Data::Printer
Reply::Plugin::DataPrinter assumes that C<use Data::Printer> establishes the alias p() in the current package. This is the default behavior of Data::Printer, but can be changed in the .datprinter config file. The desired alias can be assured by specifying it: --- DataPrinter.pm~ 2013-06-07 23:45:25.000000000 -0400 +++ DataPrinter.pm 2013-06-07 23:51:55.000000000 -0400 @@ -11,7 +11,7 @@ use base 'Reply::Plugin'; -use Data::Printer; +use Data::Printer alias => 'p'; sub mangle_result { Thanks for an intriguing distribution!
Thanks! Fixed in 0.06.