libpod-constants-perl 0.19-ok2 source package in openKylin
Changelog
libpod-constants-perl (0.19-ok2) yangtze; urgency=medium * Modify debian/control. -- denghao <email address hidden> Fri, 16 Sep 2022 04:12:03 +0300
libpod-constants-perl (0.19-ok2) yangtze; urgency=medium * Modify debian/control. -- denghao <email address hidden> Fri, 16 Sep 2022 04:12:03 +0300
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | perl | |
Huanghe V3.0 | release | main | perl | |
Nile V2.0 | proposed | main | perl | |
Nile V2.0 | release | main | perl | |
Yangtze V1.0 | release | main | perl | |
Yangtze V1.0 | proposed | main | perl |
File | Size | SHA-256 Checksum |
---|---|---|
libpod-constants-perl_0.19.orig.tar.gz | 13.1 KiB | efabb3cb5174e738e0223a8bb5ea0d5a2182714bf34199dde6d9264fbfc84fda |
libpod-constants-perl_0.19-ok2.debian.tar.xz | 4.5 KiB | 304605942c1932364eb763a5155c448b01414a77dd950909f9567ba9efa77555 |
libpod-constants-perl_0.19-ok2.dsc | 1.9 KiB | b83fe39f606ac0cce7f1f4eb14d4d11c1e2556d4c44ce5250617c5e0d585f8ad |
This module allows you to specify those constants that should be
documented in your POD, and pull them out a run time in a fairly
arbitrary fashion.
.
Pod::Constants uses Pod::Parser to do the parsing of the source file.
It has to open the source file it is called from, and does so directly
either by lookup in %INC or by assuming it is $0 if the caller is
"main" (or it can't find %INC{caller()})