The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package IO::Capture::Stderr::Extended;
use strict;
use warnings;
use base 'IO::Capture::Stderr';
use IO::Capture::Extended qw(:all);

1;

########## DOCUMENTATION ##########

=head1 NAME

IO::Capture::Stderr::Extended - Extend functionality of IO::Capture::Stderr

=head1 SYNOPSIS

All documentation is contained in IO::Capture::Extended::Overview.

    perldoc IO::Capture::Extended::Overview

=cut