Involved Projects and Packages
Pull request build job PR#484 to branch master of perl/_ObsPrj
Pull request build job PR#488 to branch master of perl/_ObsPrj
Pull request build job PR#489 to branch master of perl/_ObsPrj
Pull request build job PR#502 to branch master of perl/_ObsPrj
Pull request build job PR#507 to branch master of perl/_ObsPrj
Pull request build job PR#515 to branch master of perl/_ObsPrj
Pull request build job PR#521 to branch master of perl/_ObsPrj
Pull request build job PR#528 to branch master of perl/_ObsPrj
Pull request build job PR#529 to branch master of perl/_ObsPrj
Pull request build job PR#530 to branch master of perl/_ObsPrj
Pull request build job PR#531 to branch master of perl/_ObsPrj
Pull request build job PR#532 to branch master of perl/_ObsPrj
Pull request build job PR#533 to branch master of perl/_ObsPrj
Pull request build job PR#534 to branch master of perl/_ObsPrj
Pull request build job PR#535 to branch master of perl/_ObsPrj
Pull request build job PR#536 to branch master of perl/_ObsPrj
Pull request build job PR#8 to branch master of perl/_ObsPrj
Pull request build job PR#88 to branch master of perl/_ObsPrj
Pull request build job PR#96 to branch master of perl/_ObsPrj
Each application uses some interfaces provided by Operating System. The goal of the project is to collect information about these dependencies and to use it for the Linux Standard Base [http://www.linux-foundation.org/en/LSB] development.
My play area for various packages of interest to me.
Transparanet containers with flake-pilot showing the complete setup
B::Keywords supplies seven arrays of keywords: @Scalars, @Arrays,
@Hashes, @Filehandles, @Symbols, @Functions and @Barewords. The @Symbols
array includes the contents of each of @Scalars, @Arrays, @Hashes and
@Filehandles. Similarly, @Barewords adds a few non-function keywords
(like __DATA__, NULL) to the @Functions array.
Hook::LexWrap allows you to install a pre- or post-wrapper (or both) around
an existing subroutine. Unlike other modules that provide this capacity
(e.g. Hook::PreAndPost and Hook::WrapSub), Hook::LexWrap implements
wrappers in such a way that the standard caller function works correctly
within the wrapped subroutine.