AndySummers has asked for the wisdom of the Perl Monks concerning the following question:
How do I solve this, the application (ASSP) that I am trying to use says the package is not installed but it is! Because it is a Win32 OS the double colon needs replacing with a dash?
C:\Documents and Settings\Administrator>ppm query Win32::Unicode *** no packages installed matching 'Win32::Unicode' *** C:\Documents and Settings\Administrator>ppm install Win32::Unicode No missing packages to install C:\Documents and Settings\Administrator>ppm query Win32-Unicode +--------------------------------------------------------------------- +-+ name versionabstract area +-------------+-------+-------------------------------------------+--- +- Win32-Unicode0.28 perl unicode-friendly wrapper for win32api.site Win32-Unicode0.28 perl unicode-friendly wrapper for win32api.perl +--------------------------------------------------------------------- +-+ (2 packages installed matching 'Win32-Unicode')
PPM Query says it is not installed, but PPM Install says it is!
Thanks, Andy.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Problem installing packages
by tobyink (Canon) on Apr 03, 2012 at 08:07 UTC |