-
Notifications
You must be signed in to change notification settings - Fork 560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible bug with binmode and <FH> on Perl 5.005_03 Win32 #50
Comments
From ron@gwmicro.comThe following short script should write a file called testfile It is probably relevant that this report was generated on -------- cut here ---->8==== open (IN, "<testfile"); # *** The following line does not work # *** Replace it with the following two lines and it works. close IN; Perl Info
|
2.206 25 July 2023 * 2.206 Tue, 25 Jul 2023 16:37:44 +0100 6f00921ce36a80f6b507402cee71e9f3a9cc406d * Merge branch 'master' of https://github.com/pmqs/IO-Compress Sat, 22 Jul 2023 20:22:41 +0100 d561922b964796e94c94c89f69550de5b95fb342 * Merge pull request #50 from haarg/fix-version-check Sat, 22 Jul 2023 19:13:38 +0100 9d4f8755024db3bc16a628fa736680cd6f0b90ab * fix version checks to use correct method Fri, 21 Jul 2023 18:36:29 +0200 c60f5c619f9a8c3038428724a01c6722e51e37a7 * drop rt.cpan from SUPPORT section Tue, 18 Jul 2023 09:19:52 +0100 02fc4ab0b2c9c30c7014238f20bf02e2857d4c52
2.206 25 July 2023 * 2.206 Tue, 25 Jul 2023 16:37:44 +0100 6f00921ce36a80f6b507402cee71e9f3a9cc406d * Merge branch 'master' of https://github.com/pmqs/IO-Compress Sat, 22 Jul 2023 20:22:41 +0100 d561922b964796e94c94c89f69550de5b95fb342 * Merge pull request #50 from haarg/fix-version-check Sat, 22 Jul 2023 19:13:38 +0100 9d4f8755024db3bc16a628fa736680cd6f0b90ab * fix version checks to use correct method Fri, 21 Jul 2023 18:36:29 +0200 c60f5c619f9a8c3038428724a01c6722e51e37a7 * drop rt.cpan from SUPPORT section Tue, 18 Jul 2023 09:19:52 +0100 02fc4ab0b2c9c30c7014238f20bf02e2857d4c52
Migrated from rt.perl.org#852 (status was 'resolved')
Searchable as RT852$
The text was updated successfully, but these errors were encountered: