Skip to content

Commit

Permalink
Merge pull request #17 from polettix/patch-1
Browse files Browse the repository at this point in the history
Fixed name of distribution in DESCRIPTION
  • Loading branch information
exodist committed May 26, 2016
2 parents 9cc3901 + ddd2197 commit bba1128
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README
Expand Up @@ -12,14 +12,14 @@ DESCRIPTION
particularly a problem if you only want to override a class on a lexical
level.

Mock-Object provides a declarative mocking interface that results in a
Mock-Quick provides a declarative mocking interface that results in a
very concise, but clear syntax. There are separate facilities for
mocking object instances, and classes. You can quickly create an
instance of an object with custom attributes and methods. You can also
quickly create an anonymous class, optionally inheriting from another,
with whatever methods you desire.

Mock-Object also provides a tool that provides an OO interface to
Mock-Quick also provides a tool that provides an OO interface to
overriding methods in existing classes. This tool also allows for the
restoration of the original class methods. Best of all this is a
localized tool, when your control object falls out of scope the original
Expand Down
4 changes: 2 additions & 2 deletions lib/Mock/Quick.pm
Expand Up @@ -103,13 +103,13 @@ Some Mocking libraries expect you to mock a specific class, and will unload it
then redefine it. This is particularly a problem if you only want to override
a class on a lexical level.
Mock-Object provides a declarative mocking interface that results in a very
Mock-Quick provides a declarative mocking interface that results in a very
concise, but clear syntax. There are separate facilities for mocking object
instances, and classes. You can quickly create an instance of an object with
custom attributes and methods. You can also quickly create an anonymous class,
optionally inheriting from another, with whatever methods you desire.
Mock-Object also provides a tool that provides an OO interface to overriding
Mock-Quick also provides a tool that provides an OO interface to overriding
methods in existing classes. This tool also allows for the restoration of the
original class methods. Best of all this is a localized tool, when your control
object falls out of scope the original class is restored.
Expand Down

0 comments on commit bba1128

Please sign in to comment.