From 4785026b625f593ec624961398f88addda909ce0 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Sun, 7 Apr 2013 11:27:45 -0400 Subject: [PATCH] minor version change for no real reason, supz cpan --- Changes | 2 +- Simple.pm | 2 +- contrib/SimpleX.pm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index b73a621..9954257 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -1.2100: Wed Mar 27 2013 +1.2200: Wed Apr 07 2013 - SSL evolved on me. They actually expect me to check certs? Madness. I came up with some reasonable defaults and some settings and things. The final solution to the defaults diff --git a/Simple.pm b/Simple.pm index 02b7e0e..e0fa9a1 100644 --- a/Simple.pm +++ b/Simple.pm @@ -9,7 +9,7 @@ use IO::Socket; use IO::Select; use Net::IMAP::Simple::PipeSocket; -our $VERSION = "1.2100"; +our $VERSION = "1.2200"; BEGIN { # I'd really rather the pause/cpan indexers miss this "package" diff --git a/contrib/SimpleX.pm b/contrib/SimpleX.pm index adfb71b..e395191 100644 --- a/contrib/SimpleX.pm +++ b/contrib/SimpleX.pm @@ -61,7 +61,7 @@ use Carp; use Parse::RecDescent; use base 'Net::IMAP::Simple'; -our $VERSION = "1.0010"; +our $VERSION = "1.1000"; # directly from http://tools.ietf.org/html/rfc3501#section-9 # try and flatten, format as best we can