From: Peter Rabbitson Date: Sat, 25 Oct 2014 10:46:39 +0000 (+0200) Subject: Re-indent and quote versions in Makefile X-Git-Tag: v1.81~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FSQL-Abstract.git;a=commitdiff_plain;h=187f46dae67239249b4ca6b315374bf184775459 Re-indent and quote versions in Makefile No functional changes --- diff --git a/Makefile.PL b/Makefile.PL index 3a60511..a912c10 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -16,18 +16,18 @@ all_from 'lib/SQL/Abstract.pm'; dynamic_config 0; -requires 'List::Util' => 0; -requires 'Scalar::Util' => 0; -requires 'Exporter' => 5.57; -requires 'MRO::Compat' => 0.12; -requires 'Moo' => 1.004002; -requires 'Hash::Merge' => 0.12; - -test_requires "Test::More" => 0.88; -test_requires "Test::Exception" => 0.31; -test_requires "Test::Warn" => 0; -test_requires "Test::Deep" => 0.101; -test_requires "Storable" => 0; # for cloning in tests +requires 'List::Util' => '0'; +requires 'Scalar::Util' => '0'; +requires 'Exporter' => '5.57'; +requires 'MRO::Compat' => '0.12'; +requires 'Moo' => '1.004002'; +requires 'Hash::Merge' => '0.12'; + +test_requires "Test::More" => '0.88'; +test_requires "Test::Exception" => '0.31'; +test_requires "Test::Warn" => '0'; +test_requires "Test::Deep" => '0.101'; +test_requires "Storable" => '0'; # for cloning in tests no_index package => 'DBIx::Class::Storage::Debug::PrettyPrint'; no_index directory => 'examples';