Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^2: editing of installed modules, a story of failure

by LanX (Saint)
on Mar 25, 2022 at 14:17 UTC ( [id://11142412]=note: print w/replies, xml ) Need Help??


in reply to Re: editing of installed modules, a story of failure
in thread editing of installed modules, a story of failure

> A guess: the compilation fails during requirement and the module never returns the necessary true value.

I've tested this theory by patching Data::Dumper , but it produced accurate errors and not the ones from the OP.

No problems to undo the changes at the end.

# --- introduced 'die' before module's end D:\>perl -MData::Dumper -e0 test at C:/Strawberry/perl/lib/Data/Dumper.pm line 852. Compilation failed in require. BEGIN failed--compilation aborted. # --- changed final 1 to 0 D:\>perl -MData::Dumper -e0 Data/Dumper.pm did not return a true value. BEGIN failed--compilation aborted. # --- undid all changes D:\>perl -MData::Dumper -e0 D:\>

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11142412]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (7)
As of 2024-04-25 15:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found