in reply to Re^3: XML::Atom on MacOS Catalina
in thread XML::Atom on MacOS Catalina
cd ~/.cpan/build/XML-Atom-0.42-6 perl Build.PL setenv PERL5LIB ".:$PERL5LIB" ./Build ./Build test ./Build install
Note: the '-6' on the path above is environment-specific as cpan creates a new directory every time you try to build the module with cpan
Thanks!!!
|
|---|