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.110
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 has the same support period as perl itself: it supports
21 the two most recent versions of perl. (That is, if the most recently
22 released version is v5.40, then this module should work on both v5.40
23 and v5.38.)
24
25 Although it may work on older versions of perl, no guarantee is made
26 that the minimum required version will not be increased. The version
27 may be increased for any reason, and there is no promise that patches
28 will be accepted to lower the minimum required perl.
29
31 Ricardo SIGNES <rjbs@semiotic.systems>
32
34 • David Golden <dagolden@cpan.org>
35
36 • David Steinbrunner <dsteinbrunner@pobox.com>
37
38 • Graham Knop <haarg@haarg.org>
39
40 • L. Alberto Giménez <agimenez@sysvalve.es>
41
43 This software is copyright (c) 2008 by Ricardo SIGNES.
44
45 This is free software; you can redistribute it and/or modify it under
46 the same terms as the Perl 5 programming language system itself.
47
48
49
50perl v5.34.0 2022-01-21 Mixin::Linewise(3)