in reply to Re^2: Something wrong with metacpan.org? (or Astro::Montenbruck)
in thread Something wrong with metacpan.org?
Cf. my Syntax::Construct.
The ExtUtils find is weird, though:
perl -MExtUtils::Installed -MData::Dumper -le 'print Dumper(ExtUtils:: +Installed->new->files("Syntax::Construct"))' $VAR1 = '/home/choroba/perl5/lib/perl5/Syntax/Construct.pm'; $VAR2 = '/home/choroba/perl5/man/man3/Syntax::Construct.3pm'; perl -MExtUtils::Installed -MData::Dumper -le 'print Dumper(ExtUtils:: +Installed->new->files("Syntax-Construct"))' Syntax-Construct is not installed at -e line 1.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Something wrong with metacpan.org? (or Astro::Montenbruck)
by Anonymous Monk on Feb 05, 2023 at 00:26 UTC | |
by choroba (Cardinal) on Feb 05, 2023 at 10:44 UTC | |
by Anonymous Monk on Feb 05, 2023 at 16:52 UTC | |
by marto (Cardinal) on Feb 05, 2023 at 19:34 UTC |