libclass-method-modifiers-perl 2.15-ok1 source package in openKylin
Changelog
libclass-method-modifiers-perl (2.15-ok1) nile; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 06 May 2024 21:47:38 +0800
libclass-method-modifiers-perl (2.15-ok1) nile; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 06 May 2024 21:47:38 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | perl | |
Huanghe V3.0 | release | main | perl | |
Nile V2.0 | release | main | perl | |
Nile V2.0 | proposed | main | perl |
File | Size | SHA-256 Checksum |
---|---|---|
libclass-method-modifiers-perl_2.15.orig.tar.gz | 40.2 KiB | 65cd85bfe475d066e9186f7a8cc636070985b30b0ebb1cde8681cf062c2e15fc |
libclass-method-modifiers-perl_2.15-ok1.debian.tar.xz | 1.6 KiB | a9cdc3fd0c794341aff9eb285cc2aeced04b8fd7a6932a3552b5d7655bd422aa |
libclass-method-modifiers-perl_2.15-ok1.dsc | 2.1 KiB | 02d1abbb6977b9350ea0f9271bf8e86c2b72323a1e8ebbccdff1892cfd7541b2 |
Class:
The before and after modifiers are run just before and after the method they
modify, but cannot really affect that original method. The remaining modifier,
around, is run in place of the original method, with a hook to easily call the
original method.