2

I tried installing XML::Twig using ppm and also tried manually by adding twig.pm files in the perl/lib folder, also tried using Nmake but got an error

"NMAKE : fatal error U1073: don't know how to make 'C:\Documents' Stop."

How do I install it?

Sobrique
  • 52,974
  • 7
  • 60
  • 101
alily
  • 299
  • 2
  • 12

1 Answers1

1

The best solution I've found, is to start off with Strawberry Perl, which includes pre-build XML::Twig and XML::LibXML

I know that isn't quite what you asked - but I found it a perpetual nuisance to get the XML library dependencies installed, so this is the approach I adopted.

Sobrique
  • 52,974
  • 7
  • 60
  • 101