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

Changelog

libmousex-nativetraits-perl (1.09-1) unstable; urgency=low


  [ gregor herrmann ]
  * debian/control: update {versioned,alternative} (build) dependencies.

  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ TANIGUCHI Takaki ]
  * debian/copyright: Update Format URL
  * Imported Upstream version 1.09
  * debian/control: Bump Standards-Version to 3.9.4 (with no changes).

 -- TANIGUCHI Takaki <email address hidden>  Wed, 08 May 2013 12:32:32 +0900

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libmousex-nativetraits-perl_1.09-1.dsc 2.2 KiB 5940999c78aa05c5acf3098bbaec589de0c5db88e6665cb5c9898dda389498a9
libmousex-nativetraits-perl_1.09.orig.tar.gz 49.1 KiB f8a5bf5a28702dfb13c8093be5c41cab9c5fc1c5d247ab91e22e7dd72764cb5e
libmousex-nativetraits-perl_1.09-1.debian.tar.gz 2.3 KiB 5d4e4463157d718837197df059762c3c464471fbde47909ceb990040e8c9ffbd

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.