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

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Dec 11 14:27:44 UTC 2008


Author: dmn
Date: Thu Dec 11 14:27:41 2008
New Revision: 28073

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28073
Log:
tidy Debian::Dependencies

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=28073&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/Debian/Dependencies.pm (original)
+++ trunk/dh-make-perl/lib/Debian/Dependencies.pm Thu Dec 11 14:27:41 2008
@@ -51,9 +51,8 @@
     my $self = bless [], $class;
 
     if ( defined($val) ) {
-        @{$self} = map(
-            Debian::Dependency->new($_),
-            split( /\s*,\s*/, $val ) );
+        @{$self}
+            = map( Debian::Dependency->new($_), split( /\s*,\s*/, $val ) );
     }
 
     return $self;




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