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: Thu, 06 May 2010 07:19:00
Message-Id: 20100506071856.7B6A32950A@corvid.gentoo.org
1 tove 10/05/06 07:18:56
2
3 Added: VWD.pm.diff
4 Log:
5 Add 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.1 dev-perl/Finance-Quote/files/VWD.pm.diff
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Finance-Quote/files/VWD.pm.diff?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Finance-Quote/files/VWD.pm.diff?rev=1.1&content-type=text/plain
13
14 Index: VWD.pm.diff
15 ===================================================================
16 --- lib/Finance/Quote/VWD.pm
17 +++ lib/Finance/Quote/VWD.pm
18 @@ -122,8 +122,8 @@
19 );
20 next if not $content;
21
22 - # <h1> contains price, time, name, and symbol
23 - my $head = $content->find("h1");
24 + # <h2> contains price, time, name, and symbol
25 + my $head = $content->find("h2");
26 next if not $head;
27
28 my $wpkurs = $head->look_down(