Subject: | Test::Parser 1.3 scripts missing from dist |
Date: | Tue, 01 Aug 2006 14:47:15 -0700 |
To: | <bryce [...] osdl.org>, <bug-Test-Parser [...] rt.cpan.org>, Eli Stair <estair [...] ilm.com> |
From: | Eli Stair <estair [...] ilm.com> |
FYI, I'm checking out 1.3 and it appears the inclusion of two scripts in the
Makefile (also reflected by the Changelog) has broken things, since they're
not in the distributed tarball.
From your Makefile.PL:
'EXE_FILES' => [ qw(
<...>
scripts/parse_sysbench_cpu
scripts/parse_sysbench_fileio
<...>
Those two are the culprits. 1.2 compiles fine, and 1.3 builds after
removing those references (obviously minus the functionality that would be
present).
I can't track these down anywhere, any chance you can re-release with these
included, or if they're of a different license post the location to get
them?
Thanks!
/eli
PS - I'm looking forward to this, was very happy to see you'd written a Perl
parser/wrapper for LTP. I'm starting a move from CTCS to LTP for a
burnin/benchmarking/systems test framework, and this'll speed things up!