[Jifty-commit] r1898 -

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Aug 30 20:14:22 EDT 2006


Author: schwern
Date: Wed Aug 30 20:14:22 2006
New Revision: 1898

Modified:
   /   (props changed)
   jifty/trunk/lib/Jifty/Test.pm

Log:
 r17637 at windhund:  schwern | 2006-08-30 19:46:21 -0400
 Users don't need to know about Jifty::Test->import_extra


Modified: jifty/trunk/lib/Jifty/Test.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Test.pm	(original)
+++ jifty/trunk/lib/Jifty/Test.pm	Wed Aug 30 20:14:22 2006
@@ -79,12 +79,16 @@
 }
 
 
+=begin private
+
 =head2 import_extra
 
 Called by L<Test::More>'s C<import> code when L<Jifty::Test> is first
 C<use>'d, it calls L</setup>, and asks Test::More to export its
 symbols to the namespace that C<use>'d this one.
 
+=end private
+
 =cut
 
 sub import_extra {


More information about the Jifty-commit mailing list