[Libki-developers] Any::Moose is deprecated
Brought to you by:
kylemhall
From: Christopher D. <cg...@ui...> - 2017-10-13 15:12:20
|
Dear Colleagues, I am attempting to install Libki server on a Raspberry Pi, following the "manual installation" instructions found at < https://github.com/Libki/libki-server>. Things were going great until I attempted to run the database installer/updater (./installer/update_db.pl command). When I try to run that command, an error message is displayed reading something like, "Any::Moose is deprecated. Please use Moo instead at /home/libki/perl5/lib/perl5/Config/JFDI.pm line 11." At this point, I went to line 11 in JFDI.pm and changed "moose" to "moo", but then the script could not find moo. So I used perl -MCPAN -e shell to install moo and then tried to run ./installer/update_db.pl again, but another error message was then displayed: "Can't locate Any/Moo.pm in @INC (you may need to install the Any::Moo module) (@INC contains..." I am at the end of my expertise in this matter and I need help either installing the Any::Moo module, thus adding Any/Moo.pm to @INC, or I need to start completely over with updated scripts which use Moo instead of Moose. Help please. Thank you, Christopher Davis Systems & E-Services Librarian Uintah County Library cg...@ui... (435) 789-0091 <14357890091> ext.261 uintahlibrary.org basinlibraries.org facebook.com/uintahcountylibrary instagram.com/uintahcountylibrary |