Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 1.59. Changelog diff is:
Browse files Browse the repository at this point in the history
Index: CHANGES
===================================================================
--- CHANGES	(revision 675)
+++ CHANGES	(working copy)
@@ -1,3 +1,5 @@
+1.59: 2007-05-22
+
     -- only call die_gracefully on a socket if it CAN die_graceully.  fixes
        shutdown graceful on mogstored, which has things betsides subclasses
        of Perlbal::Socket in its Danga::Socket event loop


git-svn-id: http://code.sixapart.com/svn/perlbal/trunk@676 6caf28e9-730f-0410-b62b-a31386fe13fb
  • Loading branch information
bradfitz committed May 22, 2007
1 parent e6a2dbe commit 888efa1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES
@@ -1,3 +1,5 @@
1.59: 2007-05-22

-- only call die_gracefully on a socket if it CAN die_graceully. fixes
shutdown graceful on mogstored, which has things betsides subclasses
of Perlbal::Socket in its Danga::Socket event loop
Expand Down
2 changes: 1 addition & 1 deletion META.yml
@@ -1,7 +1,7 @@
# http://module-build.sourceforge.net/META-spec.html
#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
name: Perlbal
version: 1.58
version: 1.59
version_from: lib/Perlbal.pm
installdirs: site
requires:
Expand Down
2 changes: 1 addition & 1 deletion lib/Perlbal.pm
Expand Up @@ -33,7 +33,7 @@ my $has_cycle = eval "use Devel::Cycle; 1;";
use Devel::Peek;

use vars qw($VERSION);
$VERSION = '1.58';
$VERSION = '1.59';

use constant DEBUG => $ENV{PERLBAL_DEBUG} || 0;
use constant DEBUG_OBJ => $ENV{PERLBAL_DEBUG_OBJ} || 0;
Expand Down

0 comments on commit 888efa1

Please sign in to comment.