78664b484d5677b8faf23f7ba63e9b7379f190c0
[p5sagit/Log-Contextual.git] / Makefile.PL
1 use 5.006;
2 use inc::Module::Install 0.91;
3 use strict;
4 use warnings FATAL => 'all';
5
6 all_from 'lib/Log/Contextual.pm';
7
8 WriteAll;