[libppi-perl] branch master updated (5070a60 -> a103628)

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 change to branch master
in repository libppi-perl.

      from  5070a60   update changelog
      adds  cc461c6   Imported Upstream version 1.218
       new  b0a5db2   Merge tag 'upstream/1.218'
       new  a814a88   Declare compliance with Debian Policy 3.9.5
       new  62b0464   Wrap and sort fields in debian/control
       new  b1820ad   Update copyright years for included copy of Module::Install
       new  3d03a7b   Add fix-spelling-error-in-manpage.patch patch
       new  a103628   Prepare changelog for release

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                                            |  56 ++-
 LICENSE                                            |   0
 MANIFEST                                           |   5 +-
 META.yml                                           |  42 +-
 Makefile.PL                                        |  44 +-
 README                                             |  66 +--
 debian/changelog                                   |  15 +-
 debian/control                                     |  27 +-
 debian/copyright                                   |   6 +-
 debian/patches/fix-spelling-error-in-manpage.patch |  18 +
 debian/patches/series                              |   1 +
 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 --
 309 files changed, 2598 insertions(+), 3259 deletions(-)
 mode change 100644 => 100755 Changes
 mode change 100644 => 100755 LICENSE
 mode change 100644 => 100755 Makefile.PL
 create mode 100644 debian/patches/fix-spelling-error-in-manpage.patch
 create mode 100644 debian/patches/series
 create mode 100644 inc/Module/Install/ReadmeFromPod.pm
 delete mode 100644 inline2test.conf
 delete mode 100644 inline2test.tpl
 mode change 100644 => 100755 lib/PPI.pm
 mode change 100644 => 100755 lib/PPI/Cache.pm
 mode change 100644 => 100755 lib/PPI/Document.pm
 mode change 100644 => 100755 lib/PPI/Document/Fragment.pm
 mode change 100644 => 100755 lib/PPI/Document/Normalized.pm
 mode change 100644 => 100755 lib/PPI/Dumper.pm
 mode change 100644 => 100755 lib/PPI/Element.pm
 mode change 100644 => 100755 lib/PPI/Exception.pm
 mode change 100644 => 100755 lib/PPI/Exception/ParserRejection.pm
 mode change 100644 => 100755 lib/PPI/Exception/ParserTimeout.pm
 mode change 100644 => 100755 lib/PPI/Find.pm
 mode change 100644 => 100755 lib/PPI/Lexer.pm
 mode change 100644 => 100755 lib/PPI/Node.pm
 mode change 100644 => 100755 lib/PPI/Normal.pm
 mode change 100644 => 100755 lib/PPI/Normal/Standard.pm
 mode change 100644 => 100755 lib/PPI/Statement.pm
 mode change 100644 => 100755 lib/PPI/Statement/Break.pm
 mode change 100644 => 100755 lib/PPI/Statement/Compound.pm
 mode change 100644 => 100755 lib/PPI/Statement/Data.pm
 mode change 100644 => 100755 lib/PPI/Statement/End.pm
 mode change 100644 => 100755 lib/PPI/Statement/Expression.pm
 mode change 100644 => 100755 lib/PPI/Statement/Given.pm
 mode change 100644 => 100755 lib/PPI/Statement/Include.pm
 mode change 100644 => 100755 lib/PPI/Statement/Include/Perl6.pm
 mode change 100644 => 100755 lib/PPI/Statement/Null.pm
 mode change 100644 => 100755 lib/PPI/Statement/Package.pm
 mode change 100644 => 100755 lib/PPI/Statement/Scheduled.pm
 mode change 100644 => 100755 lib/PPI/Statement/Sub.pm
 mode change 100644 => 100755 lib/PPI/Statement/Unknown.pm
 mode change 100644 => 100755 lib/PPI/Statement/UnmatchedBrace.pm
 mode change 100644 => 100755 lib/PPI/Statement/Variable.pm
 mode change 100644 => 100755 lib/PPI/Statement/When.pm
 mode change 100644 => 100755 lib/PPI/Structure.pm
 mode change 100644 => 100755 lib/PPI/Structure/Block.pm
 mode change 100644 => 100755 lib/PPI/Structure/Condition.pm
 mode change 100644 => 100755 lib/PPI/Structure/Constructor.pm
 mode change 100644 => 100755 lib/PPI/Structure/For.pm
 mode change 100644 => 100755 lib/PPI/Structure/Given.pm
 mode change 100644 => 100755 lib/PPI/Structure/List.pm
 mode change 100644 => 100755 lib/PPI/Structure/Subscript.pm
 mode change 100644 => 100755 lib/PPI/Structure/Unknown.pm
 mode change 100644 => 100755 lib/PPI/Structure/When.pm
 mode change 100644 => 100755 lib/PPI/Token.pm
 mode change 100644 => 100755 lib/PPI/Token/ArrayIndex.pm
 mode change 100644 => 100755 lib/PPI/Token/Attribute.pm
 mode change 100644 => 100755 lib/PPI/Token/BOM.pm
 mode change 100644 => 100755 lib/PPI/Token/Cast.pm
 mode change 100644 => 100755 lib/PPI/Token/Comment.pm
 mode change 100644 => 100755 lib/PPI/Token/DashedWord.pm
 mode change 100644 => 100755 lib/PPI/Token/Data.pm
 mode change 100644 => 100755 lib/PPI/Token/End.pm
 mode change 100644 => 100755 lib/PPI/Token/HereDoc.pm
 mode change 100644 => 100755 lib/PPI/Token/Label.pm
 mode change 100644 => 100755 lib/PPI/Token/Magic.pm
 mode change 100644 => 100755 lib/PPI/Token/Number.pm
 mode change 100644 => 100755 lib/PPI/Token/Number/Binary.pm
 mode change 100644 => 100755 lib/PPI/Token/Number/Exp.pm
 mode change 100644 => 100755 lib/PPI/Token/Number/Float.pm
 mode change 100644 => 100755 lib/PPI/Token/Number/Hex.pm
 mode change 100644 => 100755 lib/PPI/Token/Number/Octal.pm
 mode change 100644 => 100755 lib/PPI/Token/Number/Version.pm
 mode change 100644 => 100755 lib/PPI/Token/Operator.pm
 mode change 100644 => 100755 lib/PPI/Token/Pod.pm
 mode change 100644 => 100755 lib/PPI/Token/Prototype.pm
 mode change 100644 => 100755 lib/PPI/Token/Quote.pm
 mode change 100644 => 100755 lib/PPI/Token/Quote/Double.pm
 mode change 100644 => 100755 lib/PPI/Token/Quote/Interpolate.pm
 mode change 100644 => 100755 lib/PPI/Token/Quote/Literal.pm
 mode change 100644 => 100755 lib/PPI/Token/Quote/Single.pm
 mode change 100644 => 100755 lib/PPI/Token/QuoteLike.pm
 mode change 100644 => 100755 lib/PPI/Token/QuoteLike/Backtick.pm
 mode change 100644 => 100755 lib/PPI/Token/QuoteLike/Command.pm
 mode change 100644 => 100755 lib/PPI/Token/QuoteLike/Readline.pm
 mode change 100644 => 100755 lib/PPI/Token/QuoteLike/Regexp.pm
 mode change 100644 => 100755 lib/PPI/Token/QuoteLike/Words.pm
 mode change 100644 => 100755 lib/PPI/Token/Regexp.pm
 mode change 100644 => 100755 lib/PPI/Token/Regexp/Match.pm
 mode change 100644 => 100755 lib/PPI/Token/Regexp/Substitute.pm
 mode change 100644 => 100755 lib/PPI/Token/Regexp/Transliterate.pm
 mode change 100644 => 100755 lib/PPI/Token/Separator.pm
 mode change 100644 => 100755 lib/PPI/Token/Structure.pm
 mode change 100644 => 100755 lib/PPI/Token/Symbol.pm
 mode change 100644 => 100755 lib/PPI/Token/Unknown.pm
 mode change 100644 => 100755 lib/PPI/Token/Whitespace.pm
 mode change 100644 => 100755 lib/PPI/Token/Word.pm
 mode change 100644 => 100755 lib/PPI/Token/_QuoteEngine.pm
 mode change 100644 => 100755 lib/PPI/Token/_QuoteEngine/Full.pm
 mode change 100644 => 100755 lib/PPI/Token/_QuoteEngine/Simple.pm
 mode change 100644 => 100755 lib/PPI/Tokenizer.pm
 mode change 100644 => 100755 lib/PPI/Transform.pm
 mode change 100644 => 100755 lib/PPI/Transform/UpdateCopyright.pm
 mode change 100644 => 100755 lib/PPI/Util.pm
 mode change 100644 => 100755 lib/PPI/XSAccessor.pm
 mode change 100644 => 100755 t/01_compile.t
 mode change 100644 => 100755 t/03_document.t
 mode change 100644 => 100755 t/04_element.t
 mode change 100644 => 100755 t/05_lexer.t
 mode change 100644 => 100755 t/06_round_trip.t
 mode change 100644 => 100755 t/07_token.t
 mode change 100644 => 100755 t/08_regression.t
 mode change 100644 => 100755 t/09_normal.t
 mode change 100644 => 100755 t/10_statement.t
 mode change 100644 => 100755 t/11_util.t
 mode change 100644 => 100755 t/12_location.t
 mode change 100644 => 100755 t/13_data.t
 mode change 100644 => 100755 t/14_charsets.t
 mode change 100644 => 100755 t/15_transform.t
 mode change 100644 => 100755 t/16_xml.t
 mode change 100644 => 100755 t/17_storable.t
 mode change 100644 => 100755 t/18_cache.t
 mode change 100644 => 100755 t/19_selftesting.t
 mode change 100644 => 100755 t/20_tokenizer_regression.t
 mode change 100644 => 100755 t/21_exhaustive.t
 mode change 100644 => 100755 t/22_readonly.t
 mode change 100644 => 100755 t/23_file.t
 mode change 100644 => 100755 t/24_v6.t
 mode change 100644 => 100755 t/25_increment.t
 mode change 100644 => 100755 t/26_bom.t
 mode change 100644 => 100755 t/27_complete.t
 mode change 100644 => 100755 t/28_foreach_qw.t
 mode change 100644 => 100755 t/data/03_document/empty.dat
 mode change 100644 => 100755 t/data/03_document/test.dat
 mode change 100644 => 100755 t/data/05_lexer/01_simpleassign.code
 mode change 100644 => 100755 t/data/05_lexer/01_simpleassign.dump
 mode change 100644 => 100755 t/data/05_lexer/02_END.code
 mode change 100644 => 100755 t/data/05_lexer/02_END.dump
 mode change 100644 => 100755 t/data/05_lexer/03_subroutine_attributes.code
 mode change 100644 => 100755 t/data/05_lexer/03_subroutine_attributes.dump
 mode change 100644 => 100755 t/data/05_lexer/04_anonymous_subroutines.code
 mode change 100644 => 100755 t/data/05_lexer/04_anonymous_subroutines.dump
 mode change 100644 => 100755 t/data/05_lexer/05_compound_loops.code
 mode change 100644 => 100755 t/data/05_lexer/05_compound_loops.dump
 mode change 100644 => 100755 t/data/05_lexer/06_subroutine_prototypes.code
 mode change 100644 => 100755 t/data/05_lexer/06_subroutine_prototypes.dump
 mode change 100644 => 100755 t/data/05_lexer/07_unmatched_braces.code
 mode change 100644 => 100755 t/data/05_lexer/07_unmatched_braces.dump
 mode change 100644 => 100755 t/data/05_lexer/08_subroutines.code
 mode change 100644 => 100755 t/data/05_lexer/08_subroutines.dump
 mode change 100644 => 100755 t/data/05_lexer/09_heredoc.code
 mode change 100644 => 100755 t/data/05_lexer/09_heredoc.dump
 mode change 100644 => 100755 t/data/05_lexer/10_readline.code
 mode change 100644 => 100755 t/data/05_lexer/10_readline.dump
 mode change 100644 => 100755 t/data/05_lexer/11_dor.code
 mode change 100644 => 100755 t/data/05_lexer/11_dor.dump
 mode change 100644 => 100755 t/data/05_lexer/12_switch.code
 mode change 100644 => 100755 t/data/05_lexer/12_switch.dump
 mode change 100644 => 100755 t/data/07_token/exp.code
 mode change 100644 => 100755 t/data/07_token/exp.dump
 mode change 100644 => 100755 t/data/07_token/hex.code
 mode change 100644 => 100755 t/data/07_token/hex.dump
 mode change 100644 => 100755 t/data/07_token/range_operator.code
 mode change 100644 => 100755 t/data/07_token/range_operator.dump
 mode change 100644 => 100755 t/data/07_token/smart_match.code
 mode change 100644 => 100755 t/data/07_token/smart_match.dump
 mode change 100644 => 100755 t/data/08_regression/01_rt_cpan_19629.code
 mode change 100644 => 100755 t/data/08_regression/01_rt_cpan_19629.dump
 mode change 100644 => 100755 t/data/08_regression/01_rt_cpan_19629b.code
 mode change 100644 => 100755 t/data/08_regression/01_rt_cpan_19629b.dump
 mode change 100644 => 100755 t/data/08_regression/02_rt_cpan_9582.code
 mode change 100644 => 100755 t/data/08_regression/02_rt_cpan_9582.dump
 mode change 100644 => 100755 t/data/08_regression/03_rt_cpan_9614.code
 mode change 100644 => 100755 t/data/08_regression/03_rt_cpan_9614.dump
 mode change 100644 => 100755 t/data/08_regression/04_tinderbox.code
 mode change 100644 => 100755 t/data/08_regression/04_tinderbox.dump
 mode change 100644 => 100755 t/data/08_regression/05_rt_cpan_13425.code
 mode change 100644 => 100755 t/data/08_regression/05_rt_cpan_13425.dump
 mode change 100644 => 100755 t/data/08_regression/06_partial_quote_double.code
 mode change 100644 => 100755 t/data/08_regression/06_partial_quote_double.dump
 mode change 100644 => 100755 t/data/08_regression/07_partial_quote_single.code
 mode change 100644 => 100755 t/data/08_regression/07_partial_quote_single.dump
 mode change 100644 => 100755 t/data/08_regression/08_partial_regex_substitution.code
 mode change 100644 => 100755 t/data/08_regression/08_partial_regex_substitution.dump
 mode change 100644 => 100755 t/data/08_regression/09_for_var.code
 mode change 100644 => 100755 t/data/08_regression/09_for_var.dump
 mode change 100644 => 100755 t/data/08_regression/10_leading_regexp.code
 mode change 100644 => 100755 t/data/08_regression/10_leading_regexp.dump
 mode change 100644 => 100755 t/data/08_regression/11_multiply_vs_glob_cast.code
 mode change 100644 => 100755 t/data/08_regression/11_multiply_vs_glob_cast.dump
 mode change 100644 => 100755 t/data/08_regression/12_pow.code
 mode change 100644 => 100755 t/data/08_regression/12_pow.dump
 mode change 100644 => 100755 t/data/08_regression/13_goto.code
 mode change 100644 => 100755 t/data/08_regression/13_goto.dump
 mode change 100644 => 100755 t/data/08_regression/14_minus.code
 mode change 100644 => 100755 t/data/08_regression/14_minus.dump
 mode change 100644 => 100755 t/data/08_regression/14b_minus.code
 mode change 100644 => 100755 t/data/08_regression/14b_minus.dump
 mode change 100644 => 100755 t/data/08_regression/15_dash_t.code
 mode change 100644 => 100755 t/data/08_regression/15_dash_t.dump
 mode change 100644 => 100755 t/data/08_regression/16_sub_declaration.code
 mode change 100644 => 100755 t/data/08_regression/16_sub_declaration.dump
 mode change 100644 => 100755 t/data/08_regression/18_decimal_point.code
 mode change 100644 => 100755 t/data/08_regression/18_decimal_point.dump
 mode change 100644 => 100755 t/data/08_regression/19_long_operators.code
 mode change 100644 => 100755 t/data/08_regression/19_long_operators.dump
 mode change 100644 => 100755 t/data/08_regression/19_long_operators2.code
 mode change 100644 => 100755 t/data/08_regression/19_long_operators2.dump
 mode change 100644 => 100755 t/data/08_regression/20_hash_constructor.code
 mode change 100644 => 100755 t/data/08_regression/20_hash_constructor.dump
 mode change 100644 => 100755 t/data/08_regression/21_list_of_refs.code
 mode change 100644 => 100755 t/data/08_regression/21_list_of_refs.dump
 mode change 100644 => 100755 t/data/08_regression/22_hash_vs_brace.code
 mode change 100644 => 100755 t/data/08_regression/22_hash_vs_brace.dump
 mode change 100644 => 100755 t/data/08_regression/23_rt_cpan_8752.code
 mode change 100644 => 100755 t/data/08_regression/23_rt_cpan_8752.dump
 mode change 100644 => 100755 t/data/08_regression/24_compound.code
 mode change 100644 => 100755 t/data/08_regression/24_compound.dump
 mode change 100644 => 100755 t/data/08_regression/25_hash_block.code
 mode change 100644 => 100755 t/data/08_regression/25_hash_block.dump
 mode change 100644 => 100755 t/data/08_regression/26_rt_cpan_23253.code
 mode change 100644 => 100755 t/data/08_regression/26_rt_cpan_23253.dump
 mode change 100644 => 100755 t/data/08_regression/27_constant_hash.code
 mode change 100644 => 100755 t/data/08_regression/27_constant_hash.dump
 mode change 100644 => 100755 t/data/08_regression/28_backref_style_heredoc.code
 mode change 100644 => 100755 t/data/08_regression/28_backref_style_heredoc.dump
 mode change 100644 => 100755 t/data/08_regression/29_magic_carat.code
 mode change 100644 => 100755 t/data/08_regression/29_magic_carat.dump
 mode change 100644 => 100755 t/data/08_regression/30_hash_bang.code
 mode change 100644 => 100755 t/data/08_regression/30_hash_bang.dump
 mode change 100644 => 100755 t/data/08_regression/31_hash_carat_H.code
 mode change 100644 => 100755 t/data/08_regression/31_hash_carat_H.dump
 mode change 100644 => 100755 t/data/08_regression/32_readline.code
 mode change 100644 => 100755 t/data/08_regression/32_readline.dump
 mode change 100644 => 100755 t/data/08_regression/33_magic_carat_long.code
 mode change 100644 => 100755 t/data/08_regression/33_magic_carat_long.dump
 mode change 100644 => 100755 t/data/08_regression/34_attr_whitespace.code
 mode change 100644 => 100755 t/data/08_regression/34_attr_whitespace.dump
 mode change 100644 => 100755 t/data/08_regression/35_attr_perlsub.code
 mode change 100644 => 100755 t/data/08_regression/35_attr_perlsub.dump
 mode change 100644 => 100755 t/data/08_regression/36_begin_label.code
 mode change 100644 => 100755 t/data/08_regression/36_begin_label.dump
 mode change 100644 => 100755 t/data/08_regression/37_partial_prototype.code
 mode change 100644 => 100755 t/data/08_regression/37_partial_prototype.dump
 mode change 100644 => 100755 t/data/08_regression/38_multiply.code
 mode change 100644 => 100755 t/data/08_regression/38_multiply.dump
 mode change 100644 => 100755 t/data/08_regression/39_foreach_our.code
 mode change 100644 => 100755 t/data/08_regression/39_foreach_our.dump
 mode change 100644 => 100755 t/data/08_regression/40_foreach_eval.code
 mode change 100644 => 100755 t/data/08_regression/40_foreach_eval.dump
 mode change 100644 => 100755 t/data/08_regression/41_scalar_hash.code
 mode change 100644 => 100755 t/data/08_regression/41_scalar_hash.dump
 mode change 100644 => 100755 t/data/08_regression/42_numeric_package.code
 mode change 100644 => 100755 t/data/08_regression/42_numeric_package.dump
 mode change 100644 => 100755 t/data/08_regression/43_nonblock_map.code
 mode change 100644 => 100755 t/data/08_regression/43_nonblock_map.dump
 mode change 100644 => 100755 t/data/11_util/test.pm
 mode change 100644 => 100755 t/data/13_data/Foo.pm
 mode change 100644 => 100755 t/data/15_transform/sample1.pm
 mode change 100644 => 100755 t/data/15_transform/sample1.pm_out
 mode change 100644 => 100755 t/data/24_v6/Grammar.pm
 mode change 100644 => 100755 t/data/24_v6/Simple.pm
 mode change 100644 => 100755 t/data/26_bom/utf8.code
 mode change 100644 => 100755 t/data/26_bom/utf8.dump
 mode change 100644 => 100755 t/data/27_complete/01y_helloworld.code
 mode change 100644 => 100755 t/data/27_complete/02n_helloworld.code
 mode change 100644 => 100755 t/data/basic.pl
 mode change 100644 => 100755 t/data/test2.txt
 mode change 100644 => 100755 t/interactive.t
 mode change 100644 => 100755 t/ppi_element.t
 mode change 100644 => 100755 t/ppi_lexer.t
 mode change 100644 => 100755 t/ppi_node.t
 mode change 100644 => 100755 t/ppi_normal.t
 mode change 100644 => 100755 t/ppi_statement.t
 mode change 100644 => 100755 t/ppi_statement_compound.t
 mode change 100644 => 100755 t/ppi_statement_include.t
 mode change 100644 => 100755 t/ppi_statement_package.t
 mode change 100644 => 100755 t/ppi_statement_variable.t
 mode change 100644 => 100755 t/ppi_token__quoteengine_full.t
 mode change 100644 => 100755 t/ppi_token_dashedword.t
 mode change 100644 => 100755 t/ppi_token_magic.t
 mode change 100644 => 100755 t/ppi_token_number_version.t
 create mode 100755 t/ppi_token_operator.t
 mode change 100644 => 100755 t/ppi_token_pod.t
 mode change 100644 => 100755 t/ppi_token_quote.t
 mode change 100644 => 100755 t/ppi_token_quote_double.t
 mode change 100644 => 100755 t/ppi_token_quote_interpolate.t
 mode change 100644 => 100755 t/ppi_token_quote_literal.t
 mode change 100644 => 100755 t/ppi_token_quote_single.t
 mode change 100644 => 100755 t/ppi_token_quotelike_words.t
 mode change 100644 => 100755 t/ppi_token_word.t
 mode change 100644 => 100755 xt/api.t
 mode change 100644 => 100755 xt/author.t
 mode change 100644 => 100755 xt/meta.t
 mode change 100644 => 100755 xt/pmv.t
 delete mode 100644 xt/pod.t

-- 
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