diff --git a/lib/SVN/Notify.pm b/lib/SVN/Notify.pm index 8930d24..1310fc8 100644 --- a/lib/SVN/Notify.pm +++ b/lib/SVN/Notify.pm @@ -1,6 +1,7 @@ package SVN::Notify; use strict; +use warnings; require 5.006_000; use constant WIN32 => $^O eq 'MSWin32'; use constant PERL58 => $] > 5.007_000; @@ -1694,7 +1695,7 @@ sub output_file_lists { $notifier->end_body($file_handle); -Closes out the body of the email by outputting the contents of the C