]> git.pld-linux.org Git - packages/swish-e.git/blame - namespace.patch
- rebuild with perl 5.24.0
[packages/swish-e.git] / namespace.patch
CommitLineData
af66a6b2
JR
1--- swish-e-2.4.7.orig/perl/API.pm
2+++ swish-e-2.4.7/perl/API.pm
3@@ -2,7 +2,7 @@
4
5 # $Id: API.pm 2499 2009-10-04 03:34:07Z karpet $
6
7-use vars qw/ @ISA $VERSION /;
8+use vars qw/ @ISA $VERSION/;
9
10 $VERSION = '0.04_01';
11
12@@ -31,7 +31,17 @@
13 return $m;
14 }
15
16-CL: for my $class ( grep { m/::$/ } keys %SWISH::API:: )
17+# Fix for Debian Bug #422609
18+@moduleslist = (
19+ "MetaName::",
20+ "Search::",
21+ "PropertyName::",
22+ "Results::",
23+ "FuzzyWord::",
24+ "Result::",
25+);
26+
27+CL: for my $class ( @moduleslist )
28 {
29 local *c = $SWISH::API::{$class};
30 METH: foreach my $meth ( keys %c ) {
This page took 0.075836 seconds and 4 git commands to generate.