Add ARM files
[dh-make-perl] / dev / arm / libclass-accessor-perl / libclass-accessor-perl-0.31 / debian / libclass-accessor-perl / DEBIAN / control
1 Package: libclass-accessor-perl
2 Version: 0.31-2
3 Section: perl
4 Priority: optional
5 Architecture: all
6 Depends: perl (>= 5.6.1-7)
7 Installed-Size: 112
8 Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
9 Description: Automated accessor generator
10  The Class::Accessor module automagically generates accessor/mutators
11  for your class.
12  .
13  Most of the time, writing accessors is an exercise in cutting and
14  pasting. If you make your module a subclass of Class::Accessor and
15  declare your accessor fields with mk_accessors() then you will find
16  yourself with a set of automatically generated accessors which can
17  even be customized.