in reply to Re^2: How to make distribution for simple script with CPAN dependencies?
in thread How to make distribution for simple script with CPAN dependencies?
Oh my goodness, I found this bug; https://rt.cpan.org/Public/Bug/Display.html?id=26728
It is my exact issue, and I copied the lines in the "fix" directly into my local library to change Curses/UI/Language.pm, and I *think* it's working. I made a fatpack of my single-file perlscript and it doesn't break when it runs, but now I need to run it in an environment without my local lib in it.
*fingers crossed
Thks for the pointers! How would I get this patch into Curses::UI, or how can I set up patches like this so I don't lose them if I reinstall or something?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: How to make distribution for simple script with CPAN dependencies?
by hv (Prior) on Mar 11, 2024 at 16:15 UTC | |
by choroba (Cardinal) on Mar 11, 2024 at 19:12 UTC |