CVSROOT:        /cvs
Module name:    ports
Changes by:     [EMAIL PROTECTED]       2008/09/23 14:53:12

Log message:
    import p5-WeakRef 0.01
    
    A weak reference is just like an ordinary Perl reference except that it
    isn't included in the reference count of the thing referred to. This
    means that once all references to a particular piece of data are weak,
    the piece of data is freed and all the weak references are set to undef.
    This is particularly useful for implementing circular data structures
    without memory leaks or caches of objects.
    
    ok simon@
    
    Status:
    
    Vendor Tag: jasper
    Release Tags:       jasper_20080923
    
    N ports/devel/p5-WeakRef/distinfo
    N ports/devel/p5-WeakRef/Makefile
    N ports/devel/p5-WeakRef/pkg/DESCR
    N ports/devel/p5-WeakRef/pkg/PLIST
    
    No conflicts created by this import

Reply via email to