From ce12f8dc142e491c1c2518af20db547b15cf54a0 Mon Sep 17 00:00:00 2001 From: Mandrake Date: Thu, 26 Oct 2006 11:18:28 +0000 Subject: fix double . --- lib/Youri/Submit/Action/Mail.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Youri/Submit/Action/Mail.pm b/lib/Youri/Submit/Action/Mail.pm index 5df20e6..6d9d0d8 100644 --- a/lib/Youri/Submit/Action/Mail.pm +++ b/lib/Youri/Submit/Action/Mail.pm @@ -102,7 +102,7 @@ sub get_subject { my $section = $repository->_get_section($package, $target, $define); return ($self->{_prefix} ? '[' . $self->{_prefix} . '] ' : '' ) . - . "$target " . ($section ? "$section " : '' ) . + "$target " . ($section ? "$section " : '' ) . $package->as_formated_string('%{name}-%{version}-%{release}'); } -- cgit v1.2.1