File: links.dpatch

package info (click to toggle)
libweather-com-perl 0.5.0-3etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 344 kB
  • ctags: 148
  • sloc: perl: 3,509; makefile: 46; sh: 11
file content (19 lines) | stat: -rw-r--r-- 888 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#! /bin/sh /usr/share/dpatch/dpatch-run
## links.dpatch by Christoph Haas <haas@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Fixing bug http://rt.cpan.org/Public/Bug/Display.html?id=35681

@DPATCH@
diff -urNad libweather-com-perl-0.5.0~/lib/Weather/Com/Base.pm libweather-com-perl-0.5.0/lib/Weather/Com/Base.pm
--- libweather-com-perl-0.5.0~/lib/Weather/Com/Base.pm	2005-12-28 23:22:30.000000000 +0000
+++ libweather-com-perl-0.5.0/lib/Weather/Com/Base.pm	2009-02-27 19:22:39.000000000 +0000
@@ -97,7 +97,7 @@
 	$self->{UNITS}    = 'm';    # could be 'm' for metric or 's' for us standard
 	$self->{CC}       = 0;      # show current conditions true/false
 	$self->{FORECAST} = 0;      # multi day forecast 0 = no, 1..10 days
-	$self->{LINKS}    = 0;
+	$self->{LINKS}    = 1;
 
 	# save params for further use
 	$self->{ARGS} = \%parameters;