File: control

package info (click to toggle)
libhash-asobject-perl 0.13-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 124 kB
  • ctags: 5
  • sloc: perl: 239; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,067 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: libhash-asobject-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ivan Kohler <ivan-debian@420.am>,
           Xavier Guimard <x.guimard@free.fr>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
 libtest-pod-perl,
 libtest-pod-coverage-perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhash-asobject-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhash-asobject-perl.git
Homepage: https://metacpan.org/release/Hash-AsObject/

Package: libhash-asobject-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: Perl modules to treat hashes as objects
 A Hash::AsObject is a blessed hash that provides read-write
 access to its elements using accessors.  (Actually, they're both accessors
 and mutators.)
 .
 It's designed to act as much like a plain hash as possible; this means, for
 example, that you can use methods like DESTROY to get or set hash elements
 with that name.