On 2005-02-18, Michael G Schwern <[EMAIL PROTECTED]> wrote: > On Fri, Feb 18, 2005 at 01:13:05AM +0000, Mark Stosberg wrote: >> On 2005-02-15, Clayton, Nik <[EMAIL PROTECTED]> wrote: >> > >> > ver 1.1 >> >> If you go this route, I would make it clear whose emitting the version >> string: >> >> TAP version 1.1 > > Err, why? Who else is emitting a version string? Or anything? Do we > start prefixing everything else with TAP?
I have intentionally put version strings in the output, especially of of related modules. For example, DBD::Pg spits out what version of PostgreSQL is being tested against. This is helpful for processing bug reports, so I don't have to make second trip back to the user to ask: "What version of CGI.pm where you using?". Etc. Without being explicit, the user might think they have version 1.1 of the distribution. > TAP ok 1 > TAP ok 2 I don't think that's necessary. Mark