Project

General

Profile

action #1411

Updated by ancorgs about 10 years ago

There is a lot of code in lib/modules that have become obsolete with the port to Mojolicious. 

 * awstandard should die: 
  * All the calls to file_content() should be replaced by Mojolicious' slurp() 
  * Any other useful function should be migrated into a proper Mojolicious helper 
 * sort_list and sort_table are obsolete 
 * openqa.pm needs cleanup: 
  * several functions are obsolete 
  * Functions that are UI related (like cycle, res_css and res_display) should be migrated into proper Mojolicious helpers

Back