This package browser is in early development. Mind the rough edges.

perl-namespace-clean 0.27

Keep imports and functions out of your namespace

The namespace::clean pragma will remove all previously declared or imported symbols at the end of the current package's compile cycle. 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.

Installation

Install perl-namespace-clean 0.27 as follows:

guix install perl-namespace-clean@0.27

Or install the latest version:

guix install perl-namespace-clean

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.