DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibobject-declare-perl
BeschreibungDeclarative object constructor
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.22-2
Sektionperl
Prioritätoptional
Installierte Größe68 Byte
Hängt ab vonperl (>= 5.6.0-16), libsub-override-perl
Empfohlene Pakete
PaketbetreuerDebian Perl Group
Quelle
Paketgröße12324 Byte
Prüfsumme MD58580fd8e885d502cfb6ad5916e73f282
Prüfsumme SHA1bc3ecc077d716ab388c13559a52d5e96e9637209
Prüfsumme SHA256e68a1989af629c408996582c2d381b2da429af5488284cda2df025df95f5026a
Link zum Herunterladenlibobject-declare-perl_0.22-2_all.deb
Ausführliche BeschreibungObject::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; } };


Impressum
Linux is a registered trademark of Linus Torvalds