Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-mem / pkg-descr
1 mem is a trivial pragma to either allow defining the module it is included from
2 as being defined so that later classes or packages in the same file can use the
3 package to pull in a reference to it, or to be able to call its import routine
4 from a different package in the same file.
5
6 With parameter assignments or other actions, it forces those assignments to be
7 done, immediately, at compile time instead of later at run time. It can be use,
8 for example, with Exporter, to export typed-sub's among other usages.
9
10 WWW: http://search.cpan.org/dist/mem/