./devel/p5-Meta-Builder, Tools for creating Meta objects to track custom metrics

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.004nb3, Package name: p5-Meta-Builder-0.004nb3, Maintainer: pkgsrc-users

Meta programming is becoming more and more popular. The popularity
of Meta programming comes from the fact that many problems are made
significantly easier. There are a few specialized Meta tools out
there, for instance Class:MOP which is used by Moose to track class
metadata.

Meta::Builder is designed to be a generic tool for writing Meta
objects. Unlike specialized tools, Meta::Builder makes no assumptions
about what metrics you will care about. Meta::Builder also makes
it simple for others to extend your meta-object based tools by
providing hooks for other packages to add metrics to your meta
object.

If a specialized Meta object tool is available to meet your needs
please use it. However if you need a simple Meta object to track
a couple metrics, use Meta::Builder.

Meta::Builder is also low-sugar and low-dep. In most cases you will
not want a class that needs a meta object to use your meta-object
class directly. Rather you will usually want to create a sugar
class that exports enhanced API functions that manipulate the meta
object.


Master sites: (Expand)

Filesize: 10.4 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575)
Log message:
*: recursive bump for perl 5.34
   2020-09-07 22:11:50 by Thomas Klausner | Files touched by this commit (3)
Log message:
devel/p5-Meta-Builder: import p5-Meta-Builder-0.004

Meta programming is becoming more and more popular. The popularity
of Meta programming comes from the fact that many problems are made
significantly easier. There are a few specialized Meta tools out
there, for instance Class:MOP which is used by Moose to track class
metadata.

Meta::Builder is designed to be a generic tool for writing Meta
objects. Unlike specialized tools, Meta::Builder makes no assumptions
about what metrics you will care about. Meta::Builder also makes
it simple for others to extend your meta-object based tools by
providing hooks for other packages to add metrics to your meta
object.

If a specialized Meta object tool is available to meet your needs
please use it. However if you need a simple Meta object to track
a couple metrics, use Meta::Builder.

Meta::Builder is also low-sugar and low-dep. In most cases you will
not want a class that needs a meta object to use your meta-object
class directly. Rather you will usually want to create a sugar
class that exports enhanced API functions that manipulate the meta
object.