[libconfig-model-dpkg-perl] 04/06: DpkgSyntax: un-deprecate write_dpkg_text. It can be useful

dod at debian.org dod at debian.org
Tue Sep 10 18:11:44 UTC 2013


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

dod pushed a commit to branch master
in repository libconfig-model-dpkg-perl.

commit fba32114bf9889a5b4d3f586ec9be080a0baa27b
Author: Dominique Dumont <dod at debian.org>
Date:   Tue Sep 10 19:24:51 2013 +0200

    DpkgSyntax: un-deprecate write_dpkg_text. It can be useful
---
 lib/Config/Model/Backend/DpkgSyntax.pm |    1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/Config/Model/Backend/DpkgSyntax.pm b/lib/Config/Model/Backend/DpkgSyntax.pm
index f3a539b..d8a9de9 100644
--- a/lib/Config/Model/Backend/DpkgSyntax.pm
+++ b/lib/Config/Model/Backend/DpkgSyntax.pm
@@ -184,7 +184,6 @@ sub format_dpkg_section {
 
 sub write_dpkg_text {
     my ($self, $ioh, $text) = @_ ;
-    carp "write_dpkg_text is deprecated";
     $ioh->print ( join("\n", $self->format_dpkg_text('',$text)), "\n" );
 }
 

-- 
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