Sha256: 4048bd8b2a4766393bca251f462357a72ca8c43381585103a6cfe550d7c8832c
Contents?: true
Size: 352 Bytes
Versions: 2
Compression:
Stored size: 352 Bytes
Contents
# 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::CRAM_MD5; use strict; use vars qw($VERSION); $VERSION = "2.14"; sub new { shift; Authen::SASL->new(@_, mechanism => 'CRAM-MD5'); } 1;
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
STLExtract-1.0.1 | Slic3r/Linux/lib/std/Authen/SASL/CRAM_MD5.pm |
STLExtract-1.0.0 | Slic3r/Linux/lib/std/Authen/SASL/CRAM_MD5.pm |