[SCM] Debian packaging of Parallel-ForkManager CPAN distribution branch, master, updated. debian/1.03-1

Damyan Ivanov dmn at debian.org
Mon Apr 1 13:09:12 UTC 2013


The following commit has been merged in the master branch:
commit ff2c81d98231c4338c335bc91baa9d4a394f249b
Author: Damyan Ivanov <dmn at debian.org>
Date:   Mon Apr 1 16:04:32 2013 +0300

    updated pod-errors.patch fixing misdocumentation of temporary directory handling

diff --git a/debian/changelog b/debian/changelog
index bd39eeb..ebf8f70 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 libparallel-forkmanager-perl (1.03-1) UNRELEASED; urgency=low
 
   * Imported Upstream version 1.03
+    + updated pod-errors.patch fixing misdocumentation of temporary directory
+      handling
 
  -- Damyan Ivanov <dmn at debian.org>  Mon, 01 Apr 2013 13:37:32 +0300
 
diff --git a/debian/patches/pod-errors.patch b/debian/patches/pod-errors.patch
index 688046b..eaf9f2e 100644
--- a/debian/patches/pod-errors.patch
+++ b/debian/patches/pod-errors.patch
@@ -1,20 +1,26 @@
-Description: fix two errors in L<> usage
-Forwarded: no
+Description: fix tempdir defaults documentation and an encoding issue
 Author: Damyan Ivanov <dmn at debian.org>
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=84337
 
 --- a/lib/Parallel/ForkManager.pm
 +++ b/lib/Parallel/ForkManager.pm
-@@ -83,11 +83,11 @@ will be forked. This is intended for deb
+@@ -1,3 +1,5 @@
++=encoding latin1
++
+ =head1 NAME
+ 
+ Parallel::ForkManager - A simple parallel processing fork manager
+@@ -83,11 +85,10 @@ will be forked. This is intended for deb
  
  The optional second parameter, $tempdir, is only used if you want the
  children to send back a reference to some data (see RETRIEVING DATASTRUCTURES
--below). If not provided, it is set to $L<File::Temp::tempdir().
-+below). If not provided, it is set to L<File::Temp::tempdir()>.
- 
+-below). If not provided, it is set to $L<File::Spec>->tmpdir().
++below). If not provided, it is set via a call to L<File::Temp>::tempdir().
+  
  The new method will die if the temporary directory does not exist or it is not
- a directory, whether you provided this parameter or the
--$L<File::Temp::tempdir() is used.
-+L<File::Temp::tempdir()> is used.
+-a directory, whether you provided this parameter or the
+-$L<File::Spec>->tmpdir() is used.
++a directory.
  
- =item start [ $process_identifier ]  # P
+ =item start [ $process_identifier ]
  

-- 
Debian packaging of Parallel-ForkManager CPAN distribution



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