Re: VMS::Time module

2013-01-02 Thread Craig A. Berry
On Jan 2, 2013, at 7:28 PM, Thomas Pfau wrote: > See http://nbpfaus.net/~pfau/perl.log for a log of a session where I start > with all of the files named properly, go through the build process, and make > a zipdist. The case in the filenames has been altered by the time things get > to the z

Re: VMS::Time module

2013-01-02 Thread Thomas Pfau
See http://nbpfaus.net/~pfau/perl.log for a log of a session where I start with all of the files named properly, go through the build process, and make a zipdist. The case in the filenames has been altered by the time things get to the zip file. On Tue, Jan 1, 2013 at 6:52 PM, Thomas Pfau wrote:

Re: VMS::Time module

2013-01-01 Thread Thomas Pfau
I just downloaded it recently. I believe it's the latest. I think the changes may occur as perl builds the directory tree. Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license. This is Zip 3.0 (July 5th 2008), by Info-ZIP. On Tue, Jan 1, 2013 at 6:35 PM, Craig A. Berry wrot

Re: VMS::Time module

2013-01-01 Thread Craig A. Berry
On Jan 1, 2013, at 2:26 PM, Thomas Pfau wrote: > I have this working on Alpha with (5.16.2) and without (5.10.0) 64 bit > integer support, and on VAX (5.8.4). > > Before uploading this to CPAN I'm curious if anyone has a solution for 'mmk > zipdist' mangling the case of filenames. The PAUSE

Re: VMS::Time module

2013-01-01 Thread Thomas Pfau
I have this working on Alpha with (5.16.2) and without (5.10.0) 64 bit integer support, and on VAX (5.8.4). Before uploading this to CPAN I'm curious if anyone has a solution for 'mmk zipdist' mangling the case of filenames. The PAUSE server wants to extract certain files from the distribution bu

Re: VMS::Time module

2012-12-31 Thread Thomas Pfau
I was thinking about this today and thought of another way to select the return format. What if the routines that returned a VMS time value had an extra argument indicating what format to return it in? Constants for the format argument could be provided by the module. The possible formats could

Re: VMS::Time module

2012-12-29 Thread Craig A. Berry
On Dec 27, 2012, at 8:52 PM, John E. Malmberg wrote: > On 12/24/2012 4:19 PM, Thomas Pfau wrote: >> I wrote a time module that interfaces to the VMS time system services - >> $BINTIM, $ASCTIM, $GETTIM, and $NUMTIM. I also had a replacement routines >> for $ASCTIM, $BINTIM and $GETTIM that coul

Re: VMS::Time module

2012-12-27 Thread John E. Malmberg
On 12/24/2012 4:19 PM, Thomas Pfau wrote: I wrote a time module that interfaces to the VMS time system services - $BINTIM, $ASCTIM, $GETTIM, and $NUMTIM. I also had a replacement routines for $ASCTIM, $BINTIM and $GETTIM that could be used on non-VMS platforms. Currently it accepts and returns

VMS::Time module

2012-12-24 Thread Thomas Pfau
I wrote a time module that interfaces to the VMS time system services - $BINTIM, $ASCTIM, $GETTIM, and $NUMTIM. I also had a replacement routines for $ASCTIM, $BINTIM and $GETTIM that could be used on non-VMS platforms. Currently it accepts and returns VMS time buffers as 8 byte strings but I was