r42396 - in /trunk/libpoe-component-pluggable-perl: Changes META.yml debian/changelog debian/control lib/POE/Component/Pluggable.pm lib/POE/Component/Pluggable/Constants.pm lib/POE/Component/Pluggable/Pipeline.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Aug 22 01:15:09 UTC 2009


Author: jawnsy-guest
Date: Sat Aug 22 01:15:03 2009
New Revision: 42396

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=42396
Log:
* New upstream release
  + Fix memory leaks (RT#48788)
* Standards-Version 3.8.3 (no changes)

Modified:
    trunk/libpoe-component-pluggable-perl/Changes
    trunk/libpoe-component-pluggable-perl/META.yml
    trunk/libpoe-component-pluggable-perl/debian/changelog
    trunk/libpoe-component-pluggable-perl/debian/control
    trunk/libpoe-component-pluggable-perl/lib/POE/Component/Pluggable.pm
    trunk/libpoe-component-pluggable-perl/lib/POE/Component/Pluggable/Constants.pm
    trunk/libpoe-component-pluggable-perl/lib/POE/Component/Pluggable/Pipeline.pm

Modified: trunk/libpoe-component-pluggable-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-pluggable-perl/Changes?rev=42396&op=diff
==============================================================================
--- trunk/libpoe-component-pluggable-perl/Changes (original)
+++ trunk/libpoe-component-pluggable-perl/Changes Sat Aug 22 01:15:03 2009
@@ -1,5 +1,8 @@
 POE::Component::Pluggable
 =========================
+
+1.24  Tue Aug 18 09:17:59 BST 2009
+    - Applied patch from Jonathan Steinert to fix RT #48788
 
 1.22  Thu Jul 23 14:12:05 BST 2009
     - Added constant 1.17 as a prereq. Versions prior to 1.03

Modified: trunk/libpoe-component-pluggable-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-pluggable-perl/META.yml?rev=42396&op=diff
==============================================================================
--- trunk/libpoe-component-pluggable-perl/META.yml (original)
+++ trunk/libpoe-component-pluggable-perl/META.yml Sat Aug 22 01:15:03 2009
@@ -22,13 +22,13 @@
 provides:
   POE::Component::Pluggable:
     file: lib/POE/Component/Pluggable.pm
-    version: 1.22
+    version: 1.24
   POE::Component::Pluggable::Constants:
     file: lib/POE/Component/Pluggable/Constants.pm
-    version: 1.22
+    version: 1.24
   POE::Component::Pluggable::Pipeline:
     file: lib/POE/Component/Pluggable/Pipeline.pm
-    version: 1.22
+    version: 1.24
 requires:
   POE: 1.004
   Task::Weaken: 0
@@ -38,4 +38,4 @@
   homepage: http://github.com/bingos/poe-component-pluggable/tree
   license: http://dev.perl.org/licenses/
   repository: git://github.com/bingos/poe-component-pluggable.git
-version: 1.22
+version: 1.24

Modified: trunk/libpoe-component-pluggable-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-pluggable-perl/debian/changelog?rev=42396&op=diff
==============================================================================
--- trunk/libpoe-component-pluggable-perl/debian/changelog (original)
+++ trunk/libpoe-component-pluggable-perl/debian/changelog Sat Aug 22 01:15:03 2009
@@ -1,10 +1,16 @@
-libpoe-component-pluggable-perl (1.22-2) UNRELEASED; urgency=low
+libpoe-component-pluggable-perl (1.24-1) UNRELEASED; urgency=low
 
+  [ Jonathan Yu ]
+  * New upstream release
+    + Fix memory leaks (RT#48788)
+  * Standards-Version 3.8.3 (no changes)
+
+  [ Salvatore Bonaccorso ]
   * debian/control: Changed: Replace versioned (build-)dependency on
     perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
     permitted by Debian Policy 3.8.3).
 
- -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Sun, 16 Aug 2009 20:15:35 +0200
+ -- Jonathan Yu <frequency at cpan.org>  Fri, 21 Aug 2009 17:14:36 -0400
 
 libpoe-component-pluggable-perl (1.22-1) unstable; urgency=low
 

Modified: trunk/libpoe-component-pluggable-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-pluggable-perl/debian/control?rev=42396&op=diff
==============================================================================
--- trunk/libpoe-component-pluggable-perl/debian/control (original)
+++ trunk/libpoe-component-pluggable-perl/debian/control Sat Aug 22 01:15:03 2009
@@ -2,12 +2,12 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libpoe-perl (>= 2:1.0040),
- libtest-pod-perl, libtest-pod-coverage-perl, libtask-weaken-perl
+Build-Depends-Indep: perl, libpoe-perl (>= 2:1.0040), libtask-weaken-perl,
+ libtest-pod-perl, libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Martín Ferrari <tincho at debian.org>, Rene Mayorga <rmayorga at debian.org>,
  Ryan Niebur <ryanryan52 at gmail.com>, Jonathan Yu <frequency at cpan.org>
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/POE-Component-Pluggable/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpoe-component-pluggable-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpoe-component-pluggable-perl/
@@ -16,7 +16,7 @@
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libpoe-perl (>= 2:1.0040),
  libtask-weaken-perl
-Description: Base class for creating plugin enabled POE Components
+Description: base class for creating plugin enabled POE Components
  POE::Component::Pluggable is a base class for creating plugin enabled POE
  Components. It is a generic port of POE::Component::IRC's plugin system. If
  your component dispatches events to registered POE sessions, then

Modified: trunk/libpoe-component-pluggable-perl/lib/POE/Component/Pluggable.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-pluggable-perl/lib/POE/Component/Pluggable.pm?rev=42396&op=diff
==============================================================================
--- trunk/libpoe-component-pluggable-perl/lib/POE/Component/Pluggable.pm (original)
+++ trunk/libpoe-component-pluggable-perl/lib/POE/Component/Pluggable.pm Sat Aug 22 01:15:03 2009
@@ -6,7 +6,7 @@
 use POE::Component::Pluggable::Pipeline;
 use POE::Component::Pluggable::Constants qw(:ALL);
 
-our $VERSION='1.22';
+our $VERSION='1.24';
 
 sub _pluggable_init {
     my ($self, %opts) = @_;

Modified: trunk/libpoe-component-pluggable-perl/lib/POE/Component/Pluggable/Constants.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-pluggable-perl/lib/POE/Component/Pluggable/Constants.pm?rev=42396&op=diff
==============================================================================
--- trunk/libpoe-component-pluggable-perl/lib/POE/Component/Pluggable/Constants.pm (original)
+++ trunk/libpoe-component-pluggable-perl/lib/POE/Component/Pluggable/Constants.pm Sat Aug 22 01:15:03 2009
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-our $VERSION = '1.22';
+our $VERSION = '1.24';
 
 require Exporter;
 use base qw(Exporter);

Modified: trunk/libpoe-component-pluggable-perl/lib/POE/Component/Pluggable/Pipeline.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-pluggable-perl/lib/POE/Component/Pluggable/Pipeline.pm?rev=42396&op=diff
==============================================================================
--- trunk/libpoe-component-pluggable-perl/lib/POE/Component/Pluggable/Pipeline.pm (original)
+++ trunk/libpoe-component-pluggable-perl/lib/POE/Component/Pluggable/Pipeline.pm Sat Aug 22 01:15:03 2009
@@ -5,19 +5,21 @@
 use Carp;
 use Scalar::Util qw(weaken);
 
-our $VERSION = '1.22';
+our $VERSION = '1.24';
 
 sub new {
     my ($package, $pluggable) = @_;
 
-    weaken($pluggable);
-
-    return bless {
+    my $self = bless {
         PLUGS    => {},
         PIPELINE => [],
         HANDLES  => {},
         OBJECT   => $pluggable,
     }, $package;
+
+    weaken($self->{OBJECT});
+
+    return $self;
 }
 
 sub push {




More information about the Pkg-perl-cvs-commits mailing list