File: 07_encoding.diff.DISABLED

package info (click to toggle)
libfinance-quote-perl 1.17-1%2Bdeb6u1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 896 kB
  • ctags: 359
  • sloc: perl: 7,272; makefile: 3
file content (14 lines) | stat: -rw-r--r-- 705 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Patch by John Marter <jmarter@gmail.com>.
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=490395

--- ../orig/libfinance-quote-perl-1.13/lib/Finance/Quote/Yahoo/Base.pm	2006-07-28 00:38:41.000000000 +0200
+++ lib/Finance/Quote/Yahoo/Base.pm	2008-08-27 19:26:13.000000000 +0200
@@ -60,7 +60,7 @@
              close open day_range year_range eps pe div_date div div_yield
 	     cap ex_div avg_vol currency/;
 
-@FIELD_ENCODING = qw/s n l1 d1 t1 c1 p2 v b a p o m w e r r1 d y j1 q a2 c4/;
+@FIELD_ENCODING = qw/s n l1 t1 d1 c1 p2 v b a p o m w e r r1 d y j1 q a2 c4/;
 
 # This returns a list of labels that are provided, so that code
 # that make use of this module can know what it's dealing with.