Author: stevehay
Date: Fri Jul 21 21:36:08 2023
New Revision: 1911181

URL: http://svn.apache.org/viewvc?rev=1911181&view=rev
Log:
Update Makefile.PL as per r1675269

Modified:
    perl/Apache-SizeLimit/trunk/Makefile.PL

Modified: perl/Apache-SizeLimit/trunk/Makefile.PL
URL: 
http://svn.apache.org/viewvc/perl/Apache-SizeLimit/trunk/Makefile.PL?rev=1911181&r1=1911180&r2=1911181&view=diff
==============================================================================
--- perl/Apache-SizeLimit/trunk/Makefile.PL (original)
+++ perl/Apache-SizeLimit/trunk/Makefile.PL Fri Jul 21 21:36:08 2023
@@ -40,6 +40,12 @@ set_version();
 my %common_opts = (
                    VERSION         => $VERSION,
                    PREREQ_PM       => \%prereqs,
+                   dist            => {
+                       COMPRESS => 'gzip -9f', SUFFIX => 'gz',
+                       PREOP   => 'find $(DISTVNAME) -type d -print|xargs 
chmod 0755 && ' .
+                                  'find $(DISTVNAME) -type f -print|xargs 
chmod 0644',
+                       TO_UNIX => 'find $(DISTVNAME) -type f -print|xargs 
dos2unix'
+                   },
                    clean           => { FILES => 't/TEST' },
                   );
 


Reply via email to