Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rjray/test-without
Run/test blocks of Perl code with modules or library dirs hidden
https://github.com/rjray/test-without
Last synced: 26 days ago
JSON representation
Run/test blocks of Perl code with modules or library dirs hidden
- Host: GitHub
- URL: https://github.com/rjray/test-without
- Owner: rjray
- Created: 2009-08-12T02:37:13.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-09-20T03:14:19.000Z (over 15 years ago)
- Last Synced: 2023-04-13T08:26:48.848Z (over 1 year ago)
- Language: Perl
- Homepage:
- Size: 89.8 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
- Changelog: ChangeLog.xml
Awesome Lists containing this project
README
h1. Test::Without - Run tests while hiding directories or modules
Version: 0.100 (See CHANGES below)
h2. 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.h2. BUILDING/INSTALLING
This package uses Makefile.PL:
perl Makefile.PL
make && make test
make installYou may need super-user access to install.
h2. PROBLEMS/BUG REPORTS
Please send any reports of problems or bugs to [email protected].
h2. 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)p{margin-bottom:2em}. Initial commit.
* t/01_pod.t
* t/02_pod_coverage.t
* t/03_meta.t
* t/04_minimumversion.t
* t/05_critic.tp{margin-bottom:2em}. Changed the checked-for environment var for author tests.