X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FTest.pm;fp=lib%2FCatalyst%2FTest.pm;h=492fb31dbeab280aaa3ce6e68321916f68048195;hp=5c0cbe7cfd9ea22e2a20c1b14d10d7b69367a0ee;hb=965f3e35b1f8287990aeb8f102ebc0bc107e11e8;hpb=f4dda4a8e24ec328419c0bef366f1cd294d42474 diff --git a/lib/Catalyst/Test.pm b/lib/Catalyst/Test.pm index 5c0cbe7..492fb31 100644 --- a/lib/Catalyst/Test.pm +++ b/lib/Catalyst/Test.pm @@ -209,8 +209,8 @@ functions take either a URI or an L object. =head1 INLINE TESTS WILL NO LONGER WORK -While it used to be possible to inline a whole testapp into a C<.t> file for a -distribution, this will no longer work. +While it used to be possible to inline a whole test app into a C<.t> file for +a distribution, this will no longer work. The convention is to place your L test apps into C in your distribution. E.g.: C, C,