Name libnamespace-clean-perl
Version 0.25
Summary module for keeping imports and functions out of the current namespace
Description namespace::clean is a Perl pragma for keeping imported functions out of the\n current namespace. This is especially important because Perl functions are\n naturally available as methods, which can complicate subclassing.\n .\n Using the namespace::clean pragma will remove all previously declared or\n imported symbols at the end of the current package's compile cycle. This\n means that functions called in the package itself will still be bound by\n their name, but they won't show up as methods on your class or instances.
Section base
License Artistic-1.0 | GPL-1.0+
Homepage https://metacpan.org/release/namespace-clean
Recipe file recipes-debian/libnamespace-clean-perl/libnamespace-clean-perl_debian.bb
Layer meta-debian (morty branch)
Inherits
  • cpan
  • cpan-base
  • debian-fix-timestamp
  • debian-multiarch
  • debian-package
  • debian-verify-version
  • perlnative
Dependencies
  • perl
  • perl-native
  • virtual/i586-deby-linux-compilerlibs
  • virtual/i586-deby-linux-gcc
  • virtual/libc
PACKAGECONFIG options

Sources

git://github.com/ystk/debian-libnamespace-clean-perl.git

Patches

None

Other branches

This recipe in other branches of meta-debian:

Branch Recipe
morty (Yocto Project 2.2) libnamespace-clean-perl 0.25 (this recipe)