Commit Graph

7 Commits

Author SHA1 Message Date
sthen
0e6bfec3fa sync wantlib 2012-08-23 15:00:32 +00:00
ajacoutot
aaa1885833 Bump after recent cpan.port.mk change.
ok jasper@
2010-12-03 11:44:22 +00:00
espie
5c08d95027 USE_GROFF=Yes 2010-10-18 17:47:50 +00:00
sthen
d053315499 bump 2010-09-24 15:29:20 +00:00
sthen
3f913dcdaa use REVISION 2010-07-13 19:46:10 +00:00
simon
50256c7cf6 bump SHARED_ONLY ports so they get updated and work with the new perl
feedback and ok sthen@
2008-10-02 20:34:39 +00:00
jasper
90c592ccfa 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@
2008-09-23 20:53:11 +00:00