diff options
author | Jan F. Chadima <jfch@jagda.eu> | 2019-09-28 09:24:50 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-09-28 09:24:50 +0700 |
commit | f3a85d6132513023cc9db5c1e2c811749b629c8b (patch) | |
tree | 2bba7ba8089d3a6abe152a0ae2f939f2f37a7c21 /perl/perl-Test-Class/README | |
parent | e6c2300e8d9214048a890174a3bef42e5d65e8f6 (diff) |
perl/perl-Test-Class: Added (Test for Moose for Perl 5).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Test-Class/README')
-rw-r--r-- | perl/perl-Test-Class/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl/perl-Test-Class/README b/perl/perl-Test-Class/README new file mode 100644 index 0000000000000..5096a1d069650 --- /dev/null +++ b/perl/perl-Test-Class/README @@ -0,0 +1,3 @@ +Test::Class is an extension of the Perl 5 object system. + +It helps to easily create test classes in an xUnit/JUnit style. |