Skip Menu |

This queue is for tickets about the libwin32 CPAN distribution.

Report information
The Basics
Id: 37662
Status: resolved
Priority: 0/
Queue: libwin32

People
Owner: Nobody in particular
Requestors: toddr [...] cpanel.net
Cc:
AdminCc:

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



Subject: Bundle::libwin32 continues to show as out of date?
Hi, even with installation of Bundle::libwin32, Bundle::libwin32 continues to show as out of date when running r from cpan. This is using cpan on strawberry perl 5.10 ----- Show quoted text
cpan> r
Database was generated on Mon, 14 Jul 2008 01:43:15 GMT Package namespace installed latest in CPAN file Bundle::libwin32 0.28 0.29 JDB/libwin32-0.29.tar.gz Win32::GUI::Scintilla::Perl undef 0.02 ROBERTMAY/Win32- GUI/Win32-GUI-1.06.tar.gz Show quoted text
cpan> install Bundle::libwin32
Win32 is up to date (0.38). Win32::ChangeNotify is up to date (1.07). Win32::Clipboard is up to date (0.53). Win32::Console is up to date (0.09). Win32::Event is up to date (1.07). Win32::EventLog is up to date (0.076). Win32::File is up to date (0.06). Win32::FileSecurity is up to date (1.06). Win32::IPC is up to date (1.07). Win32::Internet is up to date (0.084). Win32::Job is up to date (0.03). Win32::Mutex is up to date (1.07). Win32::NetAdmin is up to date (0.11). Win32::NetResource is up to date (0.056). Win32::ODBC is up to date (0.034). Win32::OLE is up to date (0.1709). Win32::PerfLib is up to date (0.06). Win32::Pipe is up to date (0.024). Win32::Process is up to date (0.14). Win32::Registry is up to date (0.10). Win32::Semaphore is up to date (1.07). Win32::Service is up to date (0.06). Win32::Shortcut is up to date (0.07). Win32::Sound is up to date (0.49). Win32::TieRegistry is up to date (0.25). Win32::WinError is up to date (0.03). Win32API::File is up to date (0.1001_01). Win32API::Net is up to date (0.12). Win32API::Registry is up to date (0.30). Show quoted text
cpan> r
Database was generated on Mon, 14 Jul 2008 01:43:15 GMT Package namespace installed latest in CPAN file Bundle::libwin32 0.28 0.29 JDB/libwin32-0.29.tar.gz Win32::GUI::Scintilla::Perl undef 0.02 ROBERTMAY/Win32- GUI/Win32-GUI-1.06.tar.gz Note that the bundle continues to show as being version 0.28... Please let me know if I can help. Thanks
Looks like it is getting installed as libwin32, not as Bundle::libwin32. I've changed the NAME attribute in Makefile.PL to fix this in 0.30, so I think everything should be fine now.
From: todd.e.rinaldo [...] jpmorgan.com
On Mon Jul 14 13:33:29 2008, JDB wrote: Show quoted text
> Looks like it is getting installed as libwin32, not as
Bundle::libwin32. Show quoted text
> > I've changed the NAME attribute in Makefile.PL to fix this in 0.30,
so I Show quoted text
> think everything should be fine now.
FYI, version 30 still behaves the same way.... I install it but it still shows up as outstanding for upgrade.
It seems to be working fine for me (Perl 5.10, CPAN.pm 0.9205). Can you include the output of the CPAN shell for the `install Bundle::libwin32` and `r` commands? I also noticed that the CPAN shell doesn't actually install the libwin32.pm file itself now, so maybe you need to make sure that you delete old copies of libwin32.pm, e.g. in site/lib/libwin32.pm or site/lib/Bundle/libwin32.pm before doing another `install Bundle::libwin32` and `r` sequence.
From: todd.e.rinaldo [...] jpmorgan.com
AH HAH!!! Yes, I had to remove site/lib/Bundle/libwin32.pm before the report went away. I even tried to re-install it and am no longer having the issue. Thanks,