DEBSOURCES
Skip Quicknav
sources / libwin32-exe-perl / 0.17-3 / lib / Win32 / Exe / Section / Data.pm
12345678
# Copyright 2004 by Audrey Tang <cpan@audreyt.org> package Win32::Exe::Section::Data; use strict; use base 'Win32::Exe::Section'; 1;