<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"># Copyright (c) 2002 Graham Barr &lt;gbarr@pobox.com&gt;. 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;
$Authen::SASL::EXTERNAL::VERSION = '2.1700';
use strict;
use warnings;


sub new {
  shift;
  Authen::SASL-&gt;new(@_, mechanism =&gt; 'EXTERNAL');
}

1;

</pre></body></html>