libmoosex-runnable-perl 0.10-2 source package in Ubuntu

Changelog

libmoosex-runnable-perl (0.10-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper dependency to >= 9, since that's what is used in
    debian/compat.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Repository, Repository-
    Browse.
  * Update standards version to 4.4.1, no changes needed.
  * Update standards version to 4.5.0, no changes needed.
  * Remove constraints unnecessary since stretch:
    + Build-Depends: Drop versioned constraint on perl.
  * Update standards version to 4.5.1, no changes needed.
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Sun, 11 Dec 2022 18:48:33 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmoosex-runnable-perl_0.10-2.dsc 2.6 KiB 4a22e4b3c4767b4943bf422a492c42f6ccb6fa8d65018861a73a644dc9d11b0a
libmoosex-runnable-perl_0.10.orig.tar.gz 40.3 KiB 40d8fd1b5524ae965965a1f144d7a0a0c850594c524402b2319b24d5c4af1199
libmoosex-runnable-perl_0.10-2.debian.tar.xz 4.5 KiB 3014e7feb8e58e8a20c6236bfd601fdf6a164e64c005d6a6ebf8eb5c7bb3a46b

Available diffs

No changes file available.

Binary packages built by this source

libmoosex-runnable-perl: tag a class as a runnable application

 MooseX::Runnable is a framework
 for making classes runnable applications.
 This role doesn't do anything
 other than tell the rest of the framework
 that your class is a runnable application
 that has a run method which accepts arguments
 and returns the process' exit code.
 .
 This is a convention that the community has been using for a while.
 This role tells the computer that your class uses this convention,
 and let's the computer abstract away
 some of the tedium this entails.