1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: libmousex-nativetraits-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>,
gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libany-moose-perl,
libmouse-perl (>= 0.82),
libtest-fatal-perl,
perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmousex-nativetraits-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmousex-nativetraits-perl.git
Homepage: https://metacpan.org/release/MouseX-NativeTraits/
Package: libmousex-nativetraits-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libmouse-perl (>= 0.82)
Description: 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.
|