libmoosex-attributeshortcuts-perl 0.037-2 source package in Ubuntu

Changelog

libmoosex-attributeshortcuts-perl (0.037-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

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

 -- Jelmer Vernooij <email address hidden>  Wed, 15 Jun 2022 20:53:44 +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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmoosex-attributeshortcuts-perl_0.037-2.dsc 2.6 KiB f35a47e7576b625d8f97e0e32dc8dc76fe8753833fc43d9cdad2bb7160868a6b
libmoosex-attributeshortcuts-perl_0.037.orig.tar.gz 54.3 KiB 829e4dd3f2895b39f58237770821b76ef0b6aa4d432b3e310dd486eb89614eeb
libmoosex-attributeshortcuts-perl_0.037-2.debian.tar.xz 2.5 KiB 51b31d058413ca207bca100670b7a72b0864897c35218c14146dfdfd22641ae6

Available diffs

No changes file available.

Binary packages built by this source

libmoosex-attributeshortcuts-perl: Moose extension providing shorthands for common attribute options

 Ever found yourself repeatedly specifying writers and builders, because
 there's no good shortcut to specifying them? Sometimes you want an
 attribute to have a read-only public interface, but a private writer. And
 wouldn't it be easier to just say "builder => 1" and have the attribute
 construct the canonical "_build_$name" builder name for you?
 .
 MooseX::AttributeShortcuts causes an attribute trait to be applied to all
 attributes defined to the using class. This trait extends the attribute
 option processing to handle the above variations.