r37667 - in /trunk/libsyntax-highlight-engine-simple-languages-perl/debian/patches: pod-shes-HTML pod-shes-Perl

bremner-guest at users.alioth.debian.org bremner-guest at users.alioth.debian.org
Sat Jun 6 12:10:07 UTC 2009


Author: bremner-guest
Date: Sat Jun  6 12:09:59 2009
New Revision: 37667

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37667
Log:
more minor English corrections to man-page

Modified:
    trunk/libsyntax-highlight-engine-simple-languages-perl/debian/patches/pod-shes-HTML
    trunk/libsyntax-highlight-engine-simple-languages-perl/debian/patches/pod-shes-Perl

Modified: trunk/libsyntax-highlight-engine-simple-languages-perl/debian/patches/pod-shes-HTML
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsyntax-highlight-engine-simple-languages-perl/debian/patches/pod-shes-HTML?rev=37667&op=diff
==============================================================================
--- trunk/libsyntax-highlight-engine-simple-languages-perl/debian/patches/pod-shes-HTML (original)
+++ trunk/libsyntax-highlight-engine-simple-languages-perl/debian/patches/pod-shes-HTML Sat Jun  6 12:09:59 2009
@@ -3,8 +3,8 @@
 
 Index: libsyntax-highlight-engine-simple-languages-perl/src/Syntax-Highlight-Engine-Simple-HTML-0.02/lib/Syntax/Highlight/Engine/Simple/HTML.pm
 ===================================================================
---- libsyntax-highlight-engine-simple-languages-perl.orig/src/Syntax-Highlight-Engine-Simple-HTML-0.02/lib/Syntax/Highlight/Engine/Simple/HTML.pm	2009-06-02 23:06:09.000000000 -0300
-+++ libsyntax-highlight-engine-simple-languages-perl/src/Syntax-Highlight-Engine-Simple-HTML-0.02/lib/Syntax/Highlight/Engine/Simple/HTML.pm	2009-06-02 23:09:09.000000000 -0300
+--- libsyntax-highlight-engine-simple-languages-perl.orig/src/Syntax-Highlight-Engine-Simple-HTML-0.02/lib/Syntax/Highlight/Engine/Simple/HTML.pm	2009-06-06 09:01:59.000000000 -0300
++++ libsyntax-highlight-engine-simple-languages-perl/src/Syntax-Highlight-Engine-Simple-HTML-0.02/lib/Syntax/Highlight/Engine/Simple/HTML.pm	2009-06-06 09:04:45.000000000 -0300
 @@ -52,11 +52,11 @@
  
  =head1 VERSION
@@ -19,7 +19,7 @@
  
  	use Syntax::Highlight::Engine::Simple::HTML;
  	
-@@ -77,7 +77,7 @@
+@@ -77,13 +77,13 @@
  		tab_width => 4);
  	
  	$highlighter->doFile(
@@ -27,6 +27,22 @@
 +		file => $name,
  		tab_width => 4,
  		encode => 'utf8');
+ 
+ =head1 DESCRIPTION
+ 
+-This is a sub class of Syntax::Highlight::Engine::Simple.
++This is a subclass of Syntax::Highlight::Engine::Simple.
+ 
+ A working example of This module is at bellow.
+ 
+@@ -97,7 +97,7 @@
+ 
+ =item type
+ 
+-File type. This argument causes specific sub class to be loaded.
++File type. This argument causes specific subclass to be loaded.
+ 
+ =back
  
 @@ -107,7 +107,7 @@
  
@@ -55,21 +71,26 @@
  	    tab_width => 4,
  	    encode => 'utf8'
  	);
-@@ -166,7 +166,7 @@
+@@ -166,11 +166,11 @@
  
  =item tab_width
  
 -Tab width for tab-space conversion. -1 for disable it. -1 is the defult.
-+Tab width for tab-space conversion. -1 for disable it. -1 is the default.
++Tab width for tab-space conversion. -1 to disable it. -1 is the default.
  
  =item encode
+ 
+-Set the encode of file. utf8 is the default.
++Set the encoding of file. utf8 is the default.
+ 
+ =back
  
 @@ -192,7 +192,7 @@
  
  =head2 setSyntax
  
 -This is a method for initializing the syntax. It is called by constractor so
-+This is a method for initializing the syntax. It is called by constructor so
++This is a method for initializing the syntax. It is called by the constructor so
  you may not have to call it manually.
  
  =head1 Example
@@ -78,7 +99,7 @@
  =head1 CONFIGURATION AND ENVIRONMENT
  
 -Syntax::Highlight::Engine::Simple::HTML requires no configuration files or environment variables. Specific language syntax can be defined with sub classes and loaded in constractor if you give it the type argument.
-+Syntax::Highlight::Engine::Simple::HTML requires no configuration files or environment variables. Specific language syntax can be defined with sub classes and loaded in constructor if you give it the type argument.
++Syntax::Highlight::Engine::Simple::HTML requires no configuration files or environment variables. Specific language syntax can be defined with subclasses and loaded in the constructor if you give it the type argument.
  
  =head1 DEPENDENCIES
  

Modified: trunk/libsyntax-highlight-engine-simple-languages-perl/debian/patches/pod-shes-Perl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsyntax-highlight-engine-simple-languages-perl/debian/patches/pod-shes-Perl?rev=37667&op=diff
==============================================================================
--- trunk/libsyntax-highlight-engine-simple-languages-perl/debian/patches/pod-shes-Perl (original)
+++ trunk/libsyntax-highlight-engine-simple-languages-perl/debian/patches/pod-shes-Perl Sat Jun  6 12:09:59 2009
@@ -3,8 +3,8 @@
 
 Index: libsyntax-highlight-engine-simple-languages-perl/src/Syntax-Highlight-Engine-Simple-Perl-0.02/lib/Syntax/Highlight/Engine/Simple/Perl.pm
 ===================================================================
---- libsyntax-highlight-engine-simple-languages-perl.orig/src/Syntax-Highlight-Engine-Simple-Perl-0.02/lib/Syntax/Highlight/Engine/Simple/Perl.pm	2009-06-02 23:10:17.000000000 -0300
-+++ libsyntax-highlight-engine-simple-languages-perl/src/Syntax-Highlight-Engine-Simple-Perl-0.02/lib/Syntax/Highlight/Engine/Simple/Perl.pm	2009-06-02 23:11:53.000000000 -0300
+--- libsyntax-highlight-engine-simple-languages-perl.orig/src/Syntax-Highlight-Engine-Simple-Perl-0.02/lib/Syntax/Highlight/Engine/Simple/Perl.pm	2009-06-06 08:50:58.000000000 -0300
++++ libsyntax-highlight-engine-simple-languages-perl/src/Syntax-Highlight-Engine-Simple-Perl-0.02/lib/Syntax/Highlight/Engine/Simple/Perl.pm	2009-06-06 09:03:16.000000000 -0300
 @@ -333,11 +333,11 @@
  
  =head1 VERSION
@@ -19,7 +19,7 @@
  
  	use Syntax::Highlight::Engine::Simple::Perl;
  	
-@@ -358,7 +358,7 @@
+@@ -358,13 +358,13 @@
  		tab_width => 4);
  	
  	$highlighter->doFile(
@@ -27,6 +27,22 @@
 +		file => $name,
  		tab_width => 4,
  		encode => 'utf8');
+ 
+ =head1 DESCRIPTION
+ 
+-This is a sub class of Syntax::Highlight::Engine::Simple.
++This is a subclass of Syntax::Highlight::Engine::Simple.
+ 
+ A working example of This module is at bellow.
+ 
+@@ -378,7 +378,7 @@
+ 
+ =item type
+ 
+-File type. This argument causes specific sub class to be loaded.
++File type. This argument causes specific subclass to be loaded.
+ 
+ =back
  
 @@ -388,7 +388,7 @@
  
@@ -69,7 +85,7 @@
  =head2 setSyntax
  
 -This is a method for initializing the syntax. It is called by constractor so
-+This is a method for initializing the syntax. It is called by constructor so
++This is a method for initializing the syntax. It is called by the constructor so
  you may not have to call it manually.
  
  =head2 getKeywords
@@ -78,7 +94,7 @@
  =head1 CONFIGURATION AND ENVIRONMENT
  
 -Syntax::Highlight::Engine::Simple::Perl requires no configuration files or environment variables. Specific language syntax can be defined with sub classes and loaded in constractor if you give it the type argument.
-+Syntax::Highlight::Engine::Simple::Perl requires no configuration files or environment variables. Specific language syntax can be defined with sub classes and loaded in constructor if you give it the type argument.
++Syntax::Highlight::Engine::Simple::Perl requires no configuration files or environment variables. Specific language syntax can be defined with subclasses and loaded in the constructor if you give it the type argument.
  
  =head1 DEPENDENCIES
  




More information about the Pkg-perl-cvs-commits mailing list