The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Copyright 2004 by Audrey Tang <cpan@audreyt.org>

package Win32::Exe::Section::Debug;

use strict;
use base 'Win32::Exe::Section';

1;