As near as I can tell, every time I try to build the module with cpan it creates a new directory for the code
~ > find .cpan -type f -name "31-external-entities-libxml.t" -ls | awk '{print $8" "$9" "$10" "$11}'
May 12 2017 .cpan/build/XML-Atom-0.42-4/t/31-external-entities-libxml.t
May 12 2017 .cpan/build/XML-Atom-0.42-3/t/31-external-entities-libxml.t
May 12 2017 .cpan/build/XML-Atom-0.42-2/t/31-external-entities-libxml.t
May 12 2017 .cpan/build/XML-Atom-0.42-5/t/31-external-entities-libxml.t
May 12 2017 .cpan/build/XML-Atom-0.42-0/t/31-external-entities-libxml.t
May 12 2017 .cpan/build/XML-Atom-0.42-6/t/31-external-entities-libxml.t
May 12 2017 .cpan/build/XML-Atom-0.42-1/t/31-external-entities-libxml.t
So - what's the process for patching the file and building it? Do I just run make install in the .cpan/build/XML-Atom-0.42-4 directory or is there something more involved that I need to do?
|