Re: Can't locate version/vpp.pm in @INC

2008-10-14 Thread Randy J. Ray
On Thu, Sep 11, 2008 at 12:40 PM, Nicholas Clark [EMAIL PROTECTED] wrote: On Thu, Sep 11, 2008 at 12:34:18PM -0700, Randy J. Ray wrote: * I built/updated version using the system-installed Perl * I tried to use it from a second perl interpreter on the same system * Second perl was no

New Test:: module forthcoming; (pseudo-)Validation of YAML

2008-10-14 Thread Randy J. Ray
For personal reasons, I've been way behind in my non-paying-job coding for some months, and am just now about to foist my Test::Builder-based module for checking generated XML content against XML Schema, RelaxNG and/or SGML(-ish) DTD specs. At this stage, I mainly need to write the docs and some

ANNOUNCE Test::More/Simple/Builder 0.82

2008-10-14 Thread Michael G Schwern
http://schwern.org/src/Test-Simple-0.82.tar.gz or coming soon on CPAN. Please report bugs via http://code.google.com/p/test-more/issues/list There are some user visible changes which might cause fixage for those who depend too closely on the output of Test::Builder. Here's the new features and

Re: New Test:: module forthcoming; (pseudo-)Validation of YAML

2008-10-14 Thread Michael G Schwern
Randy J. Ray wrote: Seeing as one of the CPANTS metrics gauges whether a distro's META.yml conforms to the most-recent spec, I was wondering if there is an existing approach to comparing a YAML doc to a given spec. Or what constitutes a YAML spec, for that matter. The YAML specifications can

ANNOUNCE Test::Fork

2008-10-14 Thread Michael G Schwern
http://schwern.org/src/Test-Fork-0.02.tar.gz On its way to CPAN now. I just cleaned up and released a stable version of Test::Fork which is a helper module for code that forks. It does all the Test::Builder voodoo necessary to have tests happening in parallel on a single TAP stream. NAME