Bug 39747

Summary: [EasyHack] remove cruft from perl scripts
Product: LibreOffice Reporter: Björn Michaelsen <bjoern.michaelsen>
Component: LibreOfficeAssignee: Not Assigned <libreoffice-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: gregory.white
Priority: medium Keywords: difficultyBeginner, easyHack, skillScript
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
Crash report or crash signature: Regression By:

Description Björn Michaelsen 2011-08-02 01:59:15 UTC
==== remove cruft from perl scripts ====

<p><b>Background:</b> Our perl installer script: solenv/bin/make_installer.pl has lots of legacy features that can be removed - eg. solenv/bin/build.pl has a 'server' mode - which seems rather un-necessary (acceleration via icecream/ccache is rather better) - the --server flag and association code and options need removing.

</p><p>The Perl code also could do with some reformatting to make the lines less long. Simplification of the package naming convention to make the class names less verbose would make the code more readable.

</p><p><b>Skills:</b> perl
Comment 1 Greg White 2011-09-27 01:04:07 UTC
it appears this has already been fixed. The --server flag is not read in the current version of the Perl module parameter.pm which reads the command line arguments
Comment 2 Greg White 2011-09-27 01:17:02 UTC
commit da1681af3a32ba7d0d6406dcc4ddfc1c5e56d914
Author: Jordan Ayers <jordan.ayers@gmail.com>
Date:   Wed Aug 10 08:17:55 2011 -0500

    Remove --server mode and supporting code from build.pl.
Comment 3 Robinson Tryon (qubit) 2015-12-15 16:24:55 UTC
Migrating Whiteboard tags to Keywords: (EasyHack DifficultyBeginner SkillScript )
[NinjaEdit]