Initial Commit
This commit is contained in:
18
database/perl/vendor/lib/Authen/SASL/EXTERNAL.pm
vendored
Normal file
18
database/perl/vendor/lib/Authen/SASL/EXTERNAL.pm
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
# Copyright (c) 2002 Graham Barr <gbarr@pobox.com>. All rights reserved.
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the same terms as Perl itself.
|
||||
|
||||
package Authen::SASL::EXTERNAL;
|
||||
|
||||
use strict;
|
||||
use vars qw($VERSION);
|
||||
|
||||
$VERSION = "2.14";
|
||||
|
||||
sub new {
|
||||
shift;
|
||||
Authen::SASL->new(@_, mechanism => 'EXTERNAL');
|
||||
}
|
||||
|
||||
1;
|
||||
|
||||
Reference in New Issue
Block a user