DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibtask-weaken-perl
BeschreibungEnsure that a platform has weaken support
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (main)
Version1.03-1
Sektionperl
Prioritätoptional
Installierte Größe64 Byte
Hängt ab vonperl (>= 5.8.8)
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quelle
Paketgröße7740 Byte
Prüfsumme MD555cca178e8a59e3390f58508332d0997
Prüfsumme SHA1a25257e63b8349fbd0f2f960bff1ea615048b1f3
Prüfsumme SHA256cf3073e13955ae84c3d0d8fa5b67bcf7cae83a029c4f69a2831fe40359fb9071
Link zum Herunterladenlibtask-weaken-perl_1.03-1_all.deb
Ausführliche BeschreibungOne 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.


Impressum
Linux is a registered trademark of Linus Torvalds