debian/0000755000000000000000000000000012260310046007160 5ustar debian/rules0000755000000000000000000000003612260310046010237 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000374212260310046010571 0ustar Source: libmoosex-attributeshortcuts-perl Maintainer: Debian Perl Group Uploaders: Alessandro Ghedini Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libmoose-perl, libmoosex-role-parameterized-perl, libmoosex-types-common-perl, libmoosex-types-path-class-perl, libmoosex-types-perl, libnamespace-autoclean-perl, libpath-class-perl, libtest-checkdeps-perl (>= 0.007), libtest-fatal-perl, libtest-moose-more-perl, perl (>= 5.11.1) | libtest-simple-perl (>= 0.94) Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmoosex-attributeshortcuts-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmoosex-attributeshortcuts-perl.git Homepage: https://metacpan.org/release/MooseX-AttributeShortcuts/ Package: libmoosex-attributeshortcuts-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libmoose-perl, libmoosex-role-parameterized-perl, libmoosex-types-common-perl, libmoosex-types-perl, libnamespace-autoclean-perl Description: Moose extension providing shorthands for common attribute options Ever found yourself repeatedly specifying writers and builders, because there's no good shortcut to specifying them? Sometimes you want an attribute to have a read-only public interface, but a private writer. And wouldn't it be easier to just say "builder => 1" and have the attribute construct the canonical "_build_$name" builder name for you? . MooseX::AttributeShortcuts causes an attribute trait to be applied to all attributes defined to the using class. This trait extends the attribute option processing to handle the above variations. debian/source/0000755000000000000000000000000012260310046010460 5ustar debian/source/format0000644000000000000000000000001412260310046011666 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000210012260310046011023 0ustar libmoosex-attributeshortcuts-perl (0.022-1) unstable; urgency=low * Team upload. [ 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 [ gregor herrmann ] * New upstream release. * Update build dependencies. * Declare compliance with Debian Policy 3.9.5. -- gregor herrmann Mon, 30 Dec 2013 16:24:13 +0100 libmoosex-attributeshortcuts-perl (0.010-1) unstable; urgency=low * New upstream release * Email change: Alessandro Ghedini -> ghedo@debian.org * Update debian/copyright format as in Debian Policy 3.9.3 * Bump Standards-Version to 3.9.3 * Drop fix-typos.patch (merged upstream) -- Alessandro Ghedini Thu, 12 Apr 2012 21:59:32 +0200 libmoosex-attributeshortcuts-perl (0.008-1) unstable; urgency=low * Initial Release (Closes: #658838) -- Alessandro Ghedini Mon, 06 Feb 2012 12:05:19 +0100 debian/compat0000644000000000000000000000000212260310046010356 0ustar 8 debian/copyright0000644000000000000000000000140412260310046011112 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: MooseX-AttributeShortcuts Upstream-Contact: Chris Weyl Source: https://metacpan.org/release/MooseX-AttributeShortcuts/ Files: * Copyright: 2011, Chris Weyl License: LGPL-2.1 Files: debian/* Copyright: 2012, Alessandro Ghedini License: LGPL-2.1 License: LGPL-2.1 This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; version 2.1 of the License. . On Debian systems, the complete text of version 2.1 of the GNU Lesser Public License can be found in `/usr/share/common-licenses/LGPL-2.1'. debian/watch0000644000000000000000000000022012260310046010203 0ustar version=3 https://metacpan.org/release/MooseX-AttributeShortcuts/ .*/MooseX-AttributeShortcuts-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$