Subject: | Dependency on Readonly |
Date: | Fri, 31 Aug 2012 14:01:38 +0200 |
To: | bug-LaTeX-Driver [...] rt.cpan.org |
From: | Salvatore Bonaccorso <carnil [...] cpan.org> |
Hi
LaTeX-Driver now seems to use Readonly module but does not declare
requirements on it, would it be possible to update this on next
release?
----cut---------cut---------cut---------cut---------cut---------cut-----
+use Readonly;
-use constant DEFAULT_MAXRUNS => 10;
+Readonly our $DEFAULT_MAXRUNS => 10;
----cut---------cut---------cut---------cut---------cut---------cut-----
Many thanks for you work!
Regards,
Salvatore
Message body not shown because it is not plain text.