Update of /cvsroot/perl-ldap/sasl/t
In directory sc8-pr-cvs1:/tmp/cvs-serv2855/t
Modified Files:
order.t
Log Message:
Fix package name typo
Index: order.t
===================================================================
RCS file: /cvsroot/perl-ldap/sasl/t/order.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- order.t 21 Oct 2003 18:59:47 -0000 1.1
+++ order.t 1 Nov 2003 19:00:33 -0000 1.2
@@ -11,7 +11,7 @@
EXTERNAL 2
DIGEST-MD5 3
);
-my $skip3 = !eval { require Authen::SASL::Perl::Digest_MD5; };
+my $skip3 = !eval { require Authen::SASL::Perl::DIGEST_MD5; };
print "1..75\n";
|