added some better error handling to change detection
[scpubgit/File-Tree-Snapshot.git] / Makefile.PL
index 4e46a4d..287703a 100644 (file)
@@ -10,7 +10,7 @@ my %requires = (
     'Moo'               => 0.009013,
     'File::Path'        => 0,
     'File::Basename'    => 0,
-)
+);
 
 # have to do this since old EUMM dev releases miss the eval $VERSION line
 my $mymeta_works = do { no warnings; $ExtUtils::MakeMaker::VERSION >= 6.5707 };