FW: CPAN Upload: J/JD/JDB/libwin32-0.24.tar.gz

2005-02-14 Thread Jan Dubois
et me know and I'll pass along the outstanding patches so that you can help in the review. :) Cheers, -Jan -Original Message- From: PAUSE [mailto:[EMAIL PROTECTED] Sent: February 14, 2005 11:32 PM To: Jan Dubois Subject: CPAN Upload: J/JD/JDB/libwin32-0.24.tar.gz The uploaded file

RE: FW: CPAN Upload: J/JD/JDB/libwin32-0.24.tar.gz

2005-02-15 Thread Jan Dubois
On Tue, 15 Feb 2005, Reini Urban wrote: > I have a huge cygwin patch pending, based on rafael kitover's cygwin > work, simplifying the hints (one central hints file for all), some > missing functions centrally defined, and one huge central headerfile. > (no MODULE/pports.h et al., => ../win32perl.h

RE: README mailing list typo in libwin32-0.24 distribution

2005-02-15 Thread Jan Dubois
On Tue, 15 Feb 2005, Andrew Savige wrote: > The README file says: > > A new mailing list for development / maintenance has been created at > perl.org. You can subscribe by sending an empty email message to: > > [EMAIL PROTECTED] > > I tried that but it bounced. Apparently, it should be: > >

CPAN Upload: J/JD/JDB/libwin32-0.26.tar.gz

2005-09-17 Thread Jan Dubois
Hi there! I've just uploaded libwin32 version 0.26 to CPAN: > The uploaded file > >libwin32-0.26.tar.gz > > has entered CPAN as > > file: $CPAN/authors/id/J/JD/JDB/libwin32-0.26.tar.gz > size: 689584 bytes > md5: d2cbad935054bc115a27295afb55c576 I actually did upload 0.25 an hour earlier

RE: CPAN Upload: J/JD/JDB/libwin32-0.26.tar.gz

2005-09-17 Thread Jan Dubois
On Sat, 17 Sep 2005, Jan Dubois wrote: > I've tested 0.26 against Perl 5.6.0, 5.6.1, 5.8.2, 5.8.6 and 5.8.7, > all compiled with VC++ using ActivePerl compatible options > (ithreads etc). Forgot to add that it works with latest 5.9.3 (bleadperl) too. > I've also compil

RE: CPAN Upload: J/JD/JDB/libwin32-0.26.tar.gz

2005-09-18 Thread Jan Dubois
On Sun, 18 Sep 2005, Reini Urban wrote: > I just posted the updated cygwin package to be available via > http://cygwin.com/setup.exe Thanks! > I just had a minor issue when iodbc is used instead of the MSVC ODBC > headers. See https://rt.cpan.org/NoAuth/Bug.html?id=14634 I notice you only chang

RE: RE: CPAN Upload: J/JD/JDB/libwin32-0.26.tar.gz

2005-09-18 Thread Jan Dubois
On Sun, 18 Sep 2005, [EMAIL PROTECTED] wrote: > how do i get off this list? It is in the headers of every message from the list! Send an empty message to [EMAIL PROTECTED] Cheers, -Jan

RE: CPAN Upload: J/JD/JDB/libwin32-0.26.tar.gz

2005-09-19 Thread Jan Dubois
On Sun, 18 Sep 2005, Sisyphus wrote: > Something is not quite right. Everything compiles ok, but when I run > 'dmake test' I get: [...] > t\testok 1/18not ok 5 > Can't add a user so there really isn't any point in continuing... > t\testdubious > Test returned status 255 (wstat 6

Experimental tied handle interface in Win32API::File

2005-09-19 Thread Jan Dubois
I did integrate the experimental tied handle interface from the CYGWIN patch by Rafael Kitover and Reini Urban into Win32API::File for libwin32-0.26. This patch was needed because CYGWIN doesn't have any support for OsFHandleOpenFd(), and the tied interface allows to emulate it. However, this just

RE: Experimental tied handle interface in Win32API::File

2005-09-20 Thread Jan Dubois
On Tue, 20 Sep 2005, Reini Urban wrote: > Oh sorry! I've added it to the cygwin distro, but will remove it then > and add this interface to the upcoming Win32::TieFile package. > > Ok with me. Just to make sure we don't duplicate work: Do you want to create the Win32::TieFile module yourself, or s

RE: Experimental tied handle interface in Win32API::File

2005-09-20 Thread Jan Dubois
On Tue, 20 Sep 2005, Reini Urban wrote: > Jan Dubois schrieb: >> Just to make sure we don't duplicate work: Do you want to create the >> Win32::TieFile module yourself, or should I refactor it? I would >> still put in Rafael and you as the authors, of course. > > I

RE: Trying to build latest Win32 module.

2005-11-16 Thread Jan Dubois
On Wed, 16 Nov 2005, Mark Nettleingham wrote: > > I am trying to build the latest Win32 module (release 0.26) when I > attempt a make (nmake) either manually or using CPANPLUS I get the > following error. > > Microsoft (R) Program Maintenance Utility Version 7.10.3077 > Copyright (C) Micros

RE: Trying to build latest Win32 module.

2005-11-16 Thread Jan Dubois
On Wed, 16 Nov 2005, Reini Urban wrote: > Jan Dubois schrieb: > > Even if you compile and install libwin32 itself, the Win32 module > > will not be used by Perl because it gets installed in the site/lib > > directory, which is being shadowed by the core Perl version of the

RE: Win32::OLE crashes

2005-11-28 Thread Jan Dubois
On Mon, 28 Nov 2005, Richard Bell wrote: > I'm trying to make some enhancements to Win32::IE::Mechanize that > involve (in part) blocking popups. Several online examples suggest > catching the NewWindow event and setting cancel true. When I attempt > to do so I get Win32::OLE crashes. I've included

RE: Libwin32 library on Linux

2005-12-13 Thread Jan Dubois
On Tue, 13 Dec 2005, Guillermo Movia wrote: > Hi, all, maybe it's a stupid question, but: > > Can i use this lib in a Linux installation to modify users from > Windows Server machine? The libwin32 module only work inside Windows. So the only way to get it to work would be to run a Windows emulato

RE: Win32::OLE for IIS

2006-02-09 Thread Jan Dubois
On Mon, 06 Feb 2006, a b wrote: > > I have one require to modify the properties of IIS runing on remote > > machine. i tried it with Win32::OLE module but unsuccessful > > > > my $Collection = Win32::OLE->GetObject("IIS://".$hostname."/w3svc"); I think this will only work if you have IIS installed

RE: $Win32::VERSION problem

2007-03-07 Thread Jan Dubois
On Wed, 07 Mar 2007, Yitzchak Scott-Thoennes wrote: > Jan Dubois wrote: >> file: $CPAN/authors/id/J/JD/JDB/Win32-0.27.tar.gz >> file: $CPAN/authors/id/J/JD/JDB/libwin32-0.27.tar.gz > > Thanks a lot for doing this, Jan. > > Should the libwin32 distribution have the

RE: Please review Win32-0.27_02

2007-05-16 Thread Jan Dubois
On Wed, 16 May 2007, Sisyphus wrote: > From: "Jan Dubois" <[EMAIL PROTECTED]> > I notice that my (64-bit) build 820 of ActivePerl already reports that > $Win32::VERSION is 0.28. Good catch. The 0.28 in AP820 is actually just 0.27 plus the Win32::IsAdmin change, so i

RE: Please review Win32-0.27_02

2007-05-16 Thread Jan Dubois
On Wed, 16 May 2007, Steve Hay wrote: > Jan Dubois wrote: > Testing on Win32 with VC6, there's one warning produced when building: > > Didn't find a 'MODULE ... PACKAGE ... PREFIX' line That is harmless, but I've fixed it anyways... > Otherwise looks

RE: Please review Win32-0.27_02

2007-05-17 Thread Jan Dubois
On Thu, 17 May 2007, Steve Hay wrote: > Jan Dubois wrote: > > I've uploaded 0.28_01 to CPAN; final release will be 0.29, as 0.28 > > has already been used by ActivePerl 820. > > > All looks OK on WinXP with VC6 against perl-5.8.8, maint and blead, and > with GCC a

RE: Please review Win32-0.27_02

2007-05-18 Thread Jan Dubois
On Fri, 18 May 2007, Steve Hay wrote: > Jan Dubois wrote: >> I have applied your patch and incremented the version to 0.29 now. > > Thanks. (Not sure who this 'Stave Hay' mentioned in the Changes file > is, though ;-) Sorry about that, will be fixed in

RE: Should Win32::OLE work with Excel 2007?

2007-07-03 Thread Jan Dubois
On Tue, 03 Jul 2007, Steve Hay wrote: > I don't have Excel 2007 to test this myself, but somebody that uses a > perl distribution that I have built tells me that a script of his that > uses Win32::OLE to access Excel spreadsheets and works fine with Excel > 2002 no longer works with Excel 2007. > >

libwin32 repository on Google Code

2008-02-25 Thread Jan Dubois
I've created a project for libwin32 on Google Code and imported all old tarballs and patches from BackPAN, CPAN and my personal archives into it so that we have a public repository of all the historical changes. The project URL is: http://code.google.com/p/libwin32/ As I indicated before, I'

RE: Win32::API v0.52 released to CPAN

2008-03-03 Thread Jan Dubois
On Sun, 02 Mar 2008, Sisyphus wrote: > > However, it won't build on ActiveState's 64-bit build of perl > 5.10 (and 5.8.8). Are there any plans to get this module working > on the 64-bit builds ? ... or is this an unrealistic expectation ? > > On my Vista 64 box, I'm using the Microsoft Platform SDK

RE: Win32::API v0.52 released to CPAN

2008-03-03 Thread Jan Dubois
On Sat, 01 Mar 2008, Cosimo Streppone wrote: > Latest changes > -- > > 2008-03-01 Win32::API v0.52 Cosimo > > - Devel::AssertOS was not properly set up in 0.51. > > 2008-03-01 Win32::API v0.51 Cosimo > > - Cleaned up API.pm pod docs and clearly stated Win32::API li

RE: Win32::API v0.52 released to CPAN

2008-03-03 Thread Jan Dubois
On Mon, 03 Mar 2008, David Golden wrote: > On Mon, Mar 3, 2008 at 10:25 AM, Jan Dubois <[EMAIL PROTECTED]> wrote: > > However, I think using Devel::AssertOS is really overkill for this purpose. > > I just use the following code in most Win32::* modules: > > >

RE: Win32::API v0.52 released to CPAN

2008-03-03 Thread Jan Dubois
On Mon, 03 Mar 2008, Cosimo Streppone wrote: > I think it's interesting, but what really puzzles me is how I managed > to screw up the META.yml that many times before understanding that > EU::MM was breaking it just before a `make dist' :( Yes, happened to me too a while ago. The minimal Makefile

RE: Win32 pm won't install through PPM

2008-04-15 Thread Jan Dubois
On Tue, 15 Apr 2008, Sisyphus wrote: On Tue, 15 Apr 2008, "doc" <[EMAIL PROTECTED]> wrote: > > I'm using PPM to download and install on XP Pro the Win32 pm and it > > comes up with a path error ERROR: 500 Cannot write to > > 'C:\DOCUME~1\regbuild\LOCALS~1\Temp\ppm- > > ZriaEM/Win32-x86-multi-thread

RE: Win32-IPC-1.06 fails to define INFINITE

2008-04-16 Thread Jan Dubois
On Wed, 16 Apr 2008, Christopher J. Madsen wrote: > > Does anybody have any idea what could cause this? It's impossible for > the DLL not to define INFINITE. It's no longer a conditional > compilation; if INFINITE is not defined, the code won't compile. > > The only thing I can think of is that

RE: Win32-IPC-1.06 fails to define INFINITE

2008-04-16 Thread Jan Dubois
On Wed, 16 Apr 2008, Jan Dubois wrote: > | Now that I'm typing this, I have one other idea though: if the module > | links against a different runtime library than perl58.dll, then the Just to be clear, what I mean is that IPC.dll links against e.g. MSVCR71.dll while perl58.dll li

RE: Win32::API source code history import into svn

2008-05-24 Thread Jan Dubois
On Sat, 24 May 2008, Cosimo Streppone wrote: > > Is there something like a "devel" branch? > Or maybe everything's considered "devel" unless tagged > as cpan release? Yes, the trunk/ is the canonical development branch, at least if you are the maintainer of the particular module. If *I* wanted t

RE: Win32::API source code history import into svn

2008-05-24 Thread Jan Dubois
On Sat, 24 May 2008, Bill Luebkert wrote: > I need to be able to handle an arg/return type of : > signed/unsigned __int64 > on a 32-bit OS for some debug API calls (I assume it would be even > more useful on a 64-bit OS, but possibly int defaults to 64 there > making it unnecessary). In 64-b

RE: HELP Please - PerlWin32 Netadmin UserChangePassword Question

2008-09-23 Thread Jan Dubois
On Mon, 22 Sep 2008, Jeffrey Wortner wrote: > I am looking for a way to remotely change the password for hundreds of > systems for security compliance reasons. Looking at using the > PerlWin32 Netadmin UserChangePassword command. I have firewalls in > place and need to know what port is used for th

RE: Request for Information

2009-02-09 Thread Jan Dubois
On Wed, 04 Feb 2009, Singer, Erich wrote: > I am using Perl at work and just heard about the mailing list. Hi Erich, This list is for discussion and development of all modules that used to be part of the libwin32 bundle. You can find the source code repository for these modules here: http:/

RE: Win32::API port to 64 bits

2009-02-16 Thread Jan Dubois
On Sat, 14 Feb 2009, Cosimo Streppone wrote: > In data 13 febbraio 2009 alle ore 22:00:01, Bauer, Steven > ha scritto: > > with either VS2008 or VS2005 or just the SDK and get it available on > > the public net. Which do you prefer? > > Don't know. I guess we should aim for VS2008, since it's the

RE: Win32::API port to 64 bits svn branch created

2009-02-16 Thread Jan Dubois
On Sat, 14 Feb 2009, Cosimo Streppone wrote: > Quick follow up. > > I just created a branch to host the "port to 64 bits" development. > It's here: > > > http://code.google.com/p/libwin32/source/browse/#svn/branches/Win32-API/port-to-64-bits > > Svn url: > >https://libwin32.googlecode.com/s

RE: Win32::API port to 64 bits

2009-02-17 Thread Jan Dubois
On Tue, 17 Feb 2009, Bauer, Steven wrote: Steven, > I understand your concern about V2008. I've had to install the msvcrt > redistributable for some of my projects built under VS2005/8. > > As for 32/64 compatiblity, the ppm library has separate versions for > 64 and 32 bit perl already, I believ

RE: Win32::API port to 64 bits svn branch created

2009-02-17 Thread Jan Dubois
On Tue, 17 Feb 2009, Bauer, Steven wrote: > I've tried to access the code through svn using tortoise, and the > libwin32.googlecode.com comes back with host not found. > > Does it only work with command-line svn? I don't really know; I only use commandline svn. :) Did you specify the correct user

RE: Win32::API port to 64 bits svn branch created

2009-02-18 Thread Jan Dubois
On Tue, 17 Feb 2009, Bauer, Steven wrote: > I've tried to access the code through svn using tortoise, and the > libwin32.googlecode.com comes back with host not found. > > Does it only work with command-line svn? I just installed the latest TortoiseSVN on a Win2K test image (after manually adding

RE: GetActiveObject for Internet Explorer does not work?

2009-02-23 Thread Jan Dubois
On Sun, 22 Feb 2009, Mark Trostler wrote: > Try as I might I cannot get GetActiveObject to ever return anything > other than undef when using 'InternetExplorer.Application'. I can > create new instances of IE no problem but can NEVER get a currently > running one... It is the foremost window with f

RE: GetActiveObject for Internet Explorer does not work?

2009-02-23 Thread Jan Dubois
On Mon, 23 Feb 2009, Mark Trostler wrote: > Bummer but thanks for the info. Does this mean in ANY Win32 language > you cannot interact with a currently running IE instance via OLE? You can interact with it if you have an interface pointer to it. The problem is that you cannot get a pointer to an I

RT/mailing-list integration

2009-03-02 Thread Jan Dubois
I've updated the RT queues for (almost) all libwin32 modules stored in the http://libwin32.googlecode.com/ repository to CC all bug reports to the libwin32@perl.org mailing list (I'm not totally sure if this will only affect new bug reports, or also additions and resolutions to existing bugs)

Should Win32::GetOSName() detect "Windows Home Server"?

2009-06-18 Thread Jan Dubois
Right now "Windows Home Server" it is being reported as "Win2003". I'm tempted to say it should return "WinHomeServer" instead. What about "Windows 2003 R2" and "Windows 2008 R2"? Should we append the "R2" to the OSName as well? The R2 versions are quite a bit different from the original release

RE: Should Win32::GetOSName() detect "Windows Home Server"?

2009-06-18 Thread Jan Dubois
o, do you think any of these 3 return value changes are acceptable for the core? Cheers, -Jan On Thu, 18 Jun 2009, Jan Dubois wrote: > > Right now "Windows Home Server" it is being reported as "Win2003". > I'm tempted to say it should return "WinHomeServer"

RE: [rt.cpan.org #47398] mingw 4.4.0 can't compile Win32-API-0.58.tar.gz..

2009-06-30 Thread Jan Dubois
On Tue, 30 Jun 2009, Cosimo Streppone via RT wrote: > I'm in the process of resetting up my laptop, and I need to restart > with the whole MSVC/sdk hell, so this might take a while. > > I hope to keep the time reasonable. Let me know if you want help! E.g. you could apply the patch to the repo,

RE: [rt.cpan.org #47398] mingw 4.4.0 can't compile Win32-API-0.58.tar.gz..

2009-07-01 Thread Jan Dubois
On Tue, 30 Jun 2009, Cosimo Streppone via RT wrote: > It's in trunk, but still marked as v0.58. > > I didn't have a chance to even compile it. Sorry. > > > increment the version number etc, and I'll test with MSVC > > on a number of platforms (just give me list which ones you want > > tested) >

RE: [rt.cpan.org #47574]

2009-07-06 Thread Jan Dubois
On Sun, 05 Jul 2009, Bill Luebkert wrote: > > I'm using active state perl 5.10.1004, and when I try to use > > SetAttributes to set the compress flag I get a true return value > > (indicating ok?), but the file is not compressed. > > I'd call it a lack of documentation - Set doesn't allow COMPRESS

RE: libwin32 repository on github

2010-01-18 Thread Jan Dubois
[Given that it is a general libwin32 question I've copied Chris Madsen and the libwin32 mailing list for a wider chance for feedback. Chris is the only other maintainer besides you and me who actually committed changes to the libwin32.googlecode.com repository, so his opinion is important too.]On

RE: libwin32 repository on github

2010-01-19 Thread Jan Dubois
On Tue, 19 Jan 2010, David Golden wrote: > On Tue, Jan 19, 2010 at 12:45 AM, Jan Dubois wrote: > > Indeed, I personally prefer git over svn quite a bit too. > > > > The one reason I have for sticking with Google is that I feel they are > > more likely to still be ar

RE: libwin32 svn repository imported into github

2010-03-17 Thread Jan Dubois
On Wed, 17 Mar 2010, Cosimo Streppone wrote: > > Just as a test, I managed to import all of libwin32 svn > into github. > > Jan, please can you have a look? > >http://github.com/cosimo/libwin32/ > > I seem to recall we didn't reach a final decision on this, > but just in case, can we procee

RE: [OT] libwin32 mailing list archive

2010-03-31 Thread Jan Dubois
On Wed, 31 Mar 2010, Sisyphus wrote: > > Is there an archive for this mailing list somewhere ? > > Since this list is (apparently) hosted by perl.org, I expected to be able to > track down that piece of information at lists.perl.org but there's no > mention of libwin32 at http://lists.perl.org/al

RE: [rt.cpan.org #55660] [PATCH] Partial win64 support for Win32::API

2010-05-10 Thread Jan Dubois
On Mon, 10 May 2010, Sisyphus wrote: > The compiler I'm using (which is the same compiler that ActiveState used to > build their x64 perl) is not strictly an MSVC++ compiler - it's the > "Microsoft Platform SDK for Windows Server 2003 R2". > > Jan reckons it's still freely available, and he's prob

RE: Win32::Console Question: How to attache a process to console

2010-08-04 Thread Jan Dubois
On Wed, 04 Aug 2010, lacunasolutions wrote: > > I am looking how to attache a cmdline tool to a console and controll > it then. > > 1. Is this possible? There is an AttachConsole() API in Windows, but it is not exposed via Win32::Console. It would be trivial to add though. The real question is

RE: libwin32 commit bit?

2010-09-22 Thread Jan Dubois
Oops, wanted to CC to the list too. Cheers, -Jan On Wed, 22 Sep 2010, Jan Dubois wrote: > Olivier Mengué wrote: > > Hi Jan, > > > > You have probably followed my patches for the following libwin32 bugs: > > - RT#50020 : Win32::Daemon > > - RT#61484 : Win32::Even

RE: Win32-IPC is now on GitHub

2010-12-11 Thread Jan Dubois
On Sat, 11 Dec 2010, Christopher J. Madsen wrote: > > Win32-IPC development has moved to GitHub. You can browse or fork the > repository at: > > http://github.com/madsen/win32-ipc > > I'm leaving the files in the Google Code Subversion repository for > historical reasons, but they will no lon

RE: Win32API::Net 0.15 and mingw.

2011-01-07 Thread Jan Dubois
On Thu, 06 Jan 2011, Sisyphus wrote: > > Hi, > > There's still a (different) problem with this module and mingw.org's > gcc-3.4.5. During 'dmake' I'm getting: > > > Net.xs:52: error: conflicting types for 'USER_INFO_4' > C:/home/rob/mingw_vista/i686-pc-mingw32/bin/..

RE: Win32API::Net 0.15 and mingw.

2011-01-07 Thread Jan Dubois
On Fri, 07 Jan 2011, Jan Dubois wrote: > I guess I should define all new structures with a different name and > not use the lmaccess.h version for any compiler. I'll try that later... I've now uploaded Win32API-Net-0.16 using this approach. Let me know if you still find

RE: Trying to push out a new Win32::API release

2011-02-21 Thread Jan Dubois
On Thu, 17 Feb 2011, Cosimo Streppone wrote: > If there's no feedback in a couple of days, I'll go on. Currently the code on GitHub fails for me with VC6 on Windows 2000 for 5.8, 5.10, and 5.12. Interestingly the failures get worse when I copy the api-test-debug\API_Test.dll into the main directo

RE: Trying to push out a new Win32::API release

2011-02-25 Thread Jan Dubois
On Mon, 21 Feb 2011, Cosimo Streppone wrote: > On Tue, 22 Feb 2011 10:39:58 +1100, Jan Dubois > wrote: > > > On Thu, 17 Feb 2011, Cosimo Streppone wrote: > >> If there's no feedback in a couple of days, I'll go on. > > > > Currently the code on Gi

RE: Trying to push out a new Win32::API release

2011-03-04 Thread Jan Dubois
On Fri, 25 Feb 2011, Jan Dubois wrote: > > As I suspected, there is indeed something wrong with the bundled API_test.dll. Actually, it turns out the issue was with using Cygwin git. :( Because the *.dll files in the repo have 644 onstead of 755 permissions they won't get the F

RE: Migration from Google Code to GitHub

2012-07-20 Thread Jan Dubois
On Fri, 25 May 2012, Olivier Mengué wrote: > > Looks like I missed the announcement for the migration from Google > Code to GitHub. And, unfortunately as the Google Code project is still > active, so I have done a few commits there. Don't worry, I'll repeat As far as I can tell, there have been 2

RE: "Win32::API::Callback::IATPatch" name for DLL/SO hooker for Win32::API

2012-10-15 Thread Jan Dubois
On Sun, 14 Oct 2012, bulk 88 wrote: > > I haven't heard from you since my last post a month ago. Sorry, I didn't have time to look at this in details. My gut feeling is that API hooking should be in a separate module, not not jammed into Win32::API. But this is not a fully informed opinion, so

Re: ActiveState's PPM distropref patch of Win32::API

2012-10-26 Thread Jan Dubois
I've removed the Win32-API distroprefs from the PPM build system and pushed the change to all Windows builders. I've then forced a rebuild of the latest Win32-API (0.73), and the builds all succeeded without problems. So the vestigial traces in the files to keep the patch working can now be remove

[rt.cpan.org #43710] Test RT/mailing-list integration

2009-03-01 Thread Jan Dubois via RT
Fri Feb 27 12:26:07 2009: Request 43710 was acted upon. Transaction: Ticket created by JDB Queue: Win32 Subject: Test RT/mailing-list integration Broken in: 0.39 Severity: Unimportant Owner: Nobody Requestors: j...@cpan.org Status: new Ticket https://rt.cpan.org/T

[rt.cpan.org #43710] Test RT/mailing-list integration

2009-03-02 Thread Jan Dubois via RT
Mon Mar 02 04:17:08 2009: Request 43710 was acted upon. Transaction: Correspondence added by JDB Queue: Win32 Subject: Test RT/mailing-list integration Broken in: 0.39 Severity: Unimportant Owner: Nobody Requestors: j...@cpan.org Status: new Ticket https://rt.cpan

[rt.cpan.org #33485] Problem with EPIC debugger and Win32::OLE

2009-03-10 Thread Jan Dubois via RT
Mon Mar 09 15:17:46 2009: Request 33485 was acted upon. Transaction: Correspondence added by JDB Queue: Win32-OLE Subject: Problem with EPIC debugger and Win32::OLE Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: oliver.k...@linde-le.com Status

[rt.cpan.org #47419] fail during installation

2009-07-02 Thread Jan Dubois via RT
Wed Jul 01 20:34:23 2009: Request 47419 was acted upon. Transaction: Correspondence added by JDB Queue: Win32-Registry Subject: fail during installation Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: valko...@gmail.com Status: new Ticket http

[rt.cpan.org #49081] GetUNCName() doesn' t return Windows UNC path in VirtualBox

2009-08-28 Thread Jan Dubois via RT
Thu Aug 27 20:51:11 2009: Request 49081 was acted upon. Transaction: Ticket created by JDB Queue: Win32-NetResource Subject: GetUNCName() doesn' t return Windows UNC path in VirtualBox Broken in: (no value) Severity: Normal Owner: Nobody Requestors: pa...@cse.yorku.ca

[rt.cpan.org #49619] Bareword "NORMAL_PRIORITY_CLASS" not allowed while "strict subs"

2009-09-12 Thread Jan Dubois via RT
Fri Sep 11 13:54:13 2009: Request 49619 was acted upon. Transaction: Correspondence added by JDB Queue: Win32-Process Subject: Bareword "NORMAL_PRIORITY_CLASS" not allowed while "strict subs" Broken in: 0.14 Severity: (no value) Owner: Nobody Requestors: dji...@cpan.org

[rt.cpan.org #53498] META.yml incompatible with latest Module::Build releases

2010-01-08 Thread Jan Dubois via RT
Thu Jan 07 16:28:10 2010: Request 53498 was acted upon. Transaction: Ticket created by JDB Queue: Win32-IPC Subject: META.yml incompatible with latest Module::Build releases Broken in: 1.07 Severity: Important Owner: Nobody Requestors: j...@cpan.org Status: new Ti

[rt.cpan.org #53704] t/ole.t failing test 42 (translate ANSI->OEM)

2010-01-15 Thread Jan Dubois via RT
Thu Jan 14 20:12:21 2010: Request 53704 was acted upon. Transaction: Correspondence added by JDB Queue: Win32-OLE Subject: t/ole.t failing test 42 (translate ANSI->OEM) Broken in: (no value) Severity: (no value) Owner: JDB Requestors: k...@cpan.org Status: open Ti

[rt.cpan.org #53914] Bug report for Win32::API::Callback

2010-09-08 Thread Jan Dubois via RT
Tue Sep 07 15:44:56 2010: Request 53914 was acted upon. Transaction: Correspondence added by JDB Queue: Win32-API Subject: Bug report for Win32::API::Callback Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: perls...@mail.bg Status: open Ticket

[rt.cpan.org #62103] Documentation: Newline before the example 2 code is missing

2010-10-14 Thread Jan Dubois via RT
Thu Oct 14 15:53:09 2010: Request 62103 was acted upon. Transaction: Correspondence added by JDB Queue: Win32-Daemon Subject: Documentation: Newline before the example 2 code is missing Broken in: 20100921 Severity: Normal Owner: Nobody Requestors: ren...@cpan.org

[rt.cpan.org #56971] GetFolderPath.t tests on false assumption

2010-12-08 Thread Jan Dubois via RT
Wed Dec 08 15:23:32 2010: Request 56971 was acted upon. Transaction: Correspondence added by JDB Queue: Win32 Subject: GetFolderPath.t tests on false assumption Broken in: 0.39 Severity: Normal Owner: Nobody Requestors: bol...@boldra.org Status: new Ticket https:/

[rt.cpan.org #57172] Windows 2008 Server version detection by GetOSVersion()

2010-12-08 Thread Jan Dubois via RT
Wed Dec 08 15:25:31 2010: Request 57172 was acted upon. Transaction: Correspondence added by JDB Queue: Win32 Subject: Windows 2008 Server version detection by GetOSVersion() Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: m...@otrs.org Status:

[rt.cpan.org #2392] Win32::GetFolderPath fails

2010-12-08 Thread Jan Dubois via RT
Wed Dec 08 15:28:02 2010: Request 2392 was acted upon. Transaction: Correspondence added by JDB Queue: Win32 Subject: Win32::GetFolderPath fails Broken in: (no value) Severity: Important Owner: Nobody Requestors: lgodd...@cpan.org Status: new Ticket https://rt.cpa

[rt.cpan.org #63797] Win32 detected if running 32-bit perl on 64-bit windows

2010-12-10 Thread Jan Dubois via RT
Fri Dec 10 20:49:32 2010: Request 63797 was acted upon. Transaction: Correspondence added by JDB Queue: Win32 Subject: Win32 detected if running 32-bit perl on 64-bit windows Broken in: 0.40 Severity: (no value) Owner: Nobody Requestors: m...@otyrs.org Status: open

[rt.cpan.org #63882] Problem with tk_getopenfile and Win32::OLE::Const

2010-12-13 Thread Jan Dubois via RT
Mon Dec 13 20:14:10 2010: Request 63882 was acted upon. Transaction: Correspondence added by JDB Queue: Win32-OLE Subject: Problem with tk_getopenfile and Win32::OLE::Const Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: conversecoroll...@yahoo.com

[rt.cpan.org #58537] CAST in lvalue : compilation error under gcc 4.4.3

2011-01-06 Thread Jan Dubois via RT
Thu Jan 06 17:22:01 2011: Request 58537 was acted upon. Transaction: Correspondence added by JDB Queue: Win32API-Net Subject: CAST in lvalue : compilation error under gcc 4.4.3 Broken in: 0.14 Severity: Critical Owner: Nobody Requestors: d...@cpan.org, ysaw...@cpan.org

[rt.cpan.org #49946] Please add READ share to output logs created by Win32::Job->spawn

2011-01-06 Thread Jan Dubois via RT
Thu Jan 06 21:00:23 2011: Request 49946 was acted upon. Transaction: Correspondence added by JDB Queue: Win32-Job Subject: Please add READ share to output logs created by Win32::Job->spawn Broken in: 0.03 Severity: Wishlist Owner: Nobody Requestors: john.el...@comcast.ne

[rt.cpan.org #64715] [PATCH] Compile Fix for MinGW/Cygwin

2011-01-13 Thread Jan Dubois via RT
Thu Jan 13 21:08:05 2011: Request 64715 was acted upon. Transaction: Correspondence added by JDB Queue: Win32-Clipboard Subject: [PATCH] Compile Fix for MinGW/Cygwin Broken in: 0.55 Severity: Critical Owner: Nobody Requestors: rkito...@cpan.org Status: new Ticket

[rt.cpan.org #64577] Won't compile on Strawberry Perl 64 bit

2011-01-17 Thread Jan Dubois via RT
Mon Jan 17 21:09:56 2011: Request 64577 was acted upon. Transaction: Correspondence added by JDB Queue: Win32-Daemon Subject: Won't compile on Strawberry Perl 64 bit Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: ha...@strotbek.com Status: new

[rt.cpan.org #64575] Start callback not called with Strawberry Perl 5.10 / 5.12

2011-01-17 Thread Jan Dubois via RT
Mon Jan 17 21:11:06 2011: Request 64575 was acted upon. Transaction: Correspondence added by JDB Queue: Win32-Daemon Subject: Start callback not called with Strawberry Perl 5.10 / 5.12 Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: ha...@strotbek.co

[rt.cpan.org #42685] Version of Win32::API for 64-bit Windows

2011-02-17 Thread Jan Dubois via RT
Thu Feb 17 12:41:41 2011: Request 42685 was acted upon. Transaction: Correspondence added by JDB Queue: Win32-API Subject: Version of Win32::API for 64-bit Windows Broken in: (no value) Severity: (no value) Owner: COSIMO Requestors: r...@cpan.org, steven.ba...@amd.com

[rt.cpan.org #70665] Win32::OLE and OFFLB

2011-09-01 Thread Jan Dubois via RT
Thu Sep 01 15:15:10 2011: Request 70665 was acted upon. Transaction: Correspondence added by JDB Queue: Win32-OLE Subject: Win32::OLE and OFFLB Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: conversecoroll...@yahoo.com Status: open Ticket htt

[rt.cpan.org #78820] Add Win32::GetACP and Win32::GetOEMCP functions

2012-08-06 Thread Jan Dubois via RT
Mon Aug 06 16:02:19 2012: Request 78820 was acted upon. Transaction: Ticket created by JDB Queue: Win32 Subject: Add Win32::GetACP and Win32::GetOEMCP functions Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: j...@cpan.org Status: new Ticket h

[rt.cpan.org #78820] Add Win32::GetACP and Win32::GetOEMCP functions

2012-08-15 Thread Jan Dubois via RT
Wed Aug 15 03:59:07 2012: Request 78820 was acted upon. Transaction: Correspondence added by JDB Queue: Win32 Subject: Add Win32::GetACP and Win32::GetOEMCP functions Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: j...@cpan.org Status: open T

[rt.cpan.org #66751] make test fails on cygwin

2012-08-15 Thread Jan Dubois via RT
Wed Aug 15 04:01:46 2012: Request 66751 was acted upon. Transaction: Correspondence added by JDB Queue: Win32 Subject: make test fails on cygwin Broken in: 0.44 Severity: Normal Owner: Nobody Requestors: br...@minton.name Status: open Ticket https://rt.cpan.org/Ti

[rt.cpan.org #74332] [perl #108956] [PATCH] 84403b0 skip testing cygwin utf8 readdir() with Win32 ANSI API

2012-08-15 Thread Jan Dubois via RT
Wed Aug 15 04:05:07 2012: Request 74332 was acted upon. Transaction: Correspondence added by JDB Queue: Win32 Subject: [perl #108956] [PATCH] 84403b0 skip testing cygwin utf8 readdir() with Win32 ANSI API Broken in: (no value) Severity: (no value) Owner: Nobody Request

[rt.cpan.org #82572] Using Win32.pm on Windows 2012 results in "Unknown Windows version [2:6:2]" warning

2013-02-19 Thread Jan Dubois via RT
Tue Feb 19 16:21:35 2013: Request 82572 was acted upon. Transaction: Correspondence added by JDB Queue: Win32 Subject: Using Win32.pm on Windows 2012 results in "Unknown Windows version [2:6:2]" warning Broken in: 0.45 Severity: Critical Owner: Nobody Requestors: th...@

[rt.cpan.org #83474] test of Win32::LoginName in Names.t fails

2013-02-21 Thread Jan Dubois via RT
Thu Feb 21 20:39:11 2013: Request 83474 was acted upon. Transaction: Correspondence added by JDB Queue: Win32 Subject: test of Win32::LoginName in Names.t fails Broken in: 0.46 Severity: Normal Owner: Nobody Requestors: cho...@cpan.org Status: new Ticket https://r

[rt.cpan.org #94730] Build fails (in blead, at least) with www.mingw.org's gcc-4.8.1

2014-04-15 Thread Jan Dubois via RT
Tue Apr 15 15:02:54 2014: Request 94730 was acted upon. Transaction: Correspondence added by JDB Queue: Win32 Subject: Build fails (in blead, at least) with www.mingw.org's gcc-4.8.1 Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: s...@cpan.org

[rt.cpan.org #95612] Fails to build on Cygwin64

2014-05-14 Thread Jan Dubois via RT
Wed May 14 18:55:32 2014: Request 95612 was acted upon. Transaction: Correspondence added by JDB Queue: Win32-OLE Subject: Fails to build on Cygwin64 Broken in: 0.1711 Severity: Important Owner: Nobody Requestors: bin...@cpan.org Status: open Ticket https://rt.cpa

[rt.cpan.org #99461] Win32::NetAdmin::LocalGroupIsMember crashes 64-bit Perl

2014-10-21 Thread Jan Dubois via RT
Tue Oct 21 19:43:26 2014: Request 99461 was acted upon. Transaction: Correspondence added by JDB Queue: Win32-NetAdmin Subject: Win32::NetAdmin::LocalGroupIsMember crashes 64-bit Perl Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: bruce.r...@infor.c

Re: [rt.cpan.org #123720] Problem Installing Module

2017-11-25 Thread Jan Dubois via RT
Sat Nov 25 23:06:50 2017: Request 123720 was acted upon. Transaction: Correspondence added by j...@jandubois.com Queue: Win32-IPC Subject: Re: [rt.cpan.org #123720] Problem Installing Module Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: tom.mor...@

[rt.cpan.org #127836] Cygwin: wcslen(), wcscpy() called without being declared

2019-05-05 Thread Jan Dubois via RT
Sun May 05 22:10:25 2019: Request 127836 was acted upon. Transaction: Correspondence added by JDB Queue: Win32 Subject: Cygwin: wcslen(), wcscpy() called without being declared Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: to...@cpan.org Stat

[rt.cpan.org #127836] Cygwin: wcslen(), wcscpy() called without being declared

2019-08-05 Thread Jan Dubois via RT
Mon Aug 05 20:59:07 2019: Request 127836 was acted upon. Transaction: Correspondence added by JDB Queue: Win32 Subject: Cygwin: wcslen(), wcscpy() called without being declared Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: to...@cpan.org Stat