[libmath-prime-util-perl] 04/18: Remove Data::Dump used for debugging

Partha P. Mukherjee ppm-guest at moszumanska.debian.org
Thu May 21 18:48:02 UTC 2015


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

ppm-guest pushed a commit to annotated tag v0.26
in repository libmath-prime-util-perl.

commit ec6c1ab36d5455ef52fa2d759eaceea5979048c2
Author: Dana Jacobsen <dana at acm.org>
Date:   Wed Apr 10 19:59:51 2013 -0700

    Remove Data::Dump used for debugging
---
 lib/Math/Prime/Util.pm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/Math/Prime/Util.pm b/lib/Math/Prime/Util.pm
index 09abf9b..9862b62 100644
--- a/lib/Math/Prime/Util.pm
+++ b/lib/Math/Prime/Util.pm
@@ -12,7 +12,6 @@ BEGIN {
 # parent is cleaner, and in the Perl 5.10.1 / 5.12.0 core, but not earlier.
 # use parent qw( Exporter );
 use base qw( Exporter );
-use Data::Dump qw/dump/;
 our @EXPORT_OK =
   qw( prime_get_config prime_set_config
       prime_precalc prime_memfree

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmath-prime-util-perl.git



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