r41365 - /trunk/libsearch-gin-perl/lib/Search/GIN/Extract/Attributes.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Aug 5 14:44:13 UTC 2009


Author: jawnsy-guest
Date: Wed Aug  5 14:44:05 2009
New Revision: 41365

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41365
Log:
Unapply the quilt patch manually

Modified:
    trunk/libsearch-gin-perl/lib/Search/GIN/Extract/Attributes.pm

Modified: trunk/libsearch-gin-perl/lib/Search/GIN/Extract/Attributes.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsearch-gin-perl/lib/Search/GIN/Extract/Attributes.pm?rev=41365&op=diff
==============================================================================
--- trunk/libsearch-gin-perl/lib/Search/GIN/Extract/Attributes.pm (original)
+++ trunk/libsearch-gin-perl/lib/Search/GIN/Extract/Attributes.pm Wed Aug  5 14:44:05 2009
@@ -33,7 +33,7 @@
     if ( $self->has_attributes ) {
         return grep { defined } map { $meta->find_attribute_by_name($_) } @{ $self->attributes };
     } else {
-        return $meta->get_all_attributes;
+        return $meta->compute_all_applicable_attributes;
     }
 }
 




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