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

Changelog

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

  * Team upload.

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Nick Morrott ]
  * Import upstream version 0.29
  * Update copyright years
  * Refresh (build-) dependencies
  * Bump debhelper compatibility to level 9
  * Declare compliance with Debian Policy 3.9.8
  * Add Testsuite header to make package autopkgtest-able
  * Add debian/upstream/metadata
  * Remove unnecessary versioned (build-) dependencies

 -- Nick Morrott <email address hidden>  Wed, 10 Aug 2016 23:47:24 +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
Jammy release universe misc
Focal release universe misc
Bionic release universe misc

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmoosex-classattribute-perl_0.29-1.dsc 2.5 KiB 984f954befc9b35a4a2c9b1352255b38c0eb592682ef943d44dc4558e7af29f4
libmoosex-classattribute-perl_0.29.orig.tar.gz 35.5 KiB 6144c77c52770d4f831cadb6cada37125c80b3e4ffcb246da7ee9d55922ee725
libmoosex-classattribute-perl_0.29-1.debian.tar.xz 5.1 KiB 95c6396f0e64b887afb38075a716c3a779ebd8d2f41cc20363badb758ece8618

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.