Hola,
en mi pc estoy en D:\perl
aquí copio en zip y lo descomprimo en d:\perl, generandose lo siguiente:
d:\perl\readme
d:\perl\timedate.ppd
d:\perl\x86\timedate.tar.gz
he visto en el ppd que hace referencia a
MSWin32-x86-object/timedate.tar.gz
por lo que tambien en creado es directorio y copiado el fichero timedate.tar.gz
es decir además también tengo
d:\perl\MSWin32-x86-object/timedate.tar.gz
aquí tienes el contenido del fichero ppd original
<SOFTPKG NAME="TimeDate" VERSION="1,08,0,0">
<TITLE>TimeDate</TITLE>
<ABSTRACT>Date formatter and parser; timesone manipulation routines.</ABSTRACT>
<AUTHOR>Graham Barr (
[email protected]), David Muir Sharnoff (
[email protected]), Paul Foley (
[email protected])</AUTHOR>
<IMPLEMENTATION>
<OS NAME="MSWin32" />
<ARCHITECTURE NAME="MSWin32-x86-object" />
<CODEBASE HREF="x86/TimeDate.tar.gz" />
</IMPLEMENTATION>
</SOFTPKG>
y también he progado con este ppd
<SOFTPKG NAME="TimeDate" VERSION="1,08,0,0">
<TITLE>TimeDate</TITLE>
<ABSTRACT>Date formatter and parser; timesone manipulation routines.</ABSTRACT>
<AUTHOR>Graham Barr (
[email protected]), David Muir Sharnoff (
[email protected]), Paul Foley (
[email protected])</AUTHOR>
<IMPLEMENTATION>
<OS NAME="MSWin32" />
<ARCHITECTURE NAME="MSWin32-x86-object" />
<CODEBASE HREF="MSWin32-x86-object/TimeDate.tar.gz" />
</IMPLEMENTATION>
</SOFTPKG>
y desde d:\perl ejecuto ppm install TimeDate.ppd y no funciona.
Saludos