in reply to Re: Requiring a version
in thread Requiring a version
The linked code is the following:
And the tester's run showsmy $can = eval { require (0 + "$version") }; warn "DEBUG: require $version in $]: ", $can ? 1 : 0;
DEBUG: require 5.040 in 5.038002: 1 at t/02-constructs.t line 346.
Thanks for the heads up about the typo.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Requiring a version
by syphilis (Archbishop) on Jun 19, 2024 at 04:25 UTC | |
by GrandFather (Saint) on Jun 19, 2024 at 04:32 UTC |