libnamespace-clean-perl 0.27-ok2 source package in openKylin

Changelog

libnamespace-clean-perl (0.27-ok2) yangtze; urgency=medium

  * Update version info.

 -- Luoyaoming <email address hidden>  Thu, 20 Oct 2022 15:51:31 +0800

Upload details

Uploaded by:
luoyaoming
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 proposed main perl
Nile V2.0 release main perl
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libnamespace-clean-perl_0.27.orig.tar.gz 17.4 KiB 8a10a83c3e183dc78f9e7b7aa4d09b47c11fb4e7d3a33b9a12912fd22e31af9d
libnamespace-clean-perl_0.27-ok2.debian.tar.xz 1.9 KiB 637264a3be5cebd2285d1649a0471ce5b6e197cc64ff97fc9ebda25076024e84
libnamespace-clean-perl_0.27-ok2.dsc 1.9 KiB 5ef76c0bc6ef9808dff2024b75bd36e27cc9747fc3940fa6808883dd47bede74

Available diffs

View changes file

Binary packages built by this source

libnamespace-clean-perl: module for keeping imports and functions out of the current namespace

 namespace::clean is a Perl pragma for keeping imported functions out of the
 current namespace. This is especially important because Perl functions are
 naturally available as methods, which can complicate subclassing.
 .
 Using the namespace::clean pragma will remove all previously declared or
 imported symbols at the end of the current package's compile cycle. This
 means that functions called in the package itself will still be bound by
 their name, but they won't show up as methods on your class or instances.