Skip Menu |

This queue is for tickets about the File-Maintenance CPAN distribution.

Report information
The Basics
Id: 50870
Status: rejected
Priority: 0/
Queue: File-Maintenance

People
Owner: dhorne [...] cpan.org
Requestors: tj.randall [...] philips.com
Cc:
AdminCc:

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



Subject: possible bug?
Date: Tue, 27 Oct 2009 14:41:35 +0100
To: "bug-File-Maintenance [...] rt.cpan.org" <bug-File-Maintenance [...] rt.cpan.org>
From: "Randall, T J" <tj.randall [...] philips.com>
Just curious - has anyone reported a bug with File-Maintenance, where I have files in my output folder, and the output and archive folders being passed to File-Maintenance are valid. (also - this works on my local machine, but not the server where we run in QA - windows 2003 server) When running, I'm getting the following error: Can't use an undefined value as an ARRAY reference at C:/Perl/site/lib/Win32/TieRegistry.pm line 718. The code: $fm = File::Maintenance->new(); $fm->directory('d:/Apps/receivingAppFileProcessing/out'); $fm->archive_directory('d:/Apps/receivingAppFileProcessing/archive'); $fm->pattern('*'); $fm->recurse(1); $fm->age('0m'); $fm->archive; I just though I'd share that with you - I'd be happy to share any/all information that you need. Perl info: This is perl, v5.8.8 built for MSWin32-x86-multi-thread (with 50 registered patches, see perl -V for more detail) Copyright 1987-2006, Larry Wall Binary build 820 [274739] provided by ActiveState http://www.ActiveState.com Built Jan 23 2007 15:57:46 Thank you! T.j. Randall Senior Application Developer Philips Home Monitoring Information Technology Shared Services Tel: (508) 988-3205 Fax: (508) 988-1818 Cell: (774) 232-1984 Email: tj.randall@philips.com<outbind://232/tj.randall@philips.com> Show quoted text
________________________________ The information contained in this message may be confidential and legally protected under applicable law. The message is intended solely for the addressee(s). If you are not the intended recipient, you are hereby notified that any use, forwarding, dissemination, or reproduction of this message is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender by return e-mail and destroy all copies of the original message.
This is most likely a bug with Win32::TieRegistry ... File::Maintenance was not written on Windows, so it doesn't use this module directly, but I guess something under the covers of ActievState Perl 5.8 does. What version are you using? Have you tried with 0.26? I'm guessing that upgrading to Perl 5.10 is out of the question?
Subject: RE: [rt.cpan.org #50870] possible bug?
Date: Tue, 27 Oct 2009 20:16:05 +0100
To: "bug-File-Maintenance [...] rt.cpan.org" <bug-File-Maintenance [...] rt.cpan.org>
From: "Randall, T J" <tj.randall [...] philips.com>
Dan - Thank you for your quick reply!! I was thinking upgrade to 5.10 - once I get this project out the door for 11/02, I can focus on that. I wrote an el-quicko file mover to get through QA and into Production, but I want to get back to this afterwards. Thank you again - I appreciate it! Show quoted text
-----Original Message----- From: Dan Horne via RT [mailto:bug-File-Maintenance@rt.cpan.org] Sent: Tuesday, October 27, 2009 3:13 PM To: Randall, T J Subject: [rt.cpan.org #50870] possible bug? <URL: https://rt.cpan.org/Ticket/Display.html?id=50870 > This is most likely a bug with Win32::TieRegistry ... File::Maintenance was not written on Windows, so it doesn't use this module directly, but I guess something under the covers of ActievState Perl 5.8 does. What version are you using? Have you tried with 0.26? I'm guessing that upgrading to Perl 5.10 is out of the question? The information contained in this message may be confidential and legally protected under applicable law. The message is intended solely for the addressee(s). If you are not the intended recipient, you are hereby notified that any use, forwarding, dissemination, or reproduction of this message is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender by return e-mail and destroy all copies of the original message.
Bug in Win32::TieRegistry - not related to this module. See http://community.activestate.com/forum-topic/tieregistry-module-fails