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

Changelog

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

  * Import upstream version 1.025.
  * Update upstream email address.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Sat, 07 Jan 2023 19:23:12 +0100

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
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libperl-prereqscanner-perl_1.025-1.dsc 2.8 KiB 79ccadd8d47eff2b7e1706b31a09ad9b9c2bec7474b43b6dda276f0ccd64fed6
libperl-prereqscanner-perl_1.025.orig.tar.gz 28.1 KiB ac9acde2c608d270336cc1b312cc49a52c603c1163e196fee749cd296321eca7
libperl-prereqscanner-perl_1.025-1.debian.tar.xz 4.0 KiB 1f09941da9808375170d8227cd69a837bbe305ecd477a824941f7d160a195105

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