File: control

package info (click to toggle)
libmoox-role-cloneset-perl 0.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 136 kB
  • ctags: 9
  • sloc: perl: 169; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,226 bytes parent folder | download
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
Source: libmoox-role-cloneset-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Peter Pentchev <roam@ringlet.net>
Build-Depends: debhelper (>= 9.20140227~),
 libmodule-build-tiny-perl,
 perl
Build-Depends-Indep: libmoo-perl (>= 1.006),
 libmoox-buildargs-perl,
 libnamespace-clean-perl (>= 0.25)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmoox-role-cloneset-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmoox-role-cloneset-perl.git
Homepage: https://metacpan.org/release/MooX-Role-CloneSet
Testsuite: autopkgtest-pkg-perl

Package: libmoox-role-cloneset-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libmoo-perl (>= 1.006),
 libnamespace-clean-perl (>= 0.25)
Recommends: libmoox-buildargs-perl
Description: Perl Moo role for creating updated copies of immutable objects
 MooX::Role::CloneSet is a role for immutable objects, providing an easy
 way to create a new object with some modified properties.  It provides
 the cset() method that creates a new object with the specified changes,
 shallowly copying all the rest of the original object's properties.