Activity log for bug #344801

Date Who What changed Old value New value Message
2009-03-18 12:50:44 Xavier Brochard bug added bug
2009-03-19 08:34:26 Xavier Brochard description $PERLV contains Perl version, based on this old code: $PERLV = $] + 0.0; # what Perl are we runing $] return the perl version in the old format: version + patch level / 1000 with Perl 5.6 it returns perl 5.01 (the following zero are removed) which is not useful for bug reports $^V is the modern representation of Perl version. It contains revision number, version, sub-version this code is useful: $PERLV = $^V; # what Perl are we runing Warnings: I haven't checked when $^V was introduce in Perl. I haven't checked that sub findMYSubs is still working (perl 4 and perl 5) Documentation about these variables is in perlvar. $PERLV contains Perl version, based on this old code: $PERLV = $] + 0.0; # what Perl are we runing $] return the perl version in the old format: version + patch level / 1000 with Perl 5.10 it returns perl 5.01 (the following zero are removed) which is not useful for bug reports $^V is the modern representation of Perl version. It contains revision number, version, sub-version this code is useful: $PERLV = $^V; # what Perl are we runing Warnings: I haven't checked when $^V was introduce in Perl. I haven't checked that sub findMYSubs is still working (perl 4 and perl 5) Documentation about these variables is in perlvar.
2009-03-19 09:46:38 Xavier Brochard woda: importance Undecided Low
2009-03-19 09:46:38 Xavier Brochard woda: statusexplanation Low importance, because it affects mainly informations needed for reporting bugs. DB admins should knows their perl version. One can also use AdmWodaStatus to see output of perl -v
2009-03-31 12:43:52 Xavier Brochard woda: status New Confirmed
2009-03-31 12:43:52 Xavier Brochard woda: statusexplanation Low importance, because it affects mainly informations needed for reporting bugs. DB admins should knows their perl version. One can also use AdmWodaStatus to see output of perl -v
2009-03-31 12:43:52 Xavier Brochard woda: milestone merge-mf-and-xavier
2009-09-25 13:03:02 Xavier Brochard woda: status Confirmed Fix Released
2009-09-25 13:03:09 Xavier Brochard woda/4.610: status New Fix Released
2009-09-25 13:38:59 Xavier Brochard woda: assignee Malcolm Fitzgerald (malcolm-notyourhomework)
2009-10-04 10:21:44 Xavier Brochard woda/4.610: importance Undecided Low
2009-10-04 10:21:44 Xavier Brochard woda/4.610: milestone merge-mf-and-xavier
2009-10-04 10:21:44 Xavier Brochard woda/4.610: assignee Malcolm Fitzgerald (malcolm-notyourhomework)