aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CatDap/Controller/user.pm
diff options
context:
space:
mode:
authorBuchan Milne <buchan@mageia.org>2010-11-04 15:26:50 +0000
committerBuchan Milne <buchan@mageia.org>2010-11-04 15:26:50 +0000
commitd57ebd05a5de373dc4698002831164187ebdfd02 (patch)
tree793e59a9156e3c29b34939de0e6630bc1d1dfc0e /lib/CatDap/Controller/user.pm
parentf867429bab6efe18a21c4fd531ecbe4eff8cff40 (diff)
downloadidentity-d57ebd05a5de373dc4698002831164187ebdfd02.tar
identity-d57ebd05a5de373dc4698002831164187ebdfd02.tar.gz
identity-d57ebd05a5de373dc4698002831164187ebdfd02.tar.bz2
identity-d57ebd05a5de373dc4698002831164187ebdfd02.tar.xz
identity-d57ebd05a5de373dc4698002831164187ebdfd02.zip
Dont use Data::Dumper
Diffstat (limited to 'lib/CatDap/Controller/user.pm')
-rw-r--r--lib/CatDap/Controller/user.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CatDap/Controller/user.pm b/lib/CatDap/Controller/user.pm
index f0220f2..439f86e 100644
--- a/lib/CatDap/Controller/user.pm
+++ b/lib/CatDap/Controller/user.pm
@@ -7,7 +7,7 @@ use Net::LDAP::Extension::SetPassword;
use Net::LDAP::Control::PasswordPolicy 0.02;
use Crypt::CBC;
use Data::UUID;
-use Data::Dumper;
+#use Data::Dumper;
BEGIN {extends 'Catalyst::Controller'; }