This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
Changes | Fri Apr 10 06:46:30 -0700 2009 | |
| |
MANIFEST.SKIP | Thu Apr 09 05:39:49 -0700 2009 | |
| |
Makefile.PL | Sat Apr 18 15:55:57 -0700 2009 | |
| |
README | Thu Apr 09 05:51:12 -0700 2009 | |
| |
eg/ | Fri Apr 10 06:46:30 -0700 2009 | |
| |
lib/ | Sat Nov 21 03:41:58 -0800 2009 | |
| |
t/ | Fri Apr 10 06:46:30 -0700 2009 |
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








