Add ARM files
[dh-make-perl] / dev / arm / libclass-accessor-perl / libclass-accessor-perl-0.31 / debian / libclass-accessor-perl / DEBIAN / control
diff --git a/dev/arm/libclass-accessor-perl/libclass-accessor-perl-0.31/debian/libclass-accessor-perl/DEBIAN/control b/dev/arm/libclass-accessor-perl/libclass-accessor-perl-0.31/debian/libclass-accessor-perl/DEBIAN/control
new file mode 100644 (file)
index 0000000..0f94f3c
--- /dev/null
@@ -0,0 +1,17 @@
+Package: libclass-accessor-perl
+Version: 0.31-2
+Section: perl
+Priority: optional
+Architecture: all
+Depends: perl (>= 5.6.1-7)
+Installed-Size: 112
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+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.