File: control

package info (click to toggle)
libobject-multitype-perl 0.05-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 64 kB
  • ctags: 33
  • sloc: perl: 323; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 1,075 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
Source: libobject-multitype-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jay Bonci <jaybonci@debian.org>, Ansgar Burchardt <ansgar@43-1.org>
Standards-Version: 3.8.3
Homepage: http://search.cpan.org/dist/Object-MultiType/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libobject-multitype-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libobject-multitype-perl/

Package: libobject-multitype-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: Perl objects as Hash, Array, Scalar, Code and Glob at once
 The Object::MultiType module returns an object that works like a Hash,
 Array, Scalar, Code and Glob object at the same time.  It uses tie and
 override magic to expose to the perl level the intrinsic typeglob-ness
 of all references. If this does not make sense to you, you probably will
 not be using it directly, although you may wind up installing it as a
 dependency of something else.