debian/0000755000000000000000000000000012063375024007170 5ustar debian/rules0000755000000000000000000000003612063375024010247 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000237112063375024010576 0ustar Source: libdevel-declare-parser-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann Build-Depends: debhelper (>= 8), perl, perl (>= 5.11.3) | libmodule-build-perl (>= 0.360000) Build-Depends-Indep: libb-compiling-perl, libb-hooks-endofscope-perl, libdevel-beginlift-perl, libdevel-declare-perl, libtest-exception-lessclever-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdevel-declare-parser-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libdevel-declare-parser-perl.git Homepage: https://metacpan.org/release/Devel-Declare-Parser/ Package: libdevel-declare-parser-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libb-compiling-perl, libb-hooks-endofscope-perl, libdevel-beginlift-perl, libdevel-declare-perl, libtest-exception-lessclever-perl Description: higher level interface to Devel::Declare Devel::Declare::Parser is a higher-level API sitting on top of Devel::Declare. It is used by Devel::Declare::Exporter to simplify exporting of Devel::Declare magic. Writing custom parsers usually only requires subclassing this module and overriding a couple methods. debian/source/0000755000000000000000000000000012063375024010470 5ustar debian/source/format0000644000000000000000000000001412063375024011676 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000025612063375024011045 0ustar libdevel-declare-parser-perl (0.17-1) unstable; urgency=low * Initial release (closes: #696089). -- gregor herrmann Sun, 16 Dec 2012 17:42:55 +0100 debian/compat0000644000000000000000000000000212063375024010366 0ustar 8 debian/patches/0000755000000000000000000000000012063375024010617 5ustar debian/patches/spelling.patch0000644000000000000000000000455112063375024013462 0ustar Description: spelling fixes Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=82026 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=82026 Author: gregor herrmann Last-Update: 2012-12-16 --- a/README +++ b/README @@ -4,7 +4,7 @@ DESCRIPTION Devel-Declare-Parser is a higher-level API sitting on top of Devel::Declare. It is used by Devel::Declare::Exporter to simplify - exporting of Devel::Declare magic. Writing custom parsers usualy only + exporting of Devel::Declare magic. Writing custom parsers usually only requires subclassing this module and overriding a couple methods. DOCUMENTATION @@ -81,7 +81,7 @@ "PARTS" 'Parts' are datastructures created by the parse() method. Every argument - on the line (space seperated) up until an opening curly brace ({) or a + on the line (space separated) up until an opening curly brace ({) or a semicolon (;) will be turned into a part. Here are the parts to expect: Parts will either be a plain string, or an arrayref containing a string @@ -378,7 +378,7 @@ peek_word() PRIVATE METHODS - Do not use these, and definately do not override them in a subclass. + Do not use these, and definitely do not override them in a subclass. _block_end_injection() _debug() --- a/lib/Devel/Declare/Parser.pm +++ b/lib/Devel/Declare/Parser.pm @@ -572,7 +572,7 @@ Devel-Declare-Parser is a higher-level API sitting on top of L. It is used by L to simplify exporting of -L magic. Writing custom parsers usualy only requires +L magic. Writing custom parsers usually only requires subclassing this module and overriding a couple methods. =head1 DOCUMENTATION @@ -676,7 +676,7 @@ =head2 "PARTS" 'Parts' are datastructures created by the parse() method. Every argument on the -line (space seperated) up until an opening curly brace ({) or a semicolon (;) +line (space separated) up until an opening curly brace ({) or a semicolon (;) will be turned into a part. Here are the parts to expect: Parts will either be a plain string, or an arrayref containing a string and the @@ -1073,7 +1073,7 @@ =head2 PRIVATE METHODS -Do not use these, and definately do not override them in a subclass. +Do not use these, and definitely do not override them in a subclass. =over 4 debian/patches/series0000644000000000000000000000003512063375024012032 0ustar spelling.patch fix-pod.patch debian/patches/fix-pod.patch0000644000000000000000000000124012063375024013203 0ustar Description: fix POD syntax Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=82027 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=82027 Author: gregor herrmann Last-Update: 2012-12-16 --- a/lib/Devel/Declare/Interface.pm +++ b/lib/Devel/Declare/Interface.pm @@ -112,6 +112,8 @@ The following functions are all exported by default. +=over + =item register_parser( $name ) =item register_parser( $name, $class ) @@ -130,6 +132,8 @@ Make $name a keyword in $dest_class that uses $parser. $parser can be a short name or class name. $type defaults to 'const'. +=back + =head1 AUTHORS Chad Granum L debian/copyright0000644000000000000000000000205712063375024011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Devel-Declare-Parser Source: https://metacpan.org/release/Devel-Declare-Parser/ 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/watch0000644000000000000000000000020612063375024010217 0ustar version=3 https://metacpan.org/release/Devel-Declare-Parser/ .*/Devel-Declare-Parser-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$