[SCM] Debian native package for Config::Model::Dpkg branch, async_check, updated. debian/2.032-17-g212ad4a

Dominique Dumont dod at debian.org
Tue Mar 12 17:52:15 UTC 2013


The following commit has been merged in the async_check branch:
commit dce79ca1da5830f76886e0b51480bf9e7d51570a
Author: Dominique Dumont <dod at debian.org>
Date:   Tue Mar 12 18:37:12 2013 +0100

    updated trace

diff --git a/lib/Config/Model/Backend/Dpkg/Copyright.pm b/lib/Config/Model/Backend/Dpkg/Copyright.pm
index e9a27f6..a2e652a 100644
--- a/lib/Config/Model/Backend/Dpkg/Copyright.pm
+++ b/lib/Config/Model/Backend/Dpkg/Copyright.pm
@@ -74,7 +74,7 @@ sub read {
             ) {
             # Some legacy files can have a header and one paragraph with License tag
             # more often than not, this is an implied "File: *"  section
-            my $str = "Missing 'Files:' specification in section starting $section_line.";
+            my $str = "Missing 'Files:' specification in section starting line $section_line.";
             Config::Model::Exception::Syntax 
                 -> throw ( object => $self, error => $str, parsed_line => $section_line ) 
                     if $check eq 'yes' ;

-- 
Debian native package for Config::Model::Dpkg



More information about the Pkg-perl-cvs-commits mailing list