You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
733 B
16 lines
733 B
diff -up Perl-Tidy-20130922/bin/perltidy~ Perl-Tidy-20130922/bin/perltidy
|
|
--- Perl-Tidy-20130922/bin/perltidy~ 2013-09-22 17:43:35.000000000 +0300
|
|
+++ Perl-Tidy-20130922/bin/perltidy 2014-03-12 23:01:08.164606065 +0200
|
|
@@ -3060,9 +3060,8 @@ in any way. And, of course, it does not
|
|
=item Temporary files
|
|
|
|
Under the -html option with the default --pod2html flag, a temporary file is
|
|
-required to pass text to Pod::Html. Unix systems will try to use the POSIX
|
|
-tmpnam() function. Otherwise the file F<perltidy.TMP> will be temporarily
|
|
-created in the current working directory.
|
|
+required to pass text to Pod::Html. The temporary file is created using
|
|
+File::Temp::tempfile().
|
|
|
|
=item Special files when standard input is used
|
|
|