Re: pls suggest me huge package in perl with testsuites

2003-02-12 Thread Rafael Garcia-Suarez
schwern wrote in perl.qa : > > Degenerative cases aside, a very good test of actual code anyone would > use in production in real life for a Perl parsing attempt is > Test::More (since it has a few odd constructs and a good test suite), Good advice. Test::More actually helped me to find bugs in

Re: pls suggest me huge package in perl with testsuites

2003-02-12 Thread schwern
On Tue, Feb 11, 2003 at 10:46:58AM -0800, Randal L. Schwartz wrote: > > "Vlad" == Vlad Harchev <[EMAIL PROTECTED]> writes: > > Vlad> I'm testing some perl source code transformation tool (kinda > Vlad> perl source code prettifier). > > If you'll allow me access to your source, I can guarantee

Re: pls suggest me huge package in perl with testsuites

2003-02-12 Thread Vlad Harchev
On Tue, Feb 11, 2003 at 10:46:58AM -0800, Randal L. Schwartz wrote: > The following message is a courtesy copy of an article > that has been posted to perl.qa as well. > > > "Vlad" == Vlad Harchev <[EMAIL PROTECTED]> writes: > > Vlad> I'm testing some perl source code transformation tool (kin

Re: pls suggest me huge package in perl with testsuites

2003-02-11 Thread Randal L. Schwartz
> "Vlad" == Vlad Harchev <[EMAIL PROTECTED]> writes: Vlad> I'm testing some perl source code transformation tool (kinda Vlad> perl source code prettifier). If you'll allow me access to your source, I can guarantee you to be able to write some code that will break upon your transformation. Th

Re: pls suggest me huge package in perl with testsuites

2003-02-11 Thread Paul Johnson
[EMAIL PROTECTED] said: > On Mon, Feb 10, 2003 at 07:21:39PM +0400, Vlad Harchev wrote: >> But anyway, they more big packages will be recommended, the better, so >> keep >> suggesting them :) > > Off the top of my head, some well tested modules: > Math::BigInt > Test::More > some of the recent s

Re: pls suggest me huge package in perl with testsuites

2003-02-11 Thread schwern
On Mon, Feb 10, 2003 at 07:21:39PM +0400, Vlad Harchev wrote: > But anyway, they more big packages will be recommended, the better, so keep > suggesting them :) Off the top of my head, some well tested modules: Math::BigInt Test::More some of the recent stuff by Abigail Test::Harness

Re: pls suggest me huge package in perl with testsuites

2003-02-10 Thread Vlad Harchev
On Mon, Feb 10, 2003 at 02:26:40PM +0100, Rafael Garcia-Suarez wrote: > Vlad Harchev wrote: > > I'm testing some perl source code transformation tool (kinda perl source > > code prettifier). I would like to test > > it by running over some huge software package written in perl that have > > testsui

Re: pls suggest me huge package in perl with testsuites

2003-02-10 Thread Rafael Garcia-Suarez
Vlad Harchev wrote: > I'm testing some perl source code transformation tool (kinda perl source > code prettifier). I would like to test > it by running over some huge software package written in perl that have > testsuites written for it available (i.e. I would like to transform some > package's so