in reply to Re^3: What modules should be added to the corelist?
in thread What modules should be added to the corelist?

yes indeedee I discovered this a few weeks ago. OT: I sometimes used Try::Tiny. Do you know how the name clash will be handled if I don't modify my code to remove that package?

  • Comment on Re^4: What modules should be added to the corelist?

Replies are listed 'Best First'.
Re^5: What modules should be added to the corelist?
by NERDVANA (Priest) on Aug 05, 2024 at 03:12 UTC
    Well if you don't modify it at all, it won't say "use v5.40" :-)

    I have not tried both in the same file, but I don't like the extra call stack from Try::Tiny in my stack traces, so I'm happy to take the time to remove it. But actually, none of my work projects are deployed on 5.40 yet. I need to convince my coworkers to make some time for it.