File: CHANGES

package info (click to toggle)
libfilehandle-fmode-perl 0.15-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 112 kB
  • sloc: perl: 99; makefile: 3
file content (38 lines) | stat: -rwxr-xr-x 1,297 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
0.15
     - Doc improvements.
     - Avoid win32_fmode() when perl is built by UCRT compiler, as UCRT changes struct _iobuf.
       (Affects MSWin32 only.)

0.14 - Add metadata to Makefile.PL.
     - Define PERL_NO_GET_CONTEXT

0.13 - Apply patch from Xavier Guimard. (Ticket 80607)

0.12 - Apply patch from Diab Jerius. (Ticket #79983)

0.11 - Add copyright notice to the LICENSE section of the pod.

0.10 - Add is_FH() - which is just a (more intuitively named) alias for
       is_arg_ok().
       Various minor adjustments to enable trouble-free building on pre-5.6.

0.09 - Correct error that prevents the module from building on perl 5.6.0.

0.08 - Add is_A() function.
       Rewrite internal functions to reduce (but not completely eradicate) repetition.

0.05 - (Hopefully) fix problems with Solaris and some other operating
       systems re testing for readability.

0.04 - Can now handle filehandles connected to memory objects.

0.03 - Rewrite the existing functions so that they die if:
       1) the received  argument is not an open filehandle;
       or
       2) the received argument is a filehandle connected to a memory object.

     - Add the is_arg_ok() function.

0.02 - Minor changes for compatibility with pre-5.6 versions of perl, and some tidying up.

0.01 - ummm ....