cpan with perl
  • Order of the Butterfly
    Order of the Butterfly
    weiseb
    Posts: 212 from 2003/3/29
    Is it possible to install a perl modul on morphos?
    If I use cpan it fails because it tries to fork
  • »25.11.25 - 06:22
    Profile
  • MorphOS Developer
    jacadcaps
    Posts: 3247 from 2003/3/5
    From: Canada
    You'd have to modify it not to use fork, would be my guess.
  • »25.11.25 - 11:32
    Profile Visit Website
  • MorphOS Developer
    Piru
    Posts: 599 from 2003/2/24
    From: finland, the l...
    Quote:

    weiseb wrote:
    Is it possible to install a perl modul on morphos?
    If I use cpan it fails because it tries to fork


    The obvious fork usage I can see is related to testing.

    You can sidestep this by using "notest install". This is not great, but at least I managed to install things this way.
  • »25.11.25 - 15:30
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    weiseb
    Posts: 212 from 2003/3/29
    Thank you, skipping the tests worked for me as well.
  • »25.11.25 - 18:09
    Profile