libmoosex-oneargnew-perl 0.006-1 source package in Ubuntu

Changelog

libmoosex-oneargnew-perl (0.006-1) unstable; urgency=medium

  * Team upload.

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

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Submit.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on
      libmoosex-role-parameterized-perl, perl, libtest-simple-perl.
    + libmoosex-oneargnew-perl: Drop versioned constraint on
      libmoosex-role-parameterized-perl in Depends.
  * Bump debhelper from old 12 to 13.

  [ gregor herrmann ]
  * Import upstream version 0.006.
  * Update upstream copyright years and email address.
  * Declare compliance with Debian Policy 4.6.1.
  * Update alternative test dependencies.
  * Annotate test-only build dependencies with <!nocheck>.

 -- gregor herrmann <email address hidden>  Fri, 03 Jun 2022 19:53:30 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmoosex-oneargnew-perl_0.006-1.dsc 2.5 KiB 68262dbc5a21d330f2876bb9c77dee11f95e55a440b92adf424d267668d878c3
libmoosex-oneargnew-perl_0.006.orig.tar.gz 16.7 KiB 9bd616fb00a03d28509f46b9a541f7eeb26211999d3941f403a2561921406630
libmoosex-oneargnew-perl_0.006-1.debian.tar.xz 2.6 KiB 77389c279ff0051502817b6d248795b38ed3add59d612065e5f937bf96a7c8d3

Available diffs

No changes file available.

Binary packages built by this source

libmoosex-oneargnew-perl: Moose role that extends class' constructor to accept single arguments

 MooseX::OneArgNew lets your constructor take a single argument, which will be
 translated into the value for a one-entry hashref. It is a parameterized
 role with two parameters:
  * type - The Moose type that the single argument must be for the one-arg form
    to work. This should be an existing type, and may be either a string type or
    a MooseX::Type.
  * init_arg - This is the string that will be used as the key for the hashref
    constructed from the one-arg call to new.