libgetopt-usaginator-perl 0.0012-3 source package in Ubuntu

Changelog

libgetopt-usaginator-perl (0.0012-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.1.5, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Sat, 19 Nov 2022 21:10:50 +0000

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libgetopt-usaginator-perl_0.0012-3.dsc 2.2 KiB b2080f1d6a8cfd2ae575c61dcb75370e100c1aa649050792bf08684e9fbc04ec
libgetopt-usaginator-perl_0.0012.orig.tar.gz 3.5 KiB 111ca813c25375c25984c9d396e48e78d4093e61fffbb1f76ac4de680ef1efbb
libgetopt-usaginator-perl_0.0012-3.debian.tar.xz 2.1 KiB 00e587b7c87fae3e9dae27dd69d5945b399f5b401eb0893607082b7db34ccdd5

Available diffs

No changes file available.

Binary packages built by this source

libgetopt-usaginator-perl: syntactic sugar for creating a command line usage function

 Getopt::Usaginator is a tool for creating a usage subroutine for commandline
 applications. You decide the text of the usage function in the use declaration
 and it generates a usage method. It does not do any option parsing, but is
 best paired with Getopt::Long or any of the other myriad of option parsers