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 Debian Archiv squeeze (main)
Version1.03-1
Sektionperl
Prioritätoptional
Installierte Größe64 Byte
Hängt ab vonperl (>= 5.8.8)
Empfohlene Pakete
PaketbetreuerChristian Sánchez
Quelle
Paketgröße7690 Byte
Prüfsumme MD5bfdcbbb81f8819ae636ce781244410e5
Prüfsumme SHA18ccf5f57d6810dbf00439958c45106b079701500
Prüfsumme SHA25643e2894955c6d909d4f935d45e8434fb9e5cc3ada59d702428749d0bad58c6c2
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