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
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
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
> "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
[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
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
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
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