Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Finance-Quote/files: VWD.pm.diff
Date: Fri, 28 May 2010 07:28:53
Message-Id: 20100528072847.06BA22CF37@corvid.gentoo.org
1 tove 10/05/28 07:28:46
2
3 Modified: VWD.pm.diff
4 Log:
5 New VWD patch. Thanks to Thomas.Eschenbacher (#318491). Cleanup
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-perl/Finance-Quote/files/VWD.pm.diff
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Finance-Quote/files/VWD.pm.diff?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Finance-Quote/files/VWD.pm.diff?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Finance-Quote/files/VWD.pm.diff?r1=1.1&r2=1.2
14
15 Index: VWD.pm.diff
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/files/VWD.pm.diff,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- VWD.pm.diff 6 May 2010 07:18:56 -0000 1.1
22 +++ VWD.pm.diff 28 May 2010 07:28:46 -0000 1.2
23 @@ -1,13 +1,11 @@
24 --- lib/Finance/Quote/VWD.pm
25 +++ lib/Finance/Quote/VWD.pm
26 -@@ -122,8 +122,8 @@
27 +@@ -118,7 +118,7 @@
28 + # all other info below <div class=contentContainer>
29 + my $content = $tree->look_down(
30 + "_tag", "div",
31 +- "class", "contentContainer"
32 ++ "class", "mainContainer"
33 );
34 next if not $content;
35
36 -- # <h1> contains price, time, name, and symbol
37 -- my $head = $content->find("h1");
38 -+ # <h2> contains price, time, name, and symbol
39 -+ my $head = $content->find("h2");
40 - next if not $head;
41 -
42 - my $wpkurs = $head->look_down(