ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/t/80_ssltest.t
(Generate patch)

Comparing AnyEvent/t/80_ssltest.t (file contents):
Revision 1.6 by root, Fri Jul 24 22:47:04 2009 UTC vs.
Revision 1.7 by root, Fri Aug 12 18:41:31 2011 UTC

1#!/usr/bin/perl 1#!/usr/bin/perl
2 2
3BEGIN { eval "use Net::SSLeay (); 1" or ((print "1..0 # SKIP no Net::SSLeay\n"), exit 0) } 3BEGIN { eval "use Net::SSLeay 1.33 (); 1" or ((print "1..0 # SKIP no usable Net::SSLeay\n"), exit 0) }
4 4
5use Test::More tests => 410; 5use Test::More tests => 410;
6 6
7use strict qw(vars subs); 7use strict qw(vars subs);
8 8

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines