From 45a4eea5b94d5a90aa83014c51366d42c39ed746 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Wed, 17 Aug 2011 13:18:47 +0200 Subject: Bug 662070: Use say() instead of print() where appropriate r=glob a=LpSolit --- Bugzilla/Chart.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Chart.pm') diff --git a/Bugzilla/Chart.pm b/Bugzilla/Chart.pm index 760db135d..5022723dd 100644 --- a/Bugzilla/Chart.pm +++ b/Bugzilla/Chart.pm @@ -437,7 +437,7 @@ sub dump { my $data = $self->data; require Data::Dumper; - print "
Bugzilla::Chart object:\n";
+    say "
Bugzilla::Chart object:";
     print Data::Dumper::Dumper($self);
     print "
"; } -- cgit v1.2.3-24-g4f1b