Fix forgotten whitespace - this is what I get for no prove xt
[dbsrgits/DBIx-Class.git] / 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 }