Skip to content

Instantly share code, notes, and snippets.

View 7F11's full-sized avatar

Gábor Kiss 7F11

View GitHub Profile
@sharl
sharl / Net-SSL-ExpireDate_TLS.diff
Created June 4, 2012 05:32
Net::SSL::ExpireDate TLS patch
--- Net-SSL-ExpireDate-1.10/lib/Net/SSL/ExpireDate.pm 2011-03-16 13:01:58.000000000 +0900
+++ Net-SSL-ExpireDate-1.10_01/lib/Net/SSL/ExpireDate.pm 2012-06-04 14:17:21.000000000 +0900
@@ -4,7 +4,7 @@
use warnings;
use Carp;
-our $VERSION = '1.10';
+our $VERSION = '1.10_01';
use base qw(Class::Accessor);