Skip Menu |

This queue is for tickets about the IPC-Run CPAN distribution.

Report information
The Basics
Id: 13101
Status: resolved
Worked: 10 min
Priority: 0/
Queue: IPC-Run

People
Owner: RSOD [...] cpan.org
Requestors: SAPER [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: (no value)
Fixed in: (no value)



Subject: Small documentation patch
Hello, Here is a documentation patch (the module name in the documentation must correspond to the actual package name, plus fixed pod format in some places). Regards
From: saper [...] cpan.org
Sorry, here is the patch.
diff -ru IPC-Run-0.79/lib/IPC/Run/IO.pm IPC-Run-0.79-new/lib/IPC/Run/IO.pm --- IPC-Run-0.79/lib/IPC/Run/IO.pm 2004-01-26 18:12:08.000000000 +0100 +++ IPC-Run-0.79-new/lib/IPC/Run/IO.pm 2005-06-06 02:33:37.702846591 +0200 @@ -2,7 +2,7 @@ =head1 NAME - IPC::Run::IO -- I/O channels for IPC::Run. +IPC::Run::IO -- I/O channels for IPC::Run. =head1 SYNOPSIS diff -ru IPC-Run-0.79/lib/IPC/Run/Timer.pm IPC-Run-0.79-new/lib/IPC/Run/Timer.pm --- IPC-Run-0.79/lib/IPC/Run/Timer.pm 2005-01-19 23:59:03.000000000 +0100 +++ IPC-Run-0.79-new/lib/IPC/Run/Timer.pm 2005-06-06 02:33:21.773348159 +0200 @@ -2,7 +2,7 @@ =head1 NAME - IPC::Run::Timer -- Timer channels for IPC::Run. +IPC::Run::Timer -- Timer channels for IPC::Run. =head1 SYNOPSIS diff -ru IPC-Run-0.79/lib/IPC/Run/Win32Helper.pm IPC-Run-0.79-new/lib/IPC/Run/Win32Helper.pm --- IPC-Run-0.79/lib/IPC/Run/Win32Helper.pm 2003-09-26 21:02:54.000000000 +0200 +++ IPC-Run-0.79-new/lib/IPC/Run/Win32Helper.pm 2005-06-06 02:32:57.945090142 +0200 @@ -6,7 +6,7 @@ =head1 SYNOPSIS -use IPC::Run::Win32Helper ; # Exports all by default + use IPC::Run::Win32Helper ; # Exports all by default =head1 DESCRIPTION diff -ru IPC-Run-0.79/lib/IPC/Run/Win32IO.pm IPC-Run-0.79-new/lib/IPC/Run/Win32IO.pm --- IPC-Run-0.79/lib/IPC/Run/Win32IO.pm 2004-01-26 18:12:08.000000000 +0100 +++ IPC-Run-0.79-new/lib/IPC/Run/Win32IO.pm 2005-06-06 02:32:48.717539233 +0200 @@ -6,7 +6,7 @@ =head1 SYNOPSIS -use IPC::Run::Win32IO; # Exports all by default + use IPC::Run::Win32IO; # Exports all by default =head1 DESCRIPTION diff -ru IPC-Run-0.79/lib/IPC/Run/Win32Pump.pm IPC-Run-0.79-new/lib/IPC/Run/Win32Pump.pm --- IPC-Run-0.79/lib/IPC/Run/Win32Pump.pm 2003-09-26 21:02:54.000000000 +0200 +++ IPC-Run-0.79-new/lib/IPC/Run/Win32Pump.pm 2005-06-06 02:32:20.190019175 +0200 @@ -2,7 +2,7 @@ =head1 NAME -IPC::Run::Win32Pumper - helper processes to shovel data to/from parent, child +IPC::Run::Win32Pump - helper processes to shovel data to/from parent, child =head1 SYNOPSIS
Patch applied, thanks. Will be part of the next release.
Ticket migrated to github as https://github.com/toddr/IPC-Run/issues/73