X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXUser.pm;h=fc2dab5c7a64106a7a30e1262fbcb7466b2b58bc;hb=89ab02190d47c949e48b303260055f00591e3cdd;hp=9f61312e87554d9d5576765f324ed84054e94f73;hpb=d48a80e399a780eb6a880870346a46e02f0e7972;p=spider.git diff --git a/perl/DXUser.pm b/perl/DXUser.pm index 9f61312e..fc2dab5c 100644 --- a/perl/DXUser.pm +++ b/perl/DXUser.pm @@ -11,6 +11,7 @@ package DXUser; require Exporter; @ISA = qw(Exporter); +use DXLog; use DB_File; use Fcntl; use Carp; @@ -113,7 +114,7 @@ sub new my $call = uc shift; # $call =~ s/-\d+$//o; - confess "can't create existing call $call in User\n!" if $u{$call}; +# confess "can't create existing call $call in User\n!" if $u{$call}; my $self = bless {}, $pkg; $self->{call} = $call;