in reply to Refresh a Module

Module::Reload prossibly is what you're looking for.

Edit: Derp I just actually read the whole thing and see you'd mentioned that module. I need moar caffeine.

The cake is a lie.
The cake is a lie.
The cake is a lie.

Replies are listed 'Best First'.
Re^2: Refresh a Module
by Timka (Acolyte) on Sep 25, 2024 at 16:09 UTC
    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.

      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.