devel/cppunit misses a destructor declaration for one of its classes.
[pkgsrcv2.git] / devel / p5-Test-Cmd / DESCR
1 The Test::Cmd module is a Perl class for writing portable tests of
2 external commands or scripts. Its key features include portable interfaces
3 for file system interaction, including management and cleanup of one or
4 more temporary working directories. This makes it extremely well-suited
5 for testing programs or systems that rely on specific file system
6 characteristics (time stamps, permissions, directory structures), yet which
7 must operate on multiple operating systems.