use JSON::XS 2.0 or newer
[perl-cwmp.git] / inc / Module / Install / PRIVATE.pm
index 455e153..edc212e 100644 (file)
@@ -18,7 +18,8 @@ sub my_targets {
 
 dump: all
        rm dump/* || true
-       ./bin/acs.pl -d -d -d --protocol-dump 2>&1 | tee log
+       rm -Rf queue/ || true
+       ./bin/acs.pl -d -d -d -d 2>&1 | tee log
 
 html: \$(MAN1PODS) \$(MAN3PODS)
        test -d html || mkdir html