套件:libclass-refresh-perl(0.07-2)
libclass-refresh-perl 的相關連結
Debian 的資源:
下載原始碼套件 libclass-refresh-perl:
- [libclass-refresh-perl_0.07-2.dsc]
- [libclass-refresh-perl_0.07.orig.tar.gz]
- [libclass-refresh-perl_0.07-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
module for refreshing classes during runtime
Class::Refresh allows you to reload your application classes on the fly, so that the code/test cycle becomes a lot easier.
During development, it is fairly common to cycle between writing code and testing that code. Generally the testing happens within the test suite, but frequently it is more convenient to test things by hand when tracking down a bug, or when doing some exploratory coding. In many situations, however, this becomes inconvenient - for instance, in a REPL, or in a stateful web application, restarting from the beginning after every code change can get pretty tedious.
其他與 libclass-refresh-perl 有關的套件
|
|
|
|
-
- dep: libclass-load-perl
- module for loading modules by name
-
- dep: libclass-unload-perl
- Perl module to unload a class at runtime
-
- dep: libdevel-overrideglobalrequire-perl
- module to safely override CORE::GLOBAL::require
-
- dep: libtry-tiny-perl
- module providing minimalistic try/catch
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language