[libinline-java-perl] 41/398: *** empty log message ***
Jonas Smedegaard
dr at jones.dk
Thu Feb 26 11:42:42 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to tag 0.55
in repository libinline-java-perl.
commit 7c3eb26d214a466429f99dee4da113aa6f1d32b7
Author: patrick <>
Date: Mon Mar 19 20:25:03 2001 +0000
*** empty log message ***
---
Java.pm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/Java.pm b/Java.pm
index a2e9ced..de07f09 100644
--- a/Java.pm
+++ b/Java.pm
@@ -61,9 +61,11 @@ sub done {
$DONE = 1 ;
# Close the sockets
- foreach my $o (values %{$Inline::Java::INLINE}){
- close($o->{Java}->{socket}) ;
- }
+ # I tried to be polite, but it seems to be causing more harm
+ # than gain....
+ # foreach my $o (values %{$Inline::Java::INLINE}){
+ # close($o->{Java}->{socket}) ;
+ # }
my $ec = 0 ;
if (! $signal){
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libinline-java-perl.git
More information about the Pkg-perl-cvs-commits
mailing list