pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-namespace-clean



Module Name:    pkgsrc
Committed By:   he
Date:           Tue Jul 22 22:57:04 UTC 2008

Update of /cvsroot/pkgsrc/devel/p5-namespace-clean
In directory ivanova.netbsd.org:/tmp/cvs-serv28199

Log Message:
Import p5-namespace-clean version 0.08.

Keeping packages clean

When you define a function, or import one, into a Perl package, it will
naturally also be available as a method. This does not per se cause
problems, but it can complicate subclassing and, for example, plugin
classes that are included via multiple inheritance by loading them as
base classes.

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.


Status:

Vendor Tag:     TNF
Release Tags:   pkgsrc-base
                
N pkgsrc/devel/p5-namespace-clean/Makefile
N pkgsrc/devel/p5-namespace-clean/DESCR
N pkgsrc/devel/p5-namespace-clean/distinfo

No conflicts created by this import



Home | Main Index | Thread Index | Old Index