Paketname | libmoosex-strictconstructor-perl |
Beschreibung | Make your object constructors blow up on unknown attributes |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.08-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 92 Byte |
Hängt ab von | perl (>= 5.6.0-16), libmoose-perl (>= 0.74) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 12510 Byte |
Prüfsumme MD5 | 410f770078eea900c4b766cbed1dd9b1 |
Prüfsumme SHA1 | c79850fa76c2341aabf4da4c3c88c41d5d365898 |
Prüfsumme SHA256 | fdd6efb8a9a664fba6e53925234324469bb561d3cc0cb121fd19f8cf5939adb1 |
Link zum Herunterladen | libmoosex-strictconstructor-perl_0.08-1_all.deb |
Ausführliche Beschreibung | "use MooseX::StrictConstructor" instead of just "use Moose" makes your
constructors strict. If your constructor is called with an attribute
init argument that your class does not declare, then it calls
"Carp::confess()". This is a great way to catch small typos.
|