Re: Where is Perl 5's "say" module?

2018-08-19 Thread ToddAndMargo
On 08/18/2018 11:32 PM, Dave Cross wrote: On Fri, 17 Aug 2018 at 19:10, ToddAndMargo wrote: Hi All, I am not find Perl 5's "say" in https://ewr.edge.kernel.org/fedora-buffet/fedora/linux/releases/28/Everything/x86_64/os/Packages/p/ # dnf list perl-say* Last metadata expiration check:

Re: Where is Perl 5's "say" module?

2018-08-19 Thread Dave Cross
On Fri, 17 Aug 2018 at 19:10, ToddAndMargo wrote: > > Hi All, > > I am not find Perl 5's "say" in > > https://ewr.edge.kernel.org/fedora-buffet/fedora/linux/releases/28/Everything/x86_64/os/Packages/p/ > > # dnf list perl-say* > Last metadata expiration check: 0:09:13 ago on Fri 17 Aug 2018

Re: Where is Perl 5's "say" module?

2018-08-17 Thread ToddAndMargo
On 08/17/2018 02:05 PM, Chris Adams wrote: Once upon a time, ToddAndMargo said: # dnf list perl-say* I saw you already got your question answered, but just wanted to point out (for future reference) the best way to search for a perl module is: # dnf whatprovides 'perl(Some::Module)' It

Re: Where is Perl 5's "say" module?

2018-08-17 Thread ToddAndMargo
On 08/17/2018 02:05 PM, Chris Adams wrote: Once upon a time, ToddAndMargo said: # dnf list perl-say* I saw you already got your question answered, but just wanted to point out (for future reference) the best way to search for a perl module is: # dnf whatprovides 'perl(Some::Module)' It

Re: Where is Perl 5's "say" module?

2018-08-17 Thread Chris Adams
Once upon a time, ToddAndMargo said: > # dnf list perl-say* I saw you already got your question answered, but just wanted to point out (for future reference) the best way to search for a perl module is: # dnf whatprovides 'perl(Some::Module)' It wouldn't help in this case (since "say" is not a

Re: Where is Perl 5's "say" module?

2018-08-17 Thread ToddAndMargo
On 08/17/2018 10:43 AM, Todd Zullinger wrote: ToddAndMargo wrote: # perl -Msay -e 'say "Hi";' Can't locate say.pm in @INC (you may need to install the say module) (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl

Re: Where is Perl 5's "say" module?

2018-08-17 Thread Todd Zullinger
ToddAndMargo wrote: > # perl -Msay -e 'say "Hi";' > Can't locate say.pm in @INC (you may need to install the say module) (@INC > contains: /usr/local/lib64/perl5 /usr/local/share/perl5 > /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 > /usr/share/perl5). > BEGIN

Where is Perl 5's "say" module?

2018-08-17 Thread ToddAndMargo
Hi All, I am not find Perl 5's "say" in https://ewr.edge.kernel.org/fedora-buffet/fedora/linux/releases/28/Everything/x86_64/os/Packages/p/ # dnf list perl-say* Last metadata expiration check: 0:09:13 ago on Fri 17 Aug 2018 09:58:26 AM PDT. Error: No matching Packages to list # perl -Msay