libperl-prereqscanner-perl 1.100-1 source package in Ubuntu

Changelog

libperl-prereqscanner-perl (1.100-1) unstable; urgency=medium

  * Import upstream version 1.100.
  * Update (test) dependencies.

 -- gregor herrmann <email address hidden>  Sat, 28 Oct 2023 01:30:06 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libperl-prereqscanner-perl_1.100-1.dsc 2.8 KiB e7465fef7895e8cced943f71f4b07d692366bfb39d000dd71f1bf098b740b9b6
libperl-prereqscanner-perl_1.100.orig.tar.gz 28.3 KiB 01181d38a2e7aff838d262122563c50636ba4b3652ee5d1d4f8ef5ba3f5b186b
libperl-prereqscanner-perl_1.100-1.debian.tar.xz 4.1 KiB 729e7772bfe321b2a53a3dfced9b5165193911e5749b148cc8e2c64e96189f39

Available diffs

No changes file available.

Binary packages built by this source

libperl-prereqscanner-perl: module for extracting prerequisites from Perl code

 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.
 .
 It currently detects 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