From c3cef39c9f03918eb2d6e209ceeff0dc64b80ec7 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Wed, 13 Feb 2008 01:44:34 +0000 Subject: Remove the restriction that all object implementations must have class names of Wallet::Object::* and all ACL verifier implementations must have class names of Wallet::ACL::*. --- perl/Wallet/ACL.pm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'perl/Wallet/ACL.pm') 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 ($@); -- cgit v1.2.3