Package: librelative-perl (0.04-4)
Links for librelative-perl
Debian Resources:
Download Source Package librelative-perl:
- [librelative-perl_0.04-4.dsc]
- [librelative-perl_0.04.orig.tar.gz]
- [librelative-perl_0.04-4.debian.tar.xz]
Maintainer:
External Resources:
- Homepage [metacpan.org]
Similar packages:
Load modules with relative names
This module allows you to load modules using only parts of their name, relatively to the current module or to a given module. Module names are by default searched below the current module, but can be searched upper in the hierarchy using the ..:: syntax.
In order to further loosen the namespace coupling, import returns the full names of the loaded modules, making object-oriented code easier to write:
use relative;
my ($Maker, $Publisher) = import relative qw(Create Publish); my $report = $Maker->new; my $publisher = $Publisher->new;
Other Packages Related to librelative-perl
|
|
|
|
-
- dep: libuniversal-require-perl
- carica moduli da una variabile (deprecato)
-
- dep: perl
- "Practical Extraction and Report Language" di Larry Wall
Download librelative-perl
Architecture | Package Size | Installed Size | Files |
---|---|---|---|
all | 9.4 kB | 28.0 kB | [list of files] |