[libppi-perl] 01/06: Merge tag 'upstream/1.218'

Salvatore Bonaccorso carnil at debian.org
Mon Aug 25 17:39:55 UTC 2014


This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libppi-perl.

commit b0a5db25b2f7e9134647caa6ff934b295639db3b
Merge: 5070a60 cc461c6
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Mon Aug 25 19:16:07 2014 +0200

    Merge tag 'upstream/1.218'
    
    Upstream version 1.218

 Changes                                            |  56 ++-
 LICENSE                                            |   0
 MANIFEST                                           |   5 +-
 META.yml                                           |  42 +-
 Makefile.PL                                        |  44 +-
 README                                             |  66 +--
 inc/Module/Install.pm                              |  25 +-
 inc/Module/Install/Base.pm                         |   2 +-
 inc/Module/Install/Can.pm                          |  85 +++-
 inc/Module/Install/Fetch.pm                        |   6 +-
 inc/Module/Install/Makefile.pm                     |  29 +-
 inc/Module/Install/Metadata.pm                     | 133 ++++--
 inc/Module/Install/ReadmeFromPod.pm                | 138 ++++++
 inc/Module/Install/Win32.pm                        |   6 +-
 inc/Module/Install/With.pm                         |  18 +-
 inc/Module/Install/WriteAll.pm                     |   6 +-
 inline2test.conf                                   |   3 -
 inline2test.tpl                                    |  21 -
 lib/PPI.pm                                         |  32 +-
 lib/PPI/Cache.pm                                   |   2 +-
 lib/PPI/Document.pm                                |  10 +-
 lib/PPI/Document/File.pm                           |   2 +-
 lib/PPI/Document/Fragment.pm                       |   4 +-
 lib/PPI/Document/Normalized.pm                     |   2 +-
 lib/PPI/Dumper.pm                                  |   5 +-
 lib/PPI/Element.pm                                 | 241 +---------
 lib/PPI/Exception.pm                               |   2 +-
 lib/PPI/Exception/ParserRejection.pm               |   2 +-
 lib/PPI/Exception/ParserTimeout.pm                 |   2 +-
 lib/PPI/Find.pm                                    |   4 +-
 lib/PPI/Lexer.pm                                   | 142 +-----
 lib/PPI/Node.pm                                    |  40 +-
 lib/PPI/Normal.pm                                  |  66 +--
 lib/PPI/Normal/Standard.pm                         |   2 +-
 lib/PPI/Statement.pm                               |  47 +-
 lib/PPI/Statement/Break.pm                         |   2 +-
 lib/PPI/Statement/Compound.pm                      |  88 +---
 lib/PPI/Statement/Data.pm                          |   2 +-
 lib/PPI/Statement/End.pm                           |   2 +-
 lib/PPI/Statement/Expression.pm                    |   2 +-
 lib/PPI/Statement/Given.pm                         |   8 +-
 lib/PPI/Statement/Include.pm                       | 233 +---------
 lib/PPI/Statement/Include/Perl6.pm                 |   2 +-
 lib/PPI/Statement/Null.pm                          |   4 +-
 lib/PPI/Statement/Package.pm                       |  28 +-
 lib/PPI/Statement/Scheduled.pm                     |   4 +-
 lib/PPI/Statement/Sub.pm                           |   4 +-
 lib/PPI/Statement/Unknown.pm                       |   2 +-
 lib/PPI/Statement/UnmatchedBrace.pm                |   2 +-
 lib/PPI/Statement/Variable.pm                      |  38 +-
 lib/PPI/Statement/When.pm                          |   8 +-
 lib/PPI/Structure.pm                               |   6 +-
 lib/PPI/Structure/Block.pm                         |   6 +-
 lib/PPI/Structure/Condition.pm                     |   4 +-
 lib/PPI/Structure/Constructor.pm                   |   4 +-
 lib/PPI/Structure/For.pm                           |   4 +-
 lib/PPI/Structure/Given.pm                         |   4 +-
 lib/PPI/Structure/List.pm                          |   4 +-
 lib/PPI/Structure/Subscript.pm                     |   4 +-
 lib/PPI/Structure/Unknown.pm                       |   4 +-
 lib/PPI/Structure/When.pm                          |   4 +-
 lib/PPI/Token.pm                                   |   8 +-
 lib/PPI/Token/ArrayIndex.pm                        |   8 +-
 lib/PPI/Token/Attribute.pm                         |  14 +-
 lib/PPI/Token/BOM.pm                               |   4 +-
 lib/PPI/Token/Cast.pm                              |   4 +-
 lib/PPI/Token/Comment.pm                           |   4 +-
 lib/PPI/Token/DashedWord.pm                        |  28 +-
 lib/PPI/Token/Data.pm                              |  16 +-
 lib/PPI/Token/End.pm                               |   6 +-
 lib/PPI/Token/HereDoc.pm                           |   6 +-
 lib/PPI/Token/Label.pm                             |   4 +-
 lib/PPI/Token/Magic.pm                             |  52 +--
 lib/PPI/Token/Number.pm                            |  10 +-
 lib/PPI/Token/Number/Binary.pm                     |  10 +-
 lib/PPI/Token/Number/Exp.pm                        |   2 +-
 lib/PPI/Token/Number/Float.pm                      |   4 +-
 lib/PPI/Token/Number/Hex.pm                        |   8 +-
 lib/PPI/Token/Number/Octal.pm                      |   4 +-
 lib/PPI/Token/Number/Version.pm                    |  32 +-
 lib/PPI/Token/Operator.pm                          |  19 +-
 lib/PPI/Token/Pod.pm                               |  23 +-
 lib/PPI/Token/Prototype.pm                         |   6 +-
 lib/PPI/Token/Quote.pm                             |  25 +-
 lib/PPI/Token/Quote/Double.pm                      |  63 +--
 lib/PPI/Token/Quote/Interpolate.pm                 |  23 +-
 lib/PPI/Token/Quote/Literal.pm                     |  38 +-
 lib/PPI/Token/Quote/Single.pm                      |  44 +-
 lib/PPI/Token/QuoteLike.pm                         |   2 +-
 lib/PPI/Token/QuoteLike/Backtick.pm                |   4 +-
 lib/PPI/Token/QuoteLike/Command.pm                 |   4 +-
 lib/PPI/Token/QuoteLike/Readline.pm                |   4 +-
 lib/PPI/Token/QuoteLike/Regexp.pm                  |   2 +-
 lib/PPI/Token/QuoteLike/Words.pm                   |  46 +-
 lib/PPI/Token/Regexp.pm                            |   2 +-
 lib/PPI/Token/Regexp/Match.pm                      |   4 +-
 lib/PPI/Token/Regexp/Substitute.pm                 |   4 +-
 lib/PPI/Token/Regexp/Transliterate.pm              |   4 +-
 lib/PPI/Token/Separator.pm                         |   2 +-
 lib/PPI/Token/Structure.pm                         |   2 +-
 lib/PPI/Token/Symbol.pm                            |   6 +-
 lib/PPI/Token/Unknown.pm                           |  22 +-
 lib/PPI/Token/Whitespace.pm                        |  36 +-
 lib/PPI/Token/Word.pm                              | 245 +---------
 lib/PPI/Token/_QuoteEngine.pm                      |  71 +--
 lib/PPI/Token/_QuoteEngine/Full.pm                 | 191 ++++----
 lib/PPI/Token/_QuoteEngine/Simple.pm               |   2 +-
 lib/PPI/Tokenizer.pm                               |  48 +-
 lib/PPI/Transform.pm                               |   4 +-
 lib/PPI/Transform/UpdateCopyright.pm               |   2 +-
 lib/PPI/Util.pm                                    |   4 +-
 lib/PPI/XSAccessor.pm                              |  44 +-
 t/01_compile.t                                     |   0
 t/03_document.t                                    |   0
 t/04_element.t                                     |   0
 t/05_lexer.t                                       |   0
 t/06_round_trip.t                                  |   0
 t/07_token.t                                       |  92 +++-
 t/08_regression.t                                  | 113 ++++-
 t/09_normal.t                                      |   0
 t/10_statement.t                                   |   0
 t/11_util.t                                        |   0
 t/12_location.t                                    |   0
 t/13_data.t                                        |   0
 t/14_charsets.t                                    |  12 +-
 t/15_transform.t                                   |   0
 t/16_xml.t                                         |   0
 t/17_storable.t                                    |   0
 t/18_cache.t                                       |   0
 t/19_selftesting.t                                 |   0
 t/20_tokenizer_regression.t                        |   0
 t/21_exhaustive.t                                  |   0
 t/22_readonly.t                                    |   0
 t/23_file.t                                        |   0
 t/24_v6.t                                          |   0
 t/25_increment.t                                   |   0
 t/26_bom.t                                         |   0
 t/27_complete.t                                    |   0
 t/28_foreach_qw.t                                  |   0
 t/data/03_document/empty.dat                       |   0
 t/data/03_document/test.dat                        |   0
 t/data/05_lexer/01_simpleassign.code               |   0
 t/data/05_lexer/01_simpleassign.dump               |   0
 t/data/05_lexer/02_END.code                        |   0
 t/data/05_lexer/02_END.dump                        |   0
 t/data/05_lexer/03_subroutine_attributes.code      |   0
 t/data/05_lexer/03_subroutine_attributes.dump      |   0
 t/data/05_lexer/04_anonymous_subroutines.code      |   0
 t/data/05_lexer/04_anonymous_subroutines.dump      |   0
 t/data/05_lexer/05_compound_loops.code             |   0
 t/data/05_lexer/05_compound_loops.dump             |   0
 t/data/05_lexer/06_subroutine_prototypes.code      |   0
 t/data/05_lexer/06_subroutine_prototypes.dump      |   0
 t/data/05_lexer/07_unmatched_braces.code           |   0
 t/data/05_lexer/07_unmatched_braces.dump           |   0
 t/data/05_lexer/08_subroutines.code                |   0
 t/data/05_lexer/08_subroutines.dump                |   0
 t/data/05_lexer/09_heredoc.code                    |   0
 t/data/05_lexer/09_heredoc.dump                    |   0
 t/data/05_lexer/10_readline.code                   |   0
 t/data/05_lexer/10_readline.dump                   |   0
 t/data/05_lexer/11_dor.code                        |   0
 t/data/05_lexer/11_dor.dump                        |   0
 t/data/05_lexer/12_switch.code                     |   0
 t/data/05_lexer/12_switch.dump                     |   0
 t/data/07_token/exp.code                           |   0
 t/data/07_token/exp.dump                           |   0
 t/data/07_token/hex.code                           |   0
 t/data/07_token/hex.dump                           |   0
 t/data/07_token/range_operator.code                |   3 +-
 t/data/07_token/range_operator.dump                |   8 +
 t/data/07_token/smart_match.code                   |   0
 t/data/07_token/smart_match.dump                   |   0
 t/data/08_regression/01_rt_cpan_19629.code         |   0
 t/data/08_regression/01_rt_cpan_19629.dump         |   0
 t/data/08_regression/01_rt_cpan_19629b.code        |   0
 t/data/08_regression/01_rt_cpan_19629b.dump        |   0
 t/data/08_regression/02_rt_cpan_9582.code          |   0
 t/data/08_regression/02_rt_cpan_9582.dump          |   0
 t/data/08_regression/03_rt_cpan_9614.code          |   0
 t/data/08_regression/03_rt_cpan_9614.dump          |   0
 t/data/08_regression/04_tinderbox.code             |   0
 t/data/08_regression/04_tinderbox.dump             |   0
 t/data/08_regression/05_rt_cpan_13425.code         |   0
 t/data/08_regression/05_rt_cpan_13425.dump         |   0
 t/data/08_regression/06_partial_quote_double.code  |   0
 t/data/08_regression/06_partial_quote_double.dump  |   0
 t/data/08_regression/07_partial_quote_single.code  |   0
 t/data/08_regression/07_partial_quote_single.dump  |   0
 .../08_partial_regex_substitution.code             |   0
 .../08_partial_regex_substitution.dump             |   0
 t/data/08_regression/09_for_var.code               |   0
 t/data/08_regression/09_for_var.dump               |   0
 t/data/08_regression/10_leading_regexp.code        |   0
 t/data/08_regression/10_leading_regexp.dump        |   0
 t/data/08_regression/11_multiply_vs_glob_cast.code |   0
 t/data/08_regression/11_multiply_vs_glob_cast.dump |   0
 t/data/08_regression/12_pow.code                   |   0
 t/data/08_regression/12_pow.dump                   |   0
 t/data/08_regression/13_goto.code                  |   0
 t/data/08_regression/13_goto.dump                  |   0
 t/data/08_regression/14_minus.code                 |   0
 t/data/08_regression/14_minus.dump                 |   0
 t/data/08_regression/14b_minus.code                |   0
 t/data/08_regression/14b_minus.dump                |   0
 t/data/08_regression/15_dash_t.code                |   0
 t/data/08_regression/15_dash_t.dump                |   0
 t/data/08_regression/16_sub_declaration.code       |   0
 t/data/08_regression/16_sub_declaration.dump       |   0
 t/data/08_regression/18_decimal_point.code         |   0
 t/data/08_regression/18_decimal_point.dump         |   0
 t/data/08_regression/19_long_operators.code        |   0
 t/data/08_regression/19_long_operators.dump        |   0
 t/data/08_regression/19_long_operators2.code       |   0
 t/data/08_regression/19_long_operators2.dump       |   0
 t/data/08_regression/20_hash_constructor.code      |   0
 t/data/08_regression/20_hash_constructor.dump      |   0
 t/data/08_regression/21_list_of_refs.code          |   0
 t/data/08_regression/21_list_of_refs.dump          |   0
 t/data/08_regression/22_hash_vs_brace.code         |   0
 t/data/08_regression/22_hash_vs_brace.dump         |   0
 t/data/08_regression/23_rt_cpan_8752.code          |   0
 t/data/08_regression/23_rt_cpan_8752.dump          |   0
 t/data/08_regression/24_compound.code              |   0
 t/data/08_regression/24_compound.dump              |   0
 t/data/08_regression/25_hash_block.code            |   0
 t/data/08_regression/25_hash_block.dump            |   0
 t/data/08_regression/26_rt_cpan_23253.code         |   0
 t/data/08_regression/26_rt_cpan_23253.dump         |   0
 t/data/08_regression/27_constant_hash.code         |   0
 t/data/08_regression/27_constant_hash.dump         |   0
 t/data/08_regression/28_backref_style_heredoc.code |   0
 t/data/08_regression/28_backref_style_heredoc.dump |   0
 t/data/08_regression/29_magic_carat.code           |   0
 t/data/08_regression/29_magic_carat.dump           |   0
 t/data/08_regression/30_hash_bang.code             |   0
 t/data/08_regression/30_hash_bang.dump             |   0
 t/data/08_regression/31_hash_carat_H.code          |   0
 t/data/08_regression/31_hash_carat_H.dump          |   0
 t/data/08_regression/32_readline.code              |   0
 t/data/08_regression/32_readline.dump              |   0
 t/data/08_regression/33_magic_carat_long.code      |   0
 t/data/08_regression/33_magic_carat_long.dump      |   0
 t/data/08_regression/34_attr_whitespace.code       |   0
 t/data/08_regression/34_attr_whitespace.dump       |   0
 t/data/08_regression/35_attr_perlsub.code          |   0
 t/data/08_regression/35_attr_perlsub.dump          |   0
 t/data/08_regression/36_begin_label.code           |   0
 t/data/08_regression/36_begin_label.dump           |   0
 t/data/08_regression/37_partial_prototype.code     |   0
 t/data/08_regression/37_partial_prototype.dump     |   0
 t/data/08_regression/38_multiply.code              |   0
 t/data/08_regression/38_multiply.dump              |   0
 t/data/08_regression/39_foreach_our.code           |   0
 t/data/08_regression/39_foreach_our.dump           |   0
 t/data/08_regression/40_foreach_eval.code          |   0
 t/data/08_regression/40_foreach_eval.dump          |   0
 t/data/08_regression/41_scalar_hash.code           |   0
 t/data/08_regression/41_scalar_hash.dump           |   0
 t/data/08_regression/42_numeric_package.code       |   0
 t/data/08_regression/42_numeric_package.dump       |   0
 t/data/08_regression/43_nonblock_map.code          |   0
 t/data/08_regression/43_nonblock_map.dump          |   0
 t/data/11_util/test.pm                             |   0
 t/data/13_data/Foo.pm                              |   0
 t/data/15_transform/sample1.pm                     |   0
 t/data/15_transform/sample1.pm_out                 |   0
 t/data/24_v6/Grammar.pm                            |   0
 t/data/24_v6/Simple.pm                             |   0
 t/data/26_bom/utf8.code                            |   0
 t/data/26_bom/utf8.dump                            |   0
 t/data/27_complete/01y_helloworld.code             |   0
 t/data/27_complete/02n_helloworld.code             |   0
 t/data/basic.pl                                    |   0
 t/data/test2.txt                                   |   0
 t/interactive.t                                    |   0
 t/lib/PPI.pm                                       |   2 +-
 t/ppi_element.t                                    | 357 +++++++--------
 t/ppi_lexer.t                                      | 160 +++----
 t/ppi_node.t                                       |  27 +-
 t/ppi_normal.t                                     | 118 +++--
 t/ppi_statement.t                                  |  65 ++-
 t/ppi_statement_compound.t                         |  49 +-
 t/ppi_statement_include.t                          | 303 ++++++-------
 t/ppi_statement_package.t                          |  36 +-
 t/ppi_statement_variable.t                         |  49 +-
 t/ppi_token__quoteengine_full.t                    |  58 ++-
 t/ppi_token_dashedword.t                           |  45 +-
 t/ppi_token_magic.t                                |  67 ++-
 t/ppi_token_number_version.t                       |  35 +-
 t/ppi_token_operator.t                             | 499 +++++++++++++++++++++
 t/ppi_token_pod.t                                  |  41 +-
 t/ppi_token_quote.t                                |  37 +-
 t/ppi_token_quote_double.t                         |  73 ++-
 t/ppi_token_quote_interpolate.t                    |  33 +-
 t/ppi_token_quote_literal.t                        |  49 +-
 t/ppi_token_quote_single.t                         |  63 ++-
 t/ppi_token_quotelike_words.t                      |  67 ++-
 t/ppi_token_word.t                                 | 281 ++++++------
 xt/api.t                                           |   0
 xt/author.t                                        |  33 --
 xt/meta.t                                          |   0
 xt/pmv.t                                           |   0
 xt/pod.t                                           |  32 --
 304 files changed, 2554 insertions(+), 3236 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libppi-perl.git



More information about the Pkg-perl-cvs-commits mailing list