Re: [PATCH] ponie -v
[email protected] (Rafael Garcia-Suarez)
| Newsgroups | perl.ponie.dev |
|---|---|
| Message-ID | <[email protected]> |
Arthur Bergman wrote: > Now, perl -V is not changed since that is Config.pm and is written by a > shell script. (Also, I think changing Config.pm is something that > shouldn't be done) Are you speaking about the mention of "perl5" in the first line of the long version output ? $ perl -V | head -n 1 Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration: That "perl5" is the "package" Configure variable. (it's a standard dist variable IIRC) You can change it to "ponie".