The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package I18N::Handle::Abstract;
use warnings;
use strict;

sub speak { }

sub get_current_handle {  }

sub get_loc_method {  }

sub init { }

1;