=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;