X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=6b2fdddfe6d8cb3c7b36929adcb77f3fdfc83b1d;hb=c1f9a59d17b44cff47a15a512a2402a3672156ac;hp=1e32c5052d65c67a6cb054c576e32ef17b27443d;hpb=7f3f64d7569376436130a955eb3c9e6b30284c34;p=dbsrgits%2FSQL-Translator.git diff --git a/Makefile.PL b/Makefile.PL index 1e32c50..6b2fddd 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -60,7 +60,7 @@ readme_from 'lib/SQL/Translator.pm'; for my $type (qw/requires recommends test_requires/) { no strict qw/refs/; my $f = \&$type; - for my $mod (keys %{$deps->{$type} || {} }) { + for my $mod (sort keys %{$deps->{$type} || {} }) { $f->($mod, $deps->{$type}{$mod}); } }