diff options
Diffstat (limited to 'perl/perl-Test-MockObject/README')
-rw-r--r-- | perl/perl-Test-MockObject/README | 3 |
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 0000000000000..240d46dc6b458 --- /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. |