https://bugzilla.redhat.com/show_bug.cgi?id=1425015

Petr Pisar <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |CLOSED
         Resolution|---                         |NOTABUG
        Last Closed|                            |2017-02-22 03:33:09



--- Comment #4 from Petr Pisar <[email protected]> ---
The error message states your Cwd Perl module was built against different perl
than you use now. This happens if you install modules manually out of Fedora
RPM package management control. It's usually caused by using "cpan" or "cpanm"
or similar tools to install modules directly from CPAN.

I recommend you delete the manually installed files. Especially in case of Cwd
module that's delivered by Fedora's perl-PathTools RPM package (you can also
refer it by a module name, e.g. 'perl(Cwd)'. And install them from Fedora
repository.

Or you can try to rebuild them with "cpan -r".

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
perl-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to