1POE::Pipe(3) User Contributed Perl Documentation POE::Pipe(3)
2
3
4
6 POE::Pipe - Deprecated and replaced with delegates to IO::Pipely.
7
9 See IO::Pipely.
10
12 On June 29, 2012, POE::Pipe and its subclasses, POE::Pipe::OneWay and
13 POE::Pipe::TwoWay were released to CPAN as IO::Pipely. The POE::Pipe
14 family of modules remained unchanged in POE's distribution.
15
16 On August 18, 2013, POE::Pipe and its subclasses were gutted. Their
17 implementations were replaced with delegates to IO::Pipely. All tests
18 pass, although the delegates add slight overhead. The documentation
19 was replaced by this deprecation schedule.
20
21 A mandatory deprecation warning is scheduled to be released after
22 September 2014. POE will begin using IO::Pipely directly. This
23 documentation will be updated to schedule the next deprecation step.
24
25 The mandatory warning will become a mandatory error a year or so later.
26 Ideally this will occur in August 2015, but it may be delayed due to
27 POE's release schedule. This documentation will be updated to schedule
28 the final deprecation step.
29
30 Finally, in August 2016 or later, POE::Pipe and its subclasses will be
31 removed from POE's distribution altogether. Users will have had at
32 least four years to update their code. That seems fair.
33
35 IO::Pipely
36
38 The POE::Pipe is copyright 2001-2013 by Rocco Caputo. All rights
39 reserved. POE::Pipe is free software; you may redistribute it and/or
40 modify it under the same terms as Perl itself.
41
42
43
44perl v5.30.0 2019-07-26 POE::Pipe(3)