[libconfig-model-dpkg-perl] 03/03: fix slightly misleading error message

dod at debian.org dod at debian.org
Sun Oct 13 19:04:28 UTC 2013


This is an automated email from the git hooks/post-receive script.

dod pushed a commit to annotated tag debian/2.042
in repository libconfig-model-dpkg-perl.

commit 684215e2e3650b3c29a6f8fb8ab19948504297af
Author: Dominique Dumont <dod at debian.org>
Date:   Sun Oct 13 21:01:21 2013 +0200

    fix slightly misleading error message
---
 lib/Config/Model/Backend/Dpkg/Copyright.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Config/Model/Backend/Dpkg/Copyright.pm b/lib/Config/Model/Backend/Dpkg/Copyright.pm
index bffa558..3e74987 100644
--- a/lib/Config/Model/Backend/Dpkg/Copyright.pm
+++ b/lib/Config/Model/Backend/Dpkg/Copyright.pm
@@ -82,7 +82,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 line $section_line. Use cme fix with -force option to load";
+            my $str = "Missing 'Files:' specification in section starting line $section_line. Use cme with -force option to load";
             Config::Model::Exception::Syntax 
                 -> throw ( object => $self, error => $str, parsed_line => $section_line ) 
                     if $check eq 'yes' ;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl.git



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