Pakket: libclass-refresh-perl (0.07-2)
Verwijzigingen voor libclass-refresh-perl
Debian bronnen:
Het bronpakket libclass-refresh-perl downloaden:
- [libclass-refresh-perl_0.07-2.dsc]
- [libclass-refresh-perl_0.07.orig.tar.gz]
- [libclass-refresh-perl_0.07-2.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [metacpan.org]
Vergelijkbare pakketten:
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.
Andere aan libclass-refresh-perl gerelateerde pakketten
|
|
|
|
-
- 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