Open GoogleCodeExporter opened 9 years ago
I also encountered this issue. My guess is that this module has been deprecated
in the latest version of Perl, but I am not at all knowledgeable about Perl so
that may be wrong. Hopefully it is not a problem to be using these modules
still.
I guess you can put the whole NSP module into your directory to fix this. I
added just the bits that popoolation needs for the Fisher's Exact Test, and
that worked. I traced back the scripts required by first adding
Text/NSP/Measures/2D/Fisher/twotailed.pm to the directory, looking at the next
error message, then adding Fisher.pm in the Text/NSP/Measures/2D/ directory as
required, and so on. All the source code for those scripts is here
http://search.cpan.org/~tpederse/Text-NSP/
Original comment by pip.grif...@gmail.com
on 22 Jan 2014 at 1:12
hi guys,
not sure if I understand, correctly, but this module needs to be installed
manually as it never was part of the Perl standard distribution (more details
also in the manual)
A simple guide for installing perl modules:
http://www.cpan.org/modules/INSTALL.html
cheers ro
Original comment by RoKof...@gmail.com
on 27 Jan 2014 at 3:49
I meet the same problem. I have installed manually the Perl. But it is not work.
Could you tell us how to improve it?
Thanks,
Fuyou
Original comment by fufu...@gmail.com
on 8 Dec 2014 at 11:38
Hello, This solution worked here :
sudo perl -MCPAN -e 'shell'
get Text::NSP::Measures::2D::Fisher::twotailed/
install Text::NSP::Measures::2D::Fisher::twotailed/
Thats it, good luck, Prawn
Original issue reported on code.google.com by
bsc6...@gmail.com
on 28 Aug 2013 at 3:13