X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FBit-MorseSignals.git;a=blobdiff_plain;f=Makefile.PL;h=c1e4b26eb3bf385f64677693213abf63658cee27;hp=00a75323ebde8192e6af2a784d5467884a3fcfe8;hb=8ce9fd9d5f4e6197d1a33a3fd11953cc1dc3b31f;hpb=0288f57c6aaf2cb133df80f13d78af66ea094902 diff --git a/Makefile.PL b/Makefile.PL index 00a7532..c1e4b26 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -19,22 +19,22 @@ sub build_req { } WriteMakefile( - NAME => 'Bit::MorseSignals', - AUTHOR => 'Vincent Pit ', - LICENSE => 'perl', - VERSION_FROM => 'lib/Bit/MorseSignals.pm', - ABSTRACT_FROM => 'lib/Bit/MorseSignals.pm', - PL_FILES => {}, - PREREQ_PM => { - 'Carp' => 0, - 'Encode' => 0, - 'Exporter' => 0, - 'Storable' => 0, + NAME => 'Bit::MorseSignals', + AUTHOR => 'Vincent Pit ', + LICENSE => 'perl', + VERSION_FROM => 'lib/Bit/MorseSignals.pm', + ABSTRACT_FROM => 'lib/Bit/MorseSignals.pm', + PL_FILES => {}, + PREREQ_PM => { + 'Carp' => 0, + 'Encode' => 0, + 'Exporter' => 0, + 'Storable' => 0, }, - dist => { - PREOP => 'pod2text lib/Bit/MorseSignals.pm > $(DISTVNAME)/README; ' - . build_req, - COMPRESS => 'gzip -9f', SUFFIX => 'gz' + dist => { + PREOP => 'pod2text lib/Bit/MorseSignals.pm > $(DISTVNAME)/README; ' + . build_req, + COMPRESS => 'gzip -9f', SUFFIX => 'gz' }, - clean => { FILES => 'Bit-MorseSignals-*' }, + clean => { FILES => 'Bit-MorseSignals-*' }, );