deb_control_files:
- control
- md5sums
deb_fields:
Architecture: all
Depends: perl:any, libsub-override-perl
Description: |-
declarative object constructor
Object::Declare exports one function, declare, for building named
objects with a declarative syntax, similar to how Jifty::DBI::Schema
defines its columns.
.
In list context, declare returns a list of name/object pairs in the
order of declaration (allowing duplicates), suitable for putting into a hash.
In scalar context, declare returns a hash reference.
.
Example: function for defining some declarative object
.
sub do_declare { declare {
column x =>
is rw,
is Very::Happy;
} };
Homepage: https://metacpan.org/release/Object-Declare
Installed-Size: '35'
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Multi-Arch: foreign
Package: libobject-declare-perl
Priority: optional
Section: perl
Version: 0.25-2
srcpkg_name: libobject-declare-perl
srcpkg_version: 0.25-2