libmeta-builder-perl 0.004-2 source package in Ubuntu

Changelog

libmeta-builder-perl (0.004-2) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Submit, Repository, Repository-Browse.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata (already present in machine-readable debian/copyright).
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Mon, 12 Dec 2022 22:16:05 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmeta-builder-perl_0.004-2.dsc 2.1 KiB 1d792a59adbbcb96a9e8706a744ac6e5568f7a44579127f0749a7b79981b0f00
libmeta-builder-perl_0.004.orig.tar.gz 10.4 KiB acb499aa7206eb9db21eb85357a74521bfe3bdae4a6416d50a7c75b939cf56fe
libmeta-builder-perl_0.004-2.debian.tar.xz 2.3 KiB fdbc71c60247942eee53991f352a90dc75fe5d19ad7b8371c84cfe84ccc23b4d

Available diffs

No changes file available.

Binary packages built by this source

libmeta-builder-perl: tool for creating Meta objects to track custom metrics

 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 mkaes 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.