File: CatalystSriptGen.patch

package info (click to toggle)
ebug-http 0.31-2.1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 348 kB
  • ctags: 343
  • sloc: perl: 1,957; makefile: 6
file content (12 lines) | stat: -rw-r--r-- 345 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
diff -Nur ebug-http/ebug_http ebug-http.new/ebug_http
--- ebug-http/ebug_http	2006-03-06 19:12:50.000000000 +0000
+++ ebug-http.new/ebug_http	2007-10-13 16:50:57.000000000 +0000
@@ -1,7 +1,7 @@
 #!perl
 BEGIN { 
     $ENV{CATALYST_ENGINE} ||= 'HTTP';
-    $ENV{CATALYST_SCRIPT_GEN} = 27;
+    $ENV{CATALYST_SCRIPT_GEN} = 30;
 }  
 
 use strict;