debian/0000755000000000000000000000000011735071650007173 5ustar debian/rules0000755000000000000000000000003611735071650010252 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000174011735071650010600 0ustar Source: libmoosex-param-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Robert James Clay Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libmoose-perl, libtest-exception-perl, libtest-pod-perl, libtest-pod-coverage-perl Standards-Version: 3.9.3 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmoosex-param-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libmoosex-param-perl.git Homepage: http://search.cpan.org/dist/MooseX-Param/ Package: libmoosex-param-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libmoose-perl Description: simple Moose role providing a standard param method The MooseX::Param Perl module is a very simple Moose role which provides a CGI like param method. It provides a params attribute which has a read-only accessor and a HashRef type constraint. It also adds a builder method to properly initialize it. debian/source/0000755000000000000000000000000011735071650010473 5ustar debian/source/format0000644000000000000000000000001411735071650011701 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000024511735071650011046 0ustar libmoosex-param-perl (0.02-1) unstable; urgency=low * Initial Release. (Closes: #665639) -- Robert James Clay Wed, 28 Mar 2012 15:35:18 -0400 debian/compat0000644000000000000000000000000211735071650010371 0ustar 8 debian/patches/0000755000000000000000000000000011735071650010622 5ustar debian/patches/SpellingError.patch0000644000000000000000000000126711735071650014440 0ustar Description: Spelling error in module Correct spelling error in lib/MooseX/Param.pm Bug: https://rt.cpan.org/Ticket/Display.html?id=76121 Author: Robert James Clay --- a/lib/MooseX/Param.pm +++ b/lib/MooseX/Param.pm @@ -85,7 +85,7 @@ This role provides a C attribute which has a read-only accessor, and a HashRef type constraint. It also adds a builder method (see -C method below) to properly initalize it. +C method below) to properly initialize it. =back @@ -165,4 +165,4 @@ This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. -=cut \ No newline at end of file +=cut debian/patches/series0000644000000000000000000000002411735071650012033 0ustar SpellingError.patch debian/copyright0000644000000000000000000000203611735071650011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Stevan Little Source: http://search.cpan.org/dist/MooseX-Param/ Upstream-Name: MooseX-Param Files: * Copyright: 2007, Infinity Interactive, Inc. License: Artistic or GPL-1+ Files: debian/* Copyright: 2012, Robert James Clay 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/watch0000644000000000000000000000016511735071650010226 0ustar version=3 http://search.cpan.org/dist/MooseX-Param/ .*/MooseX-Param-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$