- Fix for CVE-2014-2277 from Debian (#1074721) + related man page fix. - Fix bogus date in %changelog.f38
parent
e092b35f3e
commit
411d66ecd4
@ -0,0 +1,15 @@
|
||||
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
|
||||
|
Loading…
Reference in new issue