RE: QA for Perl

2013-07-31 Thread Tracy Radel
I think this along with some of the other info people have provided on testing is exactly what I need. Thanks for your help everyone! Tracy Radel Nuclear Engineer SHINE Medical Technologies tracy.ra...@shinemed.com -Original Message- From: David Cantrell [mailto:da...@cantrell.org.uk]

Re: QA for Perl

2013-07-31 Thread David Cantrell
On 31/07/2013 21:46, Tracy Radel wrote: It is more an issue of documentation of how quality assurance is done for Perl. Our procedures for QA require that when doing QA on a model or program we have created (my ultimate goal), any software used by that program must also have gone through a suff

Re: QA for Perl

2013-07-31 Thread Olof Johansson
Hi Tracy, On 2013-07-31 23:22 +0200, Leon Timmermans wrote: > I suspect we'd know the answers, but not the questions in this matter. > We don't know how to write those documents, even if we do know how our > system works. > > Could/would you be able to write it by asking us questions about it? E

Re: QA for Perl

2013-07-31 Thread Leon Timmermans
Hi Tracy, Given your industry, I can readily imagine you need that paperwork. I don't think such a formal document exists, but I do believe perl's QA routine is sufficiently robust that it would pass through that. I suspect we'd know the answers, but not the questions in this matter. We don't kno

Re: QA for Perl

2013-07-31 Thread Dag Rowe
Hi Tracy, Perhaps you are looking for reports and information on cpantesters.org: http://static.cpantesters.org/recent.html http://stats.cpantesters.org/osmatrix-month.html You can drill down into some matrix cells, like PASS or a module name. You would need to explore their process more, to yo

RE: QA for Perl

2013-07-31 Thread Tracy Radel
Hi Dag, It is more an issue of documentation of how quality assurance is done for Perl. Our procedures for QA require that when doing QA on a model or program we have created (my ultimate goal), any software used by that program must also have gone through a sufficiently rigorous QA process.

Re: QA for Perl

2013-07-31 Thread Dag Rowe
Hi Tracy, QA on the install of Perl Can you clarify your intent? Shlomi has given a solution to confirm that the perl.exe binary passes its unit tests. This can be extended to library modules, you can confirm they are working as the developer intended by running the unit tests at install time

Re: QA for Perl

2013-07-31 Thread Shlomi Fish
Hi Tracy, On Wed, 31 Jul 2013 15:29:18 + Tracy Radel wrote: > Hello, > I'm looking for information on quality assurance documentation for basic > Perl. I am trying to do QA on a Perl script that we wrote, but before I can > do this I need to do QA on the install of Perl. I've been searchin

QA for Perl

2013-07-31 Thread Tracy Radel
Hello, I'm looking for information on quality assurance documentation for basic Perl. I am trying to do QA on a Perl script that we wrote, but before I can do this I need to do QA on the install of Perl. I've been searching for hours online and cannot find QA or V&V documents for Perl. Do any