summaryrefslogtreecommitdiff
path: root/perl/Wallet/ACL.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl/Wallet/ACL.pm')
-rw-r--r--perl/Wallet/ACL.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/perl/Wallet/ACL.pm b/perl/Wallet/ACL.pm
index 0e1018f..b96d2ac 100644
--- a/perl/Wallet/ACL.pm
+++ b/perl/Wallet/ACL.pm
@@ -137,10 +137,6 @@ sub scheme_mapping {
return;
}
if (defined $class) {
- if ($class !~ /^Wallet::ACL::(\w+::)*\w+\z/) {
- $self->error ("invalid class name $class for scheme $scheme");
- return;
- }
eval "require $class";
if ($@) {
$self->error ($@);