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

Changelog

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

  * Team upload.
  * Import upstream version 0.007.
  * Update upstream email address.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Sat, 07 Jan 2023 19:55:09 +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
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
libmoosex-oneargnew-perl_0.007-1.dsc 2.5 KiB 38e6c8d6a2f4343091a67f73777459529719490d5db425f7f2f49bb8e26d061c
libmoosex-oneargnew-perl_0.007.orig.tar.gz 16.7 KiB 84282435f1169cf09d7513fa9387e2091791635cf35a078b500b829aeea06138
libmoosex-oneargnew-perl_0.007-1.debian.tar.xz 2.7 KiB 4e504efdd742c7c8bd66291682c6b8e15136497942237fd3d20bfed93c7368f4

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.