From 9066aaf302c5cf99fd558e057a58a70f39291a05 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 8 Jun 2013 10:56:21 -0500 Subject: ensure the printer function is named properly (Charles Bailey) --- Changes | 2 ++ lib/Reply/Plugin/DataPrinter.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 22ffcd3..eed0e6d 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,8 @@ Revision history for Reply {{$NEXT}} - add Timer plugin (Arthur Axel fREW Schmidt) + - fix DataPrinter plugin when ~/.dataprinter has a custom value for + 'alias' (Charles Bailey) 0.05 2013-06-04 - avoid test failures from DataPrinter, since it's optional diff --git a/lib/Reply/Plugin/DataPrinter.pm b/lib/Reply/Plugin/DataPrinter.pm index 88a3b27..ce68b75 100644 --- a/lib/Reply/Plugin/DataPrinter.pm +++ b/lib/Reply/Plugin/DataPrinter.pm @@ -5,7 +5,7 @@ use warnings; use base 'Reply::Plugin'; -use Data::Printer; +use Data::Printer alias => 'p'; =head1 SYNOPSIS -- cgit v1.2.3-54-g00ecf