Subject: | Need commment out debug prints |
Date: | Fri, 12 Sep 2014 18:16:48 +0200 |
To: | bug-Net-StackExchange2 [...] rt.cpan.org |
From: | Jozef Mojzis <jozef.mojzis [...] gmail.com> |
In the published module are many uncommentd debug prints.
https://metacpan.org/source/GIDEON/Net-StackExchange2-0.05/lib/Net/StackExchange2/V2/Common.pm
Those are causes problems && are annoying...
Net-StackExchange2-0.05/lib/Net/StackExchange2/V2/Common.pm:27: print $finalUrl;
Net-StackExchange2-0.05/lib/Net/StackExchange2/V2/Common.pm:47: print $finalUrl;
Net-StackExchange2-0.05/lib/Net/StackExchange2/V2/Common.pm:103: print Dumper($self);
here are also...
Net-StackExchange2-0.05/lib/Net/StackExchange2/V2.pm:59: print "info...\n";
Net-StackExchange2-0.05/lib/Net/StackExchange2/V2.pm:60: print Dumper($self);
Net-StackExchange2-0.05/lib/Net/StackExchange2/V2/Info.pm:13: print "egg2";
Net-StackExchange2-0.05/lib/Net/StackExchange2/V2/Info.pm:14: print Dumper(@_);
Could you please comment out the debug-prints?
Thank you for the module.
jm
.