debian/0000755000000000000000000000000012063361763007175 5ustar debian/rules0000755000000000000000000000003612063361763010254 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000272212063361763010603 0ustar Source: libmeta-builder-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann Build-Depends: debhelper (>= 8), perl Build-Depends-Indep: libfennec-lite-perl, libtest-exception-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmeta-builder-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libmeta-builder-perl.git Homepage: https://metacpan.org/release/Meta-Builder/ Package: libmeta-builder-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: 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. debian/source/0000755000000000000000000000000012063361763010475 5ustar debian/source/format0000644000000000000000000000001412063361763011703 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000024512063361763011050 0ustar libmeta-builder-perl (0.3-1) unstable; urgency=low * Initial release (closes: #696077). -- gregor herrmann Sun, 16 Dec 2012 16:08:32 +0100 debian/compat0000644000000000000000000000000212063361763010373 0ustar 8 debian/patches/0000755000000000000000000000000012063361763010624 5ustar debian/patches/spelling.patch0000644000000000000000000000367412063361763013474 0ustar Description: spelling fixes Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=82023 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=82023 Author: gregor herrmann Last-Update: 2012-12-16 --- a/README +++ b/README @@ -2,7 +2,7 @@ Meta::Builder - Tools for creating Meta objects to track custom metrics. DESCRIPTION - Meta programming is becomming more and more popular. The popularity of + 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 which is used by Moose to track class metadata. @@ -13,7 +13,7 @@ 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 ot meet your needs please + 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. --- a/lib/Meta/Builder.pm +++ b/lib/Meta/Builder.pm @@ -62,7 +62,7 @@ =head1 DESCRIPTION -Meta programming is becomming more and more popular. The popularity of Meta +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 L which is used by L to track class metadata. @@ -73,7 +73,7 @@ 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 ot meet your needs please use +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. debian/patches/series0000644000000000000000000000001712063361763012037 0ustar spelling.patch debian/copyright0000644000000000000000000000203712063361763011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Meta-Builder Source: https://metacpan.org/release/Meta-Builder/ Upstream-Contact: Chad Granum Files: * Copyright: 2010, Chad Granum License: Artistic or GPL-1+ Files: debian/* Copyright: 2012, gregor herrmann License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000016612063361763010231 0ustar version=3 https://metacpan.org/release/Meta-Builder/ .*/Meta-Builder-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$