in reply to Re: strictv -- how unstrict is your code?
in thread strictv -- how unstrict is your code?

Thanks for the encouragement. I have a few modules on CPAN, but I'll have to figure out a few things first.

Some questions for the crowd:

  • Comment on Re^2: strictv -- how unstrict is your code? (CPAN App::)

Replies are listed 'Best First'.
Re^3: strictv -- how unstrict is your code? (CPAN App::)
by Corion (Patriarch) on Jul 22, 2015 at 18:57 UTC

    Instead of using qx(perl ...), you might want to use qx("$^X" ...), for the (rare, but confusing) case where perl and perl-5.22.0 are not the same executable and your script was executed with the latter.

    Other than that, I'm not aware of any guidelines for the App:: namespace and also don't know any good distributions to copy from.