fix bug where first event isn't passed to filter during collect w/out inside
[catagits/HTML-Zoom.git] / Makefile.PL
1 use inc::Module::Install;
2
3 all_from('lib/HTML/Zoom.pm');
4
5 requires 'strictures' => 1;
6
7 WriteAll;