in reply to Re: How Critical is Critic?
in thread How Critical is Critic?
I would certainly grill you during our code review meeting to "please explain" why on earth you're resorting to the dreaded stringy eval for such a simple chore
The answer would be because I understand that is what I am supposed to do because Perl uses underscores in the version number to indicate a development release. This release is currently a development release 0.1_1 with an underscore.
I strongly suspect that it was you eyepopslikeamosquito who directed me towards this practice as you were the one who helpfully provided the information I needed to publish my first module Business::Stripe::WebCheckout. I used almost exclusively the links you provided to do that which included adding $VERSION.
I cannot find the original code but here is an article that advises using this technique...
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: How Critical is Critic?
by eyepopslikeamosquito (Archbishop) on May 29, 2023 at 21:42 UTC | |
by Bod (Parson) on May 29, 2023 at 22:20 UTC | |
by Haarg (Priest) on May 30, 2023 at 03:03 UTC | |
by hv (Prior) on May 29, 2023 at 23:26 UTC | |
by Bod (Parson) on May 29, 2023 at 22:27 UTC | |
by Bod (Parson) on May 30, 2023 at 11:22 UTC |