1Mixin::Linewise(3) User Contributed Perl Documentation Mixin::Linewise(3)
2
3
4
6 Mixin::Linewise - write your linewise code for handles; this does the
7 rest
8
10 version 0.111
11
13 It's boring to deal with opening files for IO, converting strings to
14 handle-like objects, and all that. With Mixin::Linewise::Readers and
15 Mixin::Linewise::Writers, you can just write a method to handle
16 handles, and methods for handling strings and filenames are added for
17 you.
18
20 This module should work on any version of perl still receiving updates
21 from the Perl 5 Porters. This means it should work on any version of
22 perl released in the last two to three years. (That is, if the most
23 recently released version is v5.40, then this module should work on
24 both v5.40 and v5.38.)
25
26 Although it may work on older versions of perl, no guarantee is made
27 that the minimum required version will not be increased. The version
28 may be increased for any reason, and there is no promise that patches
29 will be accepted to lower the minimum required perl.
30
32 Ricardo SIGNES <cpan@semiotic.systems>
33
35 • David Golden <dagolden@cpan.org>
36
37 • David Steinbrunner <dsteinbrunner@pobox.com>
38
39 • Graham Knop <haarg@haarg.org>
40
41 • L. Alberto Giménez <agimenez@sysvalve.es>
42
43 • Ricardo Signes <rjbs@semiotic.systems>
44
46 This software is copyright (c) 2008 by Ricardo SIGNES.
47
48 This is free software; you can redistribute it and/or modify it under
49 the same terms as the Perl 5 programming language system itself.
50
51
52
53perl v5.36.0 2023-01-20 Mixin::Linewise(3)