r75789 - /trunk/libtest-mockobject-perl/lib/Test/MockObject.pm

ghedo-guest at users.alioth.debian.org ghedo-guest at users.alioth.debian.org
Wed Jun 15 17:51:23 UTC 2011


Author: ghedo-guest
Date: Wed Jun 15 17:51:21 2011
New Revision: 75789

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75789
Log:
unapply patch

Modified:
    trunk/libtest-mockobject-perl/lib/Test/MockObject.pm

Modified: trunk/libtest-mockobject-perl/lib/Test/MockObject.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-mockobject-perl/lib/Test/MockObject.pm?rev=75789&op=diff
==============================================================================
--- trunk/libtest-mockobject-perl/lib/Test/MockObject.pm (original)
+++ trunk/libtest-mockobject-perl/lib/Test/MockObject.pm Wed Jun 15 17:51:21 2011
@@ -579,8 +579,8 @@
 before a use or require or place it before a C<use_ok()> or C<require_ok()>
 call.
 
-You can optionally add functions to the mocked module by passing them as
-name => coderef pairs to C<fake_module()>.  This is handy if you want to test an
+You can optionally add functions to the mocked module by passing them as name
+=> coderef pairs to C<fake_module()>.  This is handy if you want to test an
 C<import()>:
 
     my $import;




More information about the Pkg-perl-cvs-commits mailing list