3 # This file is part of Time::Fuzzy.
4 # Copyright (c) 2007 Jerome Quelin, all rights reserved.
6 # This program is free software; you can redistribute it and/or modify
7 # it under the same terms as Perl itself.
13 use ExtUtils::MakeMaker;
16 NAME => 'Time::Fuzzy',
17 AUTHOR => 'Jerome Quelin <jquelin@cpan.org>',
18 VERSION_FROM => 'lib/Time/Fuzzy.pm',
19 ABSTRACT_FROM => 'lib/Time/Fuzzy.pm',
22 'Class::Accessor' => 0,
26 dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
28 'Time-Fuzzy-*', 'MANIFEST.bak',
29 map { ( '*/' x $_ ) . '*~' } 0..4