11 lines
443 B
Diff
11 lines
443 B
Diff
--- otrs-3.2.16/Kernel/cpan-lib/File/Temp.pm.orig 2014-05-28 20:35:41.451616386 +0200
|
|
+++ otrs-3.2.16/Kernel/cpan-lib/File/Temp.pm 2014-05-28 20:36:00.147264991 +0200
|
|
@@ -146,7 +146,6 @@
|
|
use Fcntl 1.03;
|
|
use IO::Seekable; # For SEEK_*
|
|
use Errno;
|
|
-require VMS::Stdio if $^O eq 'VMS';
|
|
|
|
# pre-emptively load Carp::Heavy. If we don't when we run out of file
|
|
# handles and attempt to call croak() we get an error message telling
|