Skip Menu |

This queue is for tickets about the Proc-Background CPAN distribution.

Report information
The Basics
Id: 5805
Status: rejected
Priority: 0/
Queue: Proc-Background

People
Owner: Nobody in particular
Requestors: kt6x-jcin [...] spamex.com
Cc:
AdminCc:

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



Subject: Support for Proc::Background on VMS
Contrary to popular belief, Unix and Windows are not the only operating systems :). I would like to add support for VMS, and am interested in writing a Proc::Background::VMS module. However looking at the Proc::Background module, it does seem to require patching to add another operating system. Perhaps a more pluggable approach would permit this. Also I would be interested in seeing POD documentation on how to write such a plug-in for another operating system.
Date: Thu, 25 Mar 2004 10:16:29 -0800
From: Blair Zajac <blair [...] orcaware.com>
To: bug-Proc-Background [...] rt.cpan.org
Subject: Re: [cpan #5805] Support for Proc::Background on VMS
RT-Send-Cc:
via RT wrote: Show quoted text
> > This message about Proc-Background was sent to you by IVORW <IVORW@cpan.org> via rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=5805 > > > Contrary to popular belief, Unix and Windows are not the only operating systems :). > > I would like to add support for VMS, and am interested in > writing a Proc::Background::VMS module. > > However looking at the Proc::Background module, it does seem > to require patching to add another operating system. Perhaps a > more pluggable approach would permit this. Also I would be > interested in seeing POD documentation on how to write such a > plug-in for another operating system.
Hi, I'd gladly take a VMS module. I don't there would be a lot to do. At the top of the Proc/Background.pm is the test for the OS that is being used and the selection proper module that becomed the super class. I would just look for the $is_windows value in the module and change the code there. Then you would copy the Unix.pm or Win32.pm and make a VMS.pm. It could be made pluggable also. I don't have the time to help write POD for making this pluggable however. Patches welcome :) Best, Blair -- Blair Zajac <blair@orcaware.com> Plots of your system's performance - http://www.orcaware.com/orca/
It's perfectly fine if you want to submit a pull request for VMS support, but without any access to that platform I don't foresee myself ever writing it.