From: Steve Peters <steve@fisharerojo.org>
Date: Fri, 27 Mar 2009 01:28:27 +0000 (-0500)
Subject: What am I thinking?  Just bump the version.
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e9872d041419b6e58310a20ac3d1749bda877f09;p=p5sagit%2Fp5-mst-13.2.git

What am I thinking?  Just bump the version.
---

diff --git a/ext/Socket/Socket.pm b/ext/Socket/Socket.pm
index 8ef4fb3..6b268ef 100644
--- a/ext/Socket/Socket.pm
+++ b/ext/Socket/Socket.pm
@@ -1,7 +1,7 @@
 package Socket;
 
 our($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
-$VERSION = "1.90";
+$VERSION = "1.82";
 
 =head1 NAME