in reply to Re: How to handle modules across different versions
in thread How to handle modules across different versions
Example: I use Date::Manip for almost all of my date handling, but the module for perl < 5.10 is significantly different than perl >= 5.10.
Loading completely different modules in one version over another is definitely a scenario I will run across as well.
I'll check out the post you provided. Thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to handle modules across different versions
by haukex (Archbishop) on Jul 20, 2016 at 17:21 UTC | |
by cursion (Pilgrim) on Jul 20, 2016 at 21:29 UTC | |
by $h4X4_|=73}{ (Monk) on Jul 21, 2016 at 11:07 UTC |