libmousex-nativetraits-perl 1.09-3 source package in Ubuntu

Changelog

libmousex-nativetraits-perl (1.09-3) unstable; urgency=medium

  [ 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.
  * Remove TANIGUCHI Takaki from Uploaders. Thanks for your work!

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

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

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from deprecated 8 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Add missing build dependency on libmodule-install-perl.
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on libmouse-perl.
    + libmousex-nativetraits-perl: Drop versioned constraint on libmouse-perl in
      Depends.

 -- Jelmer Vernooij <email address hidden>  Thu, 16 Jun 2022 15:52: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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmousex-nativetraits-perl_1.09-3.dsc 2.2 KiB 810fd1848cd909c3307a4f04b71ead5732653cbdc0bdef138e2bcc9938eae714
libmousex-nativetraits-perl_1.09.orig.tar.gz 49.1 KiB f8a5bf5a28702dfb13c8093be5c41cab9c5fc1c5d247ab91e22e7dd72764cb5e
libmousex-nativetraits-perl_1.09-3.debian.tar.xz 2.9 KiB 42af272dca894a1d43057e92659d8b26c31ffee4d4abd0015732c1d97c691adf

Available diffs

No changes file available.

Binary packages built by this source

libmousex-nativetraits-perl: extension for attribute interfaces for Mouse

 While Mouse attributes provide a way to name your accessors, readers,
 writers, clearers and predicates, MouseX::NativeTraits provides
 commonly used attribute helper methods for more specific types of data.
 .
 As seen in the "SYNOPSIS", you specify the data structure via the
 "traits" parameter. These traits will be loaded automatically, so you
 need not load MouseX::NativeTraits explicitly.
 .
 This extension is compatible with Moose native traits, although it is
 not a part of Mouse core.