Paketname | libtask-weaken-perl |
Beschreibung | Ensure that a platform has weaken support |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.03-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 64 Byte |
Hängt ab von | perl (>= 5.8.8) |
Empfohlene Pakete | |
Paketbetreuer | Christian Sánchez |
Quelle | |
Paketgröße | 7690 Byte |
Prüfsumme MD5 | bfdcbbb81f8819ae636ce781244410e5 |
Prüfsumme SHA1 | 8ccf5f57d6810dbf00439958c45106b079701500 |
Prüfsumme SHA256 | 43e2894955c6d909d4f935d45e8434fb9e5cc3ada59d702428749d0bad58c6c2 |
Link zum Herunterladen | libtask-weaken-perl_1.03-1_all.deb |
Ausführliche Beschreibung | One recurring problem in modules that use Scalar::Util's weaken function is
that it is not present in the pure-perl variant.
.
While this isn't necesarily always a problem in a straight CPAN-based Perl
environment, some operating system distributions only include the pure-Perl
versions, don't include the XS version, and so weaken is then "missing" from
the platform, despite passing a dependency on Scalar::Util successfully.
.
Most notably this is RedHat Linux at time of writing, but other come and go
and do the same thing, hence "recurring problem".
.
The normal solution is to manually write tests in each distribution to ensure
that weaken is available.
|