On Nov 25, 2007, at 2:22 PM, David Cantrell wrote:
On Sun, Nov 25, 2007 at 01:47:58PM -0600, Chris Dolan wrote:
I've been working on Test::Virtual::Filesystem for a couple of
weeks. It's a growing collection of interoperability tests that
should pass for any typical filesystem.
Could it als
On Sunday 25 November 2007 20:47, Chris Dolan wrote:
> I've been working on Test::Virtual::Filesystem for a couple of
> weeks.
> ...
> filesystems (like Fuse filesystems -- I use it for Fuse::PDF)
> ...
> Thoughts?
Fuse::PDF caught my eyes a few days ago (how could it not with that name ;)
alth
On Sun, Nov 25, 2007 at 01:47:58PM -0600, Chris Dolan wrote:
> I've been working on Test::Virtual::Filesystem for a couple of
> weeks. It's a growing collection of interoperability tests that
> should pass for any typical filesystem.
Could it also be used for detecting what features a mounte
On 25 Nov 2007, at 20:02, Andy Armstrong wrote:
I believe Apache::Test[1] is a suite of tests for an Apache server.
I guess that's conceptually pretty similar to what you're doing?
[1] http://search.cpan.org/dist/Apache-Test/
Actually it does something slightly different from what I thought
On 25 Nov 2007, at 19:47, Chris Dolan wrote:
Questions:
* Are there other CPAN-hosted, generic test suites that I overlooked?
I believe Apache::Test[1] is a suite of tests for an Apache server. I
guess that's conceptually pretty similar to what you're doing?
[1] http://search.cpan.org/dist
I've been working on Test::Virtual::Filesystem for a couple of
weeks. It's a growing collection of interoperability tests that
should pass for any typical filesystem. I've been pondering its
place in the CPANiverse and am interested in any insights others may
have.
* Unlike most of the