libperlx-maybe-perl_0.002-1_amd64.changes is NEW
Debian FTP Masters
ftpmaster at ftp-master.debian.org
Tue Jun 5 23:48:16 UTC 2012
(new) libperlx-maybe-perl_0.002-1.debian.tar.gz optional perl
(new) libperlx-maybe-perl_0.002-1.dsc optional perl
(new) libperlx-maybe-perl_0.002-1_all.deb optional perl
return a pair only if they are both defined
Moose classes (and some other classes) distinguish between an attribute
being unset and the attribute being set to undef. Supplying a
constructor arguments like this:
.
my $bob = Person->new(
name => $name,
age => $age,
);
.
Will result in the "name" and "age" attributes possibly being set to
undef (if the corresponding $name and $age variables are not defined),
which may violate the Person class' type constraints.
.
PerlX::Maybe checks that $x and $y are both defined. If they are, it
returns them both as a list; otherwise it returns the empty list.
(new) libperlx-maybe-perl_0.002.orig.tar.gz optional perl
Changes:
libperlx-maybe-perl (0.002-1) unstable; urgency=low
.
* Initial packaging release.
Closes: bug#676292.
Override entries for your package:
Announcing to debian-devel-changes at lists.debian.org
Closing bugs: 676292
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