File: control

package info (click to toggle)
libclass-accessor-classy-perl 0.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 96 kB
  • ctags: 39
  • sloc: perl: 818; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 1,165 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
Source: libclass-accessor-classy-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7), perl-modules (>= 5.10) | libmodule-build-perl
Build-Depends-Indep: perl (>= 5.6.0-12)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <frequency@cpan.org>
Standards-Version: 3.8.2
Homepage: http://search.cpan.org/dist/Class-Accessor-Classy/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-accessor-classy-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-accessor-classy-perl/

Package: libclass-accessor-classy-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: Perl module providing minimalist, fast accessors
 Class::Accessor::Classy provides an extremely small-footprint accessor/mutator
 declaration scheme for fast and convenient object attribute setup. Its intent
 is to be a simple and speedy mechanism for preventing hash-key typos rather
 than a full-blown object system with type checking and so on.
 .
 The accessor ('foo') and mutator ('set_foo') methods appear as a hidden parent
 class of your package and stay out of your way otherwise.