in reply to Re: Refresh a Module
in thread Refresh a Module

I actually tried Module::Refresh

I will check Module::Reload (if I had not already.)

I recall seeing another module, but it was simple and would not remove existing functions.

Replies are listed 'Best First'.
Re^3: Refresh a Module
by Timka (Acolyte) on Sep 25, 2024 at 16:19 UTC
    Yea, Module::Reload just deletes from %INC and does require again.

    That does not remove any subs that no longer exist in the updated file.