Name: | perl-Directory-Scratch |
---|---|
Version: | 0.14 |
Release: | 17.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 30748 |
License: | GPL+ or Artistic |
RPM: | perl-Directory-Scratch-0.14-17.el7.noarch.rpm |
Source RPM: | perl-Directory-Scratch-0.14-17.el7.src.rpm |
Build Date: | Thu Nov 02 2017 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/Directory-Scratch |
Summary: | Self-cleaning scratch space for tests |
Description: | When writing test suites for modules that operate on files, it's often inconvenient to correctly create a platform-independent temporary storage space, manipulate files inside it, then clean it up when the test exits. The inconvenience usually results in tests that don’t work everwhere, or worse, no tests at all. This module aims to eliminate that problem by making it easy to do things right. |