I am creating an automatic testing framework in Perl for regression tests. I would like to publish my results on test machines. I used django before when the server was working autonomously without the need for installation. What MVC framework in Perl has its own standalone server? Basically, which of the MVC Perl infrastructures is closest to the django server features and the DRY (Do not Repeat Yourself) principles?
PS I will not rewrite my framework in python
PSS I will not use the Perl and django framework as MVC
(no python on servers :()
source share