Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Text::Summarizer fails on Windows 10 (updated)

by haukex (Archbishop)
on Jan 16, 2021 at 18:40 UTC ( [id://11127009]=note: print w/replies, xml ) Need Help??


in reply to Text::Summarizer fails on Windows 10

There seem to be some errors in the distribution, for example Build.PL contains configure_requires => { 'Module::Build' => 2.01 }, which is incorrect and the source of the second error, and the archive contains some filenames that are invalid on Windows; that's the source of the first error. Though I haven't tested this, you could attempt a manual install, by downloading the distribtion from Text::Summarizer, using an unpacking tool of your choice and skipping or renaming the offending files in the "Corpus" folder, and then using the manual "perl Makefile.PL; make; make test; make install" procedure.

Update: Tested on Strawberry Perl 5.32. Unpacked the module's .tar.gz with 7-Zip, ran cpanm Algorithm::CurveFit Lingua::Stem List::AllUtils Moo Types::Standard Text::Markup, perl Makefile.PL, gmake, gmake test (didn't work), and gmake install, and at least the module appears to have been installed ok. Whether the module is working correctly is something you'll have to test yourself...

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11127009]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (5)
As of 2024-04-20 00:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found