debian/0000755000000000000000000000000012223343672007172 5ustar debian/patches/0000755000000000000000000000000012223343665010623 5ustar debian/patches/series0000644000000000000000000000002512223343665012035 0ustar fix-bad-whatis.patch debian/patches/fix-bad-whatis.patch0000644000000000000000000000350412223343665014455 0ustar Description: fix manpage-has-bad-whatis-entry These double entries are a failure mode of Dist::Zilla somehow Author: Florian Schlichting Forwarded: https://github.com/rjbs/Mixin-ExtraFields/issues/1 --- a/lib/Mixin/ExtraFields.pm +++ b/lib/Mixin/ExtraFields.pm @@ -157,7 +157,7 @@ =head1 NAME -Mixin::ExtraFields +Mixin::ExtraFields - add extra stashes of data to your objects =head1 VERSION @@ -209,10 +209,6 @@ Multiple ExtraFields stashes can be mixed into one class, using one or many storage mechanisms. -=head1 NAME - -Mixin::ExtraFields - add extra stashes of data to your objects - =head1 MIXING IN To create a stash of extra fields, just C Mixin::ExtraFields and import --- a/lib/Mixin/ExtraFields/Driver.pm +++ b/lib/Mixin/ExtraFields/Driver.pm @@ -76,7 +76,7 @@ =head1 NAME -Mixin::ExtraFields::Driver +Mixin::ExtraFields::Driver - a backend for extra field storage =head1 VERSION @@ -98,10 +98,6 @@ retrieve data keyed to an object and a name or key. It can store this in any way it likes, and does not need to guarantee persistence across processes. -=head1 NAME - -Mixin::ExtraFields::Driver - a backend for extra field storage - =head1 SUBCLASSING All drivers must implement the four methods listed below. The base class has --- a/lib/Mixin/ExtraFields/Driver/HashGuts.pm +++ b/lib/Mixin/ExtraFields/Driver/HashGuts.pm @@ -107,7 +107,7 @@ =head1 NAME -Mixin::ExtraFields::Driver::HashGuts +Mixin::ExtraFields::Driver::HashGuts - store extras in a hashy object's guts =head1 VERSION @@ -131,10 +131,6 @@ driver => { class => 'HashGuts', hash_key => "\0Something\0Wicked\0" } }; -=head1 NAME - -Mixin::ExtraFields::Driver::HashGuts - store extras in a hashy object's guts - =head1 METHODS In addition to the methods required by Mixin::ExtraFields::Driver, the debian/watch0000644000000000000000000000020012101265130010176 0ustar version=3 https://metacpan.org/release/Mixin-ExtraFields/ .*/Mixin-ExtraFields-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000224712223343665011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Mixin-ExtraFields Upstream-Contact: Ricardo SIGNES Source: https://metacpan.org/release/Mixin-ExtraFields/ Files: * Copyright: 2013, Ricardo SIGNES License: Artistic or GPL-1+ Files: debian/* Copyright: 2010, Jonathan Yu 2009-2010, gregor herrmann 2011, Fabrizio Regalli 2013, Florian Schlichting 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/control0000644000000000000000000000313712223343665010603 0ustar Source: libmixin-extrafields-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Jonathan Yu , Fabrizio Regalli , Florian Schlichting Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, perl (>= 5.13.4) | libtest-more-perl (>= 0.96), libsub-install-perl, libstring-rewriteprefix-perl, libtest-pod-coverage-perl, libtest-pod-perl, libsub-exporter-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmixin-extrafields-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmixin-extrafields-perl.git Homepage: https://metacpan.org/release/Mixin-ExtraFields/ Package: libmixin-extrafields-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libsub-install-perl, libsub-exporter-perl, libstring-rewriteprefix-perl Description: module to add extra stashes of data to objects Mixin::ExtraFields is a Perl module that provides a simple way to add an arbitrary number of stashes for named data. These data can be stored in the object, in a database, or anywhere else. The storage mechanism is abstracted away from the provided interface, so one storage mechanism can be easily swapped for another. Multiple ExtraFields stashes can be mixed into one class, using one or many storage mechanisms. debian/compat0000644000000000000000000000000211671746444010402 0ustar 8 debian/changelog0000644000000000000000000000367612223343665011062 0ustar libmixin-extrafields-perl (0.140001-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release (0.100971) [ Fabrizio Regalli ] * Add myself to Uploaders and Copyright. * Switch d/compat to 8. * Build-Depends: switch to debhelper (>= 8). * Bump to 3.0 quilt format. * Update link for license GPL-1 on d/copyright. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" [ Florian Schlichting ] * Import Upstream version 0.140001 * Update year of upstream copyright * Remove copyright paragraph for absent inc/Module/* * Update stand-alone license paragraphs to commonly used version (not limiting Debian to GNU/Linux, directly linking to GPL-1) * Add build-dependency on Test::More 0.96 * Declare compliance with Debian Policy 3.9.4 * Added new fix-bad-whatis.patch * Add myself to uploaders and copyright -- Florian Schlichting Thu, 03 Oct 2013 21:24:12 +0200 libmixin-extrafields-perl (0.008-2) unstable; urgency=low * Add missing dependency on libstring-rewriteprefix-perl. * Set Standards-Version to 3.8.4 (no changes). -- gregor herrmann Fri, 12 Feb 2010 00:46:09 +0100 libmixin-extrafields-perl (0.008-1) unstable; urgency=low * New upstream release * Rewrite control description * Add myself to Uploaders and Copyright * Update years of copyright for M::I -- Jonathan Yu Sun, 24 Jan 2010 13:55:26 -0500 libmixin-extrafields-perl (0.007-1) unstable; urgency=low * Initial release (cf. #562102). -- gregor herrmann Wed, 23 Dec 2009 18:29:13 +0100 debian/source/0000755000000000000000000000000011671746444010504 5ustar debian/source/format0000644000000000000000000000001411671746444011712 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611671746444010263 0ustar #!/usr/bin/make -f %: dh $@