rjray / test-without
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (1)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
Build.PL | ||
| |
ChangeLog.xml | ||
| |
MANIFEST.SKIP | ||
| |
README.textile | ||
| |
etc/ | ||
| |
lib/ | ||
| |
t/ |
README.textile
Test::Without – Run tests while hiding directories or modules
Version: 0.100 (See CHANGES below)
WHAT IS IT
This distribution provides a testing module that simplifies the process of
hiding directories and/or modules from access by the block of code being
tested.
BUILDING/INSTALLING
This package uses Makefile.PL:
perl Makefile.PL
make && make test
make install
You may need super-user access to install.
PROBLEMS/BUG REPORTS
Please send any reports of problems or bugs to rjray@blackperl.com.
CHANGES
- lib/Test/Without.pm (added)
- t/01_pod.t (added)
- t/02_pod_coverage.t (added)
- t/03_meta.t (added)
- t/04_minimumversion.t (added)
- t/05_critic.t (added)
Initial commit.
- t/01_pod.t
- t/02_pod_coverage.t
- t/03_meta.t
- t/04_minimumversion.t
- t/05_critic.t
Changed the checked-for environment var for author tests.

