Skip to content

Commit

Permalink
minor version change for no real reason, supz cpan
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Miller committed Apr 7, 2013
1 parent 604e878 commit 4785026
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Simple.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion contrib/SimpleX.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4785026

Please sign in to comment.