From 778ca5689a87c4426bc66d4eb4b43b5208b69679 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikko=20V=C3=A4rri?= Date: Wed, 12 Nov 2014 08:45:32 +0700 Subject: perl/perl-Test-MockObject: Added (interface emulation extension). Signed-off-by: Willy Sudiarto Raharjo --- perl/perl-Test-MockObject/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 perl/perl-Test-MockObject/README (limited to 'perl/perl-Test-MockObject/README') 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. -- cgit v1.2.3