| Paketname | libtask-weaken-perl |
| Beschreibung | Ensure that a platform has weaken support |
| Archiv/Repository | Offizielles Ubuntu Archiv lucid (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 | Ubuntu Developers |
| Quelle | |
| Paketgröße | 7740 Byte |
| Prüfsumme MD5 | 55cca178e8a59e3390f58508332d0997 |
| Prüfsumme SHA1 | a25257e63b8349fbd0f2f960bff1ea615048b1f3 |
| Prüfsumme SHA256 | cf3073e13955ae84c3d0d8fa5b67bcf7cae83a029c4f69a2831fe40359fb9071 |
| 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.
|