[libcgi-pm-perl] 07/09: Add 2 trivial patches (spelling, POD syntax).

gregor herrmann gregoa at debian.org
Sun Oct 12 02:24:04 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libcgi-pm-perl.

commit 80da8a40bcb06388b312edf4354474612322d567
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Oct 12 04:20:34 2014 +0200

    Add 2 trivial patches (spelling, POD syntax).
---
 debian/patches/pod-syntax.patch | 24 ++++++++++++++++++++++++
 debian/patches/series           |  2 ++
 debian/patches/spelling.patch   | 36 ++++++++++++++++++++++++++++++++++++
 3 files changed, 62 insertions(+)

diff --git a/debian/patches/pod-syntax.patch b/debian/patches/pod-syntax.patch
new file mode 100644
index 0000000..20918bb
--- /dev/null
+++ b/debian/patches/pod-syntax.patch
@@ -0,0 +1,24 @@
+Description: fix a POD ERROR.
+  POD ERRORS
+      Hey! The above document had some coding errors, which are explained
+      below:
+      
+      Around line 5104:
+          You forgot a '=back' before '=head2'
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-10-12
+Forwarded: https://github.com/leejo/CGI.pm/issues/151
+Bug: https://github.com/leejo/CGI.pm/issues/151
+
+--- a/lib/CGI.pm
++++ b/lib/CGI.pm
+@@ -5101,6 +5101,8 @@
+ 
+ See the section on debugging for more details.
+ 
++=back
++
+ =head2 Special forms for importing HTML-tag functions
+ 
+ Many of the methods generate HTML tags.  As described below, tag
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..611217a
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+spelling.patch
+pod-syntax.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..cc83140
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,36 @@
+Description: fix some spelling mistakes
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-10-12
+Forwarded: https://github.com/leejo/CGI.pm/issues/150
+Bug: https://github.com/leejo/CGI.pm/issues/150
+
+--- a/Changes
++++ b/Changes
+@@ -178,7 +178,7 @@
+ Version 3.62, Nov 9th, 2012
+ 
+     [INTERNALS]
+-    - Changed how the  deprecated endform function was defined for compatibilty
++    - Changed how the  deprecated endform function was defined for compatibility
+       with the development version of Perl. 
+     - Fix failures in t/tmpdir.t when run as root
+       https://github.com/markstos/CGI.pm/issues/22, RT#80659)
+--- a/lib/CGI.pm
++++ b/lib/CGI.pm
+@@ -6257,13 +6257,13 @@
+ =head3 Changes in temporary file handling (v4.06+)
+ 
+ CGI.pm had its temporary file handling significantly refactored. this logic is
+-now all deferred to File::Temp (which is wrapped in a compatibilty object,
++now all deferred to File::Temp (which is wrapped in a compatibility object,
+ CGI::File::Temp - B<DO NOT USE THIS PACKAGE DIRECTLY>). As a consequence the
+ PRIVATE_TEMPFILES variable has been removed along with deprecation of the
+ private_tempfiles routine and B<complete> removal of the CGITempFile package.
+ The $CGITempFile::TMPDIRECTORY is no longer used to set the temp directory,
+ refer to the perldoc for File::Temp is you want to override the default
+-settings in that package (the TMPDIR env variable is still availble on some
++settings in that package (the TMPDIR env variable is still available on some
+ platforms). For Windows platforms the temporary directory order remains
+ as before: TEMP > TMP > WINDIR ( > TMPDIR ) so if you have any of these in
+ use in existing scripts they should still work.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcgi-pm-perl.git



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