Fix forgotten whitespace - this is what I get for no prove xt
Peter Rabbitson [Mon, 30 Jan 2012 10:33:12 +0000 (11:33 +0100)]
maint/Makefile.PL.inc/12_authordeps.pl

index 1b2df2c..1083b7e 100644 (file)
@@ -100,7 +100,7 @@ END {
   my $meta = do { local @ARGV = 'META.yml'; local $/; <> };
 
   # this is safe as there is a fatal check earlier in the main Makefile.PL
-  # to make sure there are no duplicates (i.e. $opt_testdeps does not contain 
+  # to make sure there are no duplicates (i.e. $opt_testdeps does not contain
   # any real dependencies)
   my @illegal_leftovers = grep
     { $meta =~ /^ \s+ \Q$_\E \: \s+ /mx }