Commit | Line | Data |
---|---|---|
0daa11f3 | 1 | use 5.006; |
2 | use inc::Module::Install 0.91; | |
3 | use strict; | |
4 | use warnings FATAL => 'all'; | |
5 | ||
bcccab74 | 6 | perl_version '5.006'; |
0daa11f3 | 7 | all_from 'lib/Log/Contextual.pm'; |
1c399f46 | 8 | requires 'Data::Dumper::Concise'; |
156b6b1c | 9 | requires 'Exporter::Declare' => 0.105; |
0daa11f3 | 10 | |
11 | WriteAll; |