summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-11-13 16:42:40 -0800
committerMark Wells <mark@freeside.biz>2015-11-14 11:02:18 -0800
commitdc831165b7d7f7b68b7d84a214dd01557492a101 (patch)
tree89c2f2ffcb4b38df681380740ce5c685b58c9855
parent35d77bbbd4b5c48840d76014bf7bc45e84dfa966 (diff)
remove ugly workaround for Params::Classify bug, #32456
-rw-r--r--FS/FS/Password_Mixin.pm4
-rw-r--r--debian/control2
2 files changed, 3 insertions, 3 deletions
diff --git a/FS/FS/Password_Mixin.pm b/FS/FS/Password_Mixin.pm
index af4c5e2b7..c4549c727 100644
--- a/FS/FS/Password_Mixin.pm
+++ b/FS/FS/Password_Mixin.pm
@@ -4,7 +4,7 @@ use FS::Record qw(qsearch);
use FS::Conf;
use FS::password_history;
use Authen::Passphrase;
-# use Authen::Passphrase::BlowfishCrypt; # ha ha, no.
+use Authen::Passphrase::BlowfishCrypt;
# https://rt.cpan.org/Ticket/Display.html?id=72743
our $DEBUG = 1;
@@ -12,7 +12,7 @@ our $conf;
FS::UID->install_callback( sub {
$conf = FS::Conf->new;
# this is safe
- eval "use Authen::Passphrase::BlowfishCrypt;";
+ #eval "use Authen::Passphrase::BlowfishCrypt;";
});
our $me = '[' . __PACKAGE__ . ']';
diff --git a/debian/control b/debian/control
index 11c71ea8c..2764f706d 100644
--- a/debian/control
+++ b/debian/control
@@ -87,7 +87,7 @@ Depends: gnupg,ghostscript,gsfonts,gzip,latex-xcolor,
libemail-address-list-perl,
libsymbol-global-name-perl, libdate-extract-perl, librole-basic-perl,
libhtml-formattext-withlinks-andtables-perl, libcrypt-x509-perl,
- libdata-guid-perl
+ libdata-guid-perl, libparams-classify-perl (>= 0.013-5.1)
Suggests: libbusiness-onlinepayment-perl
Description: Libraries for Freeside billing and trouble ticketing
Freeside is a web-based billing and trouble ticketing application.