| Paketname | libperl-prereqscanner-perl | 
| Beschreibung | module for extracting prerequisites from Perl code | 
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) | 
| Version | 0.101890-1 | 
| Sektion | perl | 
| Priorität | optional | 
| Installierte Größe | 104 Byte | 
| Hängt ab von | perl, libmoose-perl, libnamespace-autoclean-perl, libparams-util-perl, libppi-perl (>= 1.205), libst | 
| Empfohlene Pakete |  | 
| Paketbetreuer | Debian Perl Group | 
| Quelle |  | 
| Paketgröße | 16364 Byte | 
| Prüfsumme MD5 | bedb55107b2256ac72723fc693da968e | 
| Prüfsumme SHA1 | 066e7d326e12bcb8d45b89775a749f8269772168 | 
| Prüfsumme SHA256 | 443892de3aee613a97200218905815fe97d2e54bb9f005341773bbced5f7485a | 
| Link zum Herunterladen | libperl-prereqscanner-perl_0.101890-1_all.deb | 
| Ausführliche Beschreibung | Perl::PrereqScanner is a Perl module that extracts distribution prerequisites
from files through various means. The extraction is not perfect but provides
a best-guess approximation, currently detecting the following:
.
  * plain lines beginning with use or require in perl modules and scripts
  * regular inheritance declared with the base and parent pragmata
  * Moose inheritance declared with the extends keyword
  * Moose roles included with the with keyword |