From: Yuki Kimoto
The following command fail.
-----------------------
ppm install http://www.sisyphusion.tk/ppm/File-Map.ppd --force
-----------------------
Output
-------------------------
C:\Users\kimoto\labo>ppm install
http://www.sisyphusion.tk/ppm/File-Map.ppd --force
ppm install failed: Can't find any package that provides
Sub::Exporter::Progressive for File-Map
Can't find any package that provides PerlIO::Layers for File-Map
Can't find any package that provides Const::Fast for File-Map
---------------------------
Hmmm .... I thought ActiveState would have ppm packages available for those.
In any case, they are available from the sisyphusion repo, so just run the
command:
ppm repo add http://www.sisyphusion.tk/ppm
Then re-run
ppm install http://www.sisyphusion.tk/ppm/File-Map.ppd --force
That should take care of it.
If it doesn't, any packages reported as missing should actually be available
on the sisyphusion repo, so another option is to just install them first:
ppm install
http://www.sisyphusion.tk/ppm/Sub-Exporter-Progressive.ppd --force
ppm install http://www.sisyphusion.tk/ppm/PerlIO-Layers.ppd --force
ppm install http://www.sisyphusion.tk/ppm/Const-Fast.ppd --force
ppm install http://www.sisyphusion.tk/ppm/File-Map.ppd --force
but that can become rather tedious - especially on modules like File-Map
that have rather long dependency chains. (I think that if you try it that
way, you'll then find that there are other dependencies that you have to
'ppm install' first.)
Cheers,
Rob
_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl