libmoosex-classattribute-perl 0.29-2 source package in Ubuntu

Changelog

libmoosex-classattribute-perl (0.29-2) unstable; urgency=medium

  [ gregor herrmann ]
  * Remove Oleg Gashev from Uploaders. Thanks for your work!

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

  [ gregor herrmann ]
  * debian/copyright: replace tabs with spaces / remove trailing
    whitespace.
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on
      libscalar-list-utils-perl.
    + libmoosex-classattribute-perl: Drop versioned constraint on
      libscalar-list-utils-perl in Depends.

 -- Jelmer Vernooij <email address hidden>  Wed, 15 Jun 2022 20:55:02 +0100

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmoosex-classattribute-perl_0.29-2.dsc 2.4 KiB ca84d6c4f995b35fed46dc6fba544ba17548b4b73cce7375901c3c1a0e0ac1bf
libmoosex-classattribute-perl_0.29.orig.tar.gz 35.5 KiB 6144c77c52770d4f831cadb6cada37125c80b3e4ffcb246da7ee9d55922ee725
libmoosex-classattribute-perl_0.29-2.debian.tar.xz 5.3 KiB ec69167e129ed04d3770138613db6ce19de6bfbccfe512e58825feea0f4445b2

Available diffs

No changes file available.

Binary packages built by this source

libmoosex-classattribute-perl: module to declare class attributes Moose-style

 MooseX::ClassAttribute allows you to declare class attributes in exactly the
 same way as object attributes, using class_has() instead of has().
 .
 You can use any feature of Moose's attribute declarations, including
 overriding a parent's attributes, delegation (handles), attribute traits,
 etc. All features should just work. The one exception is the "required" flag,
 which is not allowed for class attributes.
 .
 The accessor methods for class attribute may be called on the class directly,
 or on objects of that class. Passing a class attribute to the constructor
 will not set that attribute.