File: control

package info (click to toggle)
libclass-accessor-perl 0.19-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 96 kB
  • ctags: 19
  • sloc: perl: 209; makefile: 44
file content (19 lines) | stat: -rw-r--r-- 706 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: libclass-accessor-perl
Section: perl
Priority: optional
Maintainer: Stephen Quinney <stephen@jadevine.org.uk>
Build-Depends-Indep: debhelper (>= 4), perl (>= 5.6.0-16)
Standards-Version: 3.6.1.1

Package: libclass-accessor-perl
Architecture: all
Depends: perl (>= 5.6.1-7)
Description: Automated accessor generator
 The Class::Accessor module automagically generates accessor/mutators
 for your class.
 .
 Most of the time, writing accessors is an exercise in cutting and
 pasting. If you make your module a subclass of Class::Accessor and
 declare your accessor fields with mk_accessors() then you will find
 yourself with a set of automatically generated accessors which can
 even be customized.