public
Description: Testing any executable by checking it standard output and standard error
Homepage: http://szabgab.com/
Clone URL: git://github.com/szabgab/test-snapshots.git
name age message
file .gitignore Loading commit data...
file Changes Fri Apr 10 06:46:30 -0700 2009 fix the case when mulitiple and accessories_dir... [szabgab]
file MANIFEST.SKIP Thu Apr 09 05:39:49 -0700 2009 skip .git files [szabgab]
file Makefile.PL Sat Apr 18 15:55:57 -0700 2009 demote the minimum required perl to 5.6 [szabgab]
file README Thu Apr 09 05:51:12 -0700 2009 add README file [szabgab]
directory eg/ Fri Apr 10 06:46:30 -0700 2009 fix the case when mulitiple and accessories_dir... [szabgab]
directory lib/ Sat Nov 21 03:41:58 -0800 2009 replace .t by .pl [szabgab]
directory t/ Fri Apr 10 06:46:30 -0700 2009 fix the case when mulitiple and accessories_dir... [szabgab]
README

Test::Snapshots allows you to test any executable without
caring what languages it has been written in.
It only cares about what it prints to the standard output 
and error.

The module integrates well with the Test::Simple/Test::More world
as it is using Test::Builder as a back-end.

Installation:

   perl Makefile.PL
   make
   make test
   make install