Re: t9001 fails because Net::SMTP is missing

From: Morten Welinder <mwelinder@gmail.com>
Date: 2006-05-31 12:07:29
You just need more perl magic...  Try this.

#!/usr/local/perl -w

eval 'use strict';
print "Hmm [$@]\n";

eval 'use Oink';
print "Hmm [$@]\n";
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Received on Wed May 31 12:08:11 2006

This archive was generated by hypermail 2.1.8 : 2006-05-31 12:08:42 EST