File: viewperl.patch

package info (click to toggle)
libsyntax-highlight-perl-improved-perl 1.01-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, lenny, squeeze, stretch, wheezy
  • size: 160 kB
  • ctags: 32
  • sloc: perl: 1,285; makefile: 46
file content (31 lines) | stat: -rw-r--r-- 987 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Index: libsyntax-highlight-perl-improved-perl/viewperl
===================================================================
--- libsyntax-highlight-perl-improved-perl.orig/viewperl	2007-08-26 22:54:32.000000000 +0200
+++ libsyntax-highlight-perl-improved-perl/viewperl	2007-08-26 22:54:46.000000000 +0200
@@ -16,7 +16,7 @@
 
 use FileHandle;
 use Getopt::Long;
-use Syntax::Highlight::Perl 1.0;
+use Syntax::Highlight::Perl::Improved 1.0;
 
 
 #=====================================================================
@@ -69,7 +69,7 @@
     bgwhite   => "\e[47m",
 );
 
-$formatter = new Syntax::Highlight::Perl;
+$formatter = new Syntax::Highlight::Perl::Improved;
 
 #
 # Set up formatter to do ANSI colors.
@@ -283,7 +283,7 @@
 
 
 #
-# Convert module names (eg, Syntax::Highlight::Perl) to
+# Convert module names (eg, Syntax::Highlight::Perl::Improved) to
 # fully qualified file names using current state of @INC.
 #
 # Returns undef on error (file-not-found).