Front page | perl.perl5.porters |
Postings from March 2007
[PATCH] p55 tests
Thread Next
From:
Gerard Goossen
Date:
March 20, 2007 11:12
Subject:
[PATCH] p55 tests
Message ID:
20070320181418.GA31539@ostwald
This patch adds a test for p55, the "Perl 5 to Perl 5" translator.
The patch is a bit large, because I made 'nomad' into a package
'Nomad.pm', but I don't think I changed anything to its internals.
Important part is the mad/t/p55.t other changes are moving things or
helper routines.
About running the mad/t/p55.t test:
# Test p55, the "Perl 5 to Perl 5" translator.
# The perl core should have MAD enabled ('sh Configure -Dmad=y ...')
# The part to convert xml to Perl 5 requires XML::Parser, but it does
# not depend on Perl internals, so you can use a stable system wide
# perl
# For the p55 on the perl test suite, it should be started from the
# $perlsource/t subdir
# Instructions:
# sh Configure -Dmad=y
# make && make test
# cd t && /usr/bin/prove ../mad/t/p55.t
Thread Next
-
[PATCH] p55 tests
by Gerard Goossen