The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
=head1 NAME

Word::Writer - Create Word documents

=cut

# This file is here to shadow Win32::Word::Writer

package Word::Writer;

use warnings;
use strict;

sub init {
}

1;