r28065 - /trunk/dh-make-perl/lib/Debian/Dependencies.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Dec 11 14:26:45 UTC 2008


Author: dmn
Date: Thu Dec 11 14:26:42 2008
New Revision: 28065

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28065
Log:
Dependencies->new: return the object created

Modified:
    trunk/dh-make-perl/lib/Debian/Dependencies.pm

Modified: trunk/dh-make-perl/lib/Debian/Dependencies.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/Debian/Dependencies.pm?rev=28065&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/Debian/Dependencies.pm (original)
+++ trunk/dh-make-perl/lib/Debian/Dependencies.pm Thu Dec 11 14:26:42 2008
@@ -52,6 +52,8 @@
             Debian::Dependency->new($_),
             split( /\s*,\s*/, $val ) );
     }
+
+    return $self;
 }
 
 =back




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