Thu Jan 12 14:26:05 2017: Request 119737 was acted upon. Transaction: Correspondence added by RSCHUPP Queue: Module-ScanDeps Subject: Problems with detecting DateTime::Format::Natural dependencies Broken in: (no value) Severity: (no value) Owner: RSCHUPP Requestors: webmas...@korten-privat.de Status: open Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=119737 >
On 2017-01-09 06:20:59, webmas...@korten-privat.de wrote: > >> Interestingly, in this case the double colon notation did not work. > > What exactly didn't work? I tried the following: > > pp -o natural.exe -u -M DateTime::Format::Natural:: \ > > -E 'use DateTime::Format::Natural; > > my $dt = DateTime::Format::Natural->new- > > >parse_datetime("tomorrow"); > > say "tomorrow is $dt";' > > > > This works, > I am getting an error reported by eval that it cannot find > DateTime/Format/Natural/Lang/EN.pm, if I add ' -M > DateTime::Format::Natural::Lang::EN.pm'. Hmm, "-M DateTime::Format::Natural::" is supposed to add DateTime/Format/Natural.pm and every *.pm below DateTime/Format/Natural - that should have included DateTime/Format/Natural/Lang/EN.pm. Cheers, Roderich