summaryrefslogtreecommitdiffstats
path: root/perl/perl-Test-MockObject/README
diff options
context:
space:
mode:
author Mikko Värri2014-11-12 02:45:32 +0100
committer Willy Sudiarto Raharjo2014-11-12 02:45:32 +0100
commit778ca5689a87c4426bc66d4eb4b43b5208b69679 (patch)
tree2944d64863fed98bf6ffd24de2e199916a0b83ff /perl/perl-Test-MockObject/README
parent186c6d61d0a620738644172d8bf390c00e452b09 (diff)
downloadslackbuilds-778ca5689a87c4426bc66d4eb4b43b5208b69679.tar.gz
perl/perl-Test-MockObject: Added (interface emulation extension).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Test-MockObject/README')
-rw-r--r--perl/perl-Test-MockObject/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl/perl-Test-MockObject/README b/perl/perl-Test-MockObject/README
new file mode 100644
index 0000000000..240d46dc6b
--- /dev/null
+++ b/perl/perl-Test-MockObject/README
@@ -0,0 +1,3 @@
+Test::MockObject allows you to create objects that conform to
+particular interfaces with very little code. You don't have to
+reimplement the behavior, just the input and the output.