in reply to specify minimum perl version with Makefile.PL?
Unless you're certain of the requirement, you should avoid specifying a minimum version. Perl::MinimumVersion can help you find a minimum required version of perl for Perl codeuse 5.6.1;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: specify minimum perl version with Makefile.PL?
by Anonymous Monk on Jan 14, 2010 at 09:04 UTC | |
by Anonymous Monk on Jan 14, 2010 at 09:59 UTC | |
by Corion (Patriarch) on Jan 14, 2010 at 10:03 UTC | |
by ikegami (Patriarch) on Jan 14, 2010 at 10:05 UTC | |
by Anonymous Monk on Jan 14, 2010 at 10:34 UTC | |
by Anonymous Monk on Jan 14, 2010 at 10:08 UTC |