On Thu, Feb 27, 2020 at 07:51:04PM +0100, Oswald Buddenhagen wrote:
On Thu, Feb 27, 2020 at 02:55:17PM +0000, synflower--- via isync-devel wrote:
Compiling the 1.3 branch of isync (the one with the IMAP fixes) on Fedora 30
fails with an error indicating the Date::Parse module is missing, even when it
isn't:
[...]
[user@mymachine isync-isync]$ cpan Date::Parse
Loading internal logger. Log::Log4perl recommended for better logging
Reading '/home/user/.local/share/.cpan/Metadata'
Database was generated on Thu, 27 Feb 2020 14:17:03 GMT
CPAN: Module::CoreList loaded ok (v5.20200120)
Date::Parse is up to date (2.31).
the makefile doesn't do anything special with the perl module search
path. just run perl -e 'use Date::Parse;' and see what happens.
[user@mymachine ~]$ perl -e 'use Date::Parse;'
[user@mymachine ~]$
_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel