summaryrefslogtreecommitdiff
path: root/Makefile.PL
blob: 722d7785f8d883d3abadbbf7cf4f7ca729c82b56 (plain)
1
2
3
4
5
6
7
8
use inc::Module::Install;
 
name 'DateTime-Format-GeekTime';
all_from 'lib/DateTime/Format/GeekTime.pm';
 
requires 'DateTime' => 0;
 
WriteAll;