1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: libmoosex-clone-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
Build-Depends-Indep: perl (>= 5.10), libdata-visitor-perl (>= 0.24),
libmoose-perl (>= 0.74), libnamespace-clean-perl, libtest-use-ok-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>
Standards-Version: 3.8.3
Homepage: http://search.cpan.org/dist/MooseX-Clone/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmoosex-clone-perl
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmoosex-clone-perl
Package: libmoosex-clone-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libdata-visitor-perl (>= 0.24),
libmoose-perl (>= 0.74), libnamespace-clean-perl, perl (>= 5.10)
Description: Moose extension providing fine-grained cloning support
MooseX::Clone extends Moose's low level cloning functionality by providing
selective deep cloning using introspection. Attributes with the Clone trait
will handle cloning of data within the object, typically delegating to the
attribute value's own clone method.
|