The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Net-SSL-ExpireDate

1.10  2011-03-16
  * no feature changes
  * use UNIVERSAL::require instead of eval EXPR
  * update expire date of test case

1.09  2010-11-08
  * support timeout.
    (thanks http://sharl.haun.org/d/2010110801)

1.08  2010-10-22
  * fixed require IO::Socket::INET.

1.07  2010-10-21
  * use IO::Socket::INET6 instead of ::INET if available.
    (thanks https://rt.cpan.org/Public/Bug/Display.html?id=62236 )

1.06  2009-06-30
  * change test URL. (01.https_client-auth.t)
  * move some tests to xt.

1.05  2008-05-01
  * support https which requires client authentication.
    now, Net-SSL-ExpireDate talks SSL protocol directly not using OpenSSL.
    inspired:  keepalived-extcheck, SSL_HELLO
    http://lab.klab.org/modules/mediawiki/index.php/Software#keepalived-extcheck
    (thanks: yasui0906)

1.04  2007-04-12
  * require IO::Socket::SSL >= 0.99.
    because IO::Socket::SSL < 0.98 cause segmentation fault.
    (thanks: tokuhirom)

1.03  2007-03-01
  * replace "https" (keyword in constructor) with "ssl".
    you can check SMTP over SSL: "ssl => 'example.com:465'" without
    incongruity. ;p)
    (thanks: mizzy)

1.02  2006-11-26
  * neither functional changes nor bug fixes.
  * fixed module dependence.

1.01  2006-11-22
  * added sample scripts to "samples" directory.
  * added new getter methods: ExpireDate#type and #target.

1.00  2006-11-18
  * Initial release.