| Paketname | libclass-insideout-perl | 
| Beschreibung | safe, simple inside-out object construction kit | 
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) | 
| Version | 1.10-1 | 
| Sektion | perl | 
| Priorität | optional | 
| Installierte Größe | 172 Byte | 
| Hängt ab von | perl | 
| Empfohlene Pakete |  | 
| Paketbetreuer | Debian Perl Group | 
| Quelle |  | 
| Paketgröße | 45216 Byte | 
| Prüfsumme MD5 | a2183f0b804e8e8538f4086eedc91e98 | 
| Prüfsumme SHA1 | aeda9a5434e894eba66bc0c34bff270ce8a06a66 | 
| Prüfsumme SHA256 | 024c6bf53a50d6fa0125c7fe00c5e2c9ff82cafef78344973ddc8e13588bbc03 | 
| Link zum Herunterladen | libclass-insideout-perl_1.10-1_all.deb | 
| Ausführliche Beschreibung | Class::InsideOut is a simple, safe and streamlined toolkit for building
inside-out objects. Unlike most other inside-out object building modules
already on CPAN, this module aims for minimalism and robustness:
.
  * Does not require derived classes to subclass it
  * Uses no source filters, attributes or CHECK blocks
  * Supports any underlying object type including black-box inheritance
  * Does not leak memory on object destruction
  * Overloading-safe
  * Thread-safe for Perl 5.8.5 or better
  * mod_perl compatible
  * Makes no assumption about inheritance or initializer needs
.
It provides the minimal support necessary for creating safe inside-out
objects and generating flexible accessors. |