On Fri, 17 Nov 2023 20:35:19 +0000 Dave Howorth <d...@howorth.org.uk> wrote:
> On Fri, 17 Nov 2023 18:34:27 +0000 > "Zacharias, Norbert" via datetime <datetime@perl.org> wrote: > > > Hi all, > > > > I try to install DateTime. Even there is no error reported during > > installation it seems that the *pm files like en_US.pm are > > missing. > > Have you installed DateTime::Locale? > > I believe it is a separate module to DateTime. Sorry, I think I spoke nonsense. But I don't believe there is an en_US.pm file in the release, just an en_US.pod. You need to load a locale in order to refer to it. > > The only related files I can find are *.pod like en_US.pod. If I try > > to use Storable::retrieve I get an error message > > > > perl -e "use Storable retrieve ; \$x=retrieve('./VeriPars.dat');" > > Can't locate DateTime/Locale/en_US.pm in @INC (you may need to > > install the DateTime::Locale::en_US module) (@INC > > contains: /usr/local/lib/perl5/site_perl/5.32/x86_64-cygwin-threads > > /usr/local/share/perl5/site_perl/5.32 > > /usr/lib/perl5/vendor_perl/5.32/x86_64-cygwin-threads > > /usr/share/perl5/vendor_perl/5.32 /usr/lib/perl5/5.32/x86_64-cygwin-threads > > /usr/share/perl5/5.32) > > at /usr/lib/perl5/5.32/x86_64-cygwin-threads/Storable.pm line 421. > > BEGIN failed--compilation aborted, at -e line 1. > > > > Storable is uptodate: > > > > Storable > > ------------------------------------------------------------------------- > > (no description) > > N/NW/NWCLARK/Storable-3.25.tar.gz > > > > /usr/local/lib/perl5/site_perl/5.32/x86_64-cygwin-threads/Storable.pm > > Installed: 3.25 > > CPAN: 3.25 up to date > > Nicholas Clark (NWCLARK) > > nwc10+please+use+perlbug+for+perl+quer...@colon.colondot.net > > > > > > Do I miss something? > > > > Thanks in advance for your help