Re: Updated to F20, now perl can't find installed modules

2014-04-03 Thread Joe Zeff
On 04/02/2014 10:28 AM, Sean Darcy wrote: Whew. Figured this out with the great assistance of the Perl Monks. Shouldn't they be called the Perl Divers? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/list

Re: Updated to F20, now perl can't find installed modules

2014-04-03 Thread Sean Darcy
On 04/01/2014 02:57 PM, Sean Darcy wrote: On 04/01/2014 02:34 PM, Sean Darcy wrote: Just upgraded from F19 to F20. perl-5.18.2-289.fc20.x86_64 As root: # perl -V Summary of my perl5 (revision 5 version 18 subversion 2) configuration: Platform: osname=linux, osvers=3.11.9-200.fc19.x86_

Re: Updated to F20, now perl can't find installed modules

2014-04-01 Thread Dave Mitchell
On Tue, Apr 01, 2014 at 02:34:22PM -0400, Sean Darcy wrote: > $ perl -e 'use strict; print "ok"' > Can't locate strict.pm: Permission denied at -e line 1. > BEGIN failed--compilation aborted at -e line 1. As I've pointed out on perlmonks where you cross-posted your question, http://www.perl

Re: Updated to F20, now perl can't find installed modules

2014-04-01 Thread Garry T. Williams
On 4-1-14 14:34:22 Sean Darcy wrote: > $ ls -l /usr/share/perl5/strict.pm > -rwxr-xr-x. 1 root root 3933 Jan 7 09:48 /usr/share/perl5/strict.pm I was thinking about this anomaly some more... The only thing that touches /usr normally is rpm(8)[*]. (yum, dnf, and GUI friends all call rpm(8) to ch

Re: Updated to F20, now perl can't find installed modules

2014-04-01 Thread Garry T. Williams
On 4-1-14 14:57:13 Sean Darcy wrote: > And the user can read strict.pm: > > $ cat /usr/share/perl5/strict.pm > package strict; > > $strict::VERSION = "1.07"; > ... > > > What's going wrong here? What does `which perl` say? -- Garry T. Williams -- users mailing list users@lists.

Re: Updated to F20, now perl can't find installed modules

2014-04-01 Thread Garry T. Williams
On 4-1-14 14:34:22 Sean Darcy wrote: > # perl -e 'use strict; print map {"$_ => $INC{$_}\n"} keys %I' > strict.pm => /usr/share/perl5/strict.pm OK, I'll bite and copy/paste what you wrote. # perl -e 'use strict; print map {"$_ => $INC{$_}\n"} keys %I' Global symbol "%I" requires explicit

Re: Updated to F20, now perl can't find installed modules

2014-04-01 Thread Sean Darcy
On 04/01/2014 02:34 PM, Sean Darcy wrote: Just upgraded from F19 to F20. perl-5.18.2-289.fc20.x86_64 As root: # perl -V Summary of my perl5 (revision 5 version 18 subversion 2) configuration: Platform: osname=linux, osvers=3.11.9-200.fc19.x86_64, archname=x86_64-linux-thread-multi

Updated to F20, now perl can't find installed modules

2014-04-01 Thread Sean Darcy
Just upgraded from F19 to F20. perl-5.18.2-289.fc20.x86_64 As root: # perl -V Summary of my perl5 (revision 5 version 18 subversion 2) configuration: Platform: osname=linux, osvers=3.11.9-200.fc19.x86_64, archname=x86_64-linux-thread-multi .. Built under linux Compiled at Ja