librelative-perl_0.04-1_i386.changes is NEW
Debian Installer
installer at ftp-master.debian.org
Fri May 9 15:17:09 UTC 2008
(new) librelative-perl_0.04-1.diff.gz optional perl
(new) librelative-perl_0.04-1.dsc optional perl
(new) librelative-perl_0.04-1_all.deb optional perl
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;
(new) librelative-perl_0.04.orig.tar.gz optional perl
Changes: librelative-perl (0.04-1) unstable; urgency=low
.
* Initial Release. (Closes: #478518)
Override entries for your package:
Announcing to debian-devel-changes at lists.debian.org
Closing bugs: 478518
Your package contains new components which requires manual editing of
the override file. It is ok otherwise, so please be patient. New
packages are usually added to the override file about once a week.
You may have gotten the distribution wrong. You'll get warnings above
if files already exist in other distributions.
More information about the pkg-perl-maintainers
mailing list