diff options
author | Torsten Veller <tove@gentoo.org> | 2010-05-28 07:28:46 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-05-28 07:28:46 +0000 |
commit | 75b66095346cb9bf413a5250ea99af16ff43afd1 (patch) | |
tree | f9386bb8b98c19cb160eb393e31146fb95d39148 /dev-perl/Finance-Quote/files | |
parent | Version bump (diff) | |
download | gentoo-2-75b66095346cb9bf413a5250ea99af16ff43afd1.tar.gz gentoo-2-75b66095346cb9bf413a5250ea99af16ff43afd1.tar.bz2 gentoo-2-75b66095346cb9bf413a5250ea99af16ff43afd1.zip |
New VWD patch. Thanks to Thomas.Eschenbacher (#318491). Cleanup
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Finance-Quote/files')
-rw-r--r-- | dev-perl/Finance-Quote/files/VWD.pm.diff | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/dev-perl/Finance-Quote/files/VWD.pm.diff b/dev-perl/Finance-Quote/files/VWD.pm.diff index 3edab6fb5cf1..4ddabdba8660 100644 --- a/dev-perl/Finance-Quote/files/VWD.pm.diff +++ b/dev-perl/Finance-Quote/files/VWD.pm.diff @@ -1,13 +1,11 @@ --- lib/Finance/Quote/VWD.pm +++ lib/Finance/Quote/VWD.pm -@@ -122,8 +122,8 @@ +@@ -118,7 +118,7 @@ + # all other info below <div class=contentContainer> + my $content = $tree->look_down( + "_tag", "div", +- "class", "contentContainer" ++ "class", "mainContainer" ); next if not $content; -- # <h1> contains price, time, name, and symbol -- my $head = $content->find("h1"); -+ # <h2> contains price, time, name, and symbol -+ my $head = $content->find("h2"); - next if not $head; - - my $wpkurs = $head->look_down( |