remove a confusing and duplicate bit of documentation
Brian Cassidy [Fri, 20 Jun 2008 18:14:11 +0000 (18:14 +0000)]
lib/Catalyst/Request/Upload.pm

index e5922c2..34dccb4 100644 (file)
@@ -34,11 +34,6 @@ option in the Catalyst config. If unset, Catalyst will use the system temp dir.
 
     __PACKAGE__->config( uploadtmp => '/path/to/tmpdir' );
 
-It is provided a way to have configurable temporary directory.
-If there is no config uploadtmp, system temprary directory will used.
-
-    __PACKAGE__->config( uploadtmp => '/path/to/tmpdir' );
-
 See also L<Catalyst>.
 
 =head1 DESCRIPTION