r9373 - in /branches/upstream/libppi-perl: ./ current/ current/inc/ current/inc/Class/ current/inc/Config/ current/inc/File/ current/inc/Hook/ current/inc/Module/ current/inc/Module/Install/ current/inc/Test/ current/lib/ current/lib/PPI/ current/lib/PPI/Document/ current/lib/PPI/Normal/ current/lib/PPI/Statement/ current/lib/PPI/Structure/ current/lib/PPI/Token/ current/lib/PPI/Token/Quote/ current/lib/PPI/Token/QuoteLike/ current/lib/PPI/Token/Regexp/ current/lib/PPI/Token/_QuoteEngine/ current/t/ current/t/data/ current/t/data/03_empiric/ current/t/data/05_lexer_practical/ current/t/data/07_token/ current/t/data/08_regression/ current/t/data/11_util/ current/t/data/13_data/ current/t/data/15_transform/ current/t/lib/

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Nov 16 05:50:50 UTC 2007


Author: dmn
Date: Fri Nov 16 05:50:50 2007
New Revision: 9373

URL: http://svn.debian.org/wsvn/?sc=1&rev=9373
Log:
[svn-inject] Installing original source of libppi-perl

Added:
    branches/upstream/libppi-perl/
    branches/upstream/libppi-perl/current/
    branches/upstream/libppi-perl/current/Changes
    branches/upstream/libppi-perl/current/LICENSE
    branches/upstream/libppi-perl/current/MANIFEST
    branches/upstream/libppi-perl/current/META.yml
    branches/upstream/libppi-perl/current/Makefile.PL
    branches/upstream/libppi-perl/current/README
    branches/upstream/libppi-perl/current/inc/
    branches/upstream/libppi-perl/current/inc/Class/
    branches/upstream/libppi-perl/current/inc/Class/Inspector.pm
    branches/upstream/libppi-perl/current/inc/Config/
    branches/upstream/libppi-perl/current/inc/Config/Tiny.pm
    branches/upstream/libppi-perl/current/inc/File/
    branches/upstream/libppi-perl/current/inc/File/Remove.pm
    branches/upstream/libppi-perl/current/inc/Hook/
    branches/upstream/libppi-perl/current/inc/Hook/LexWrap.pm
    branches/upstream/libppi-perl/current/inc/Module/
    branches/upstream/libppi-perl/current/inc/Module/Install/
    branches/upstream/libppi-perl/current/inc/Module/Install.pm
    branches/upstream/libppi-perl/current/inc/Module/Install/Base.pm
    branches/upstream/libppi-perl/current/inc/Module/Install/Can.pm
    branches/upstream/libppi-perl/current/inc/Module/Install/Fetch.pm
    branches/upstream/libppi-perl/current/inc/Module/Install/Include.pm
    branches/upstream/libppi-perl/current/inc/Module/Install/Makefile.pm
    branches/upstream/libppi-perl/current/inc/Module/Install/Metadata.pm
    branches/upstream/libppi-perl/current/inc/Module/Install/Win32.pm
    branches/upstream/libppi-perl/current/inc/Module/Install/WriteAll.pm
    branches/upstream/libppi-perl/current/inc/Test/
    branches/upstream/libppi-perl/current/inc/Test/ClassAPI.pm
    branches/upstream/libppi-perl/current/inc/Test/Object.pm
    branches/upstream/libppi-perl/current/inc/Test/SubCalls.pm
    branches/upstream/libppi-perl/current/inline2test.conf
    branches/upstream/libppi-perl/current/inline2test.tpl
    branches/upstream/libppi-perl/current/lib/
    branches/upstream/libppi-perl/current/lib/PPI/
    branches/upstream/libppi-perl/current/lib/PPI.pm
    branches/upstream/libppi-perl/current/lib/PPI/Cache.pm
    branches/upstream/libppi-perl/current/lib/PPI/Document/
    branches/upstream/libppi-perl/current/lib/PPI/Document.pm
    branches/upstream/libppi-perl/current/lib/PPI/Document/File.pm   (with props)
    branches/upstream/libppi-perl/current/lib/PPI/Document/Fragment.pm
    branches/upstream/libppi-perl/current/lib/PPI/Document/Normalized.pm
    branches/upstream/libppi-perl/current/lib/PPI/Dumper.pm
    branches/upstream/libppi-perl/current/lib/PPI/Element.pm
    branches/upstream/libppi-perl/current/lib/PPI/Find.pm
    branches/upstream/libppi-perl/current/lib/PPI/Lexer.pm
    branches/upstream/libppi-perl/current/lib/PPI/Node.pm
    branches/upstream/libppi-perl/current/lib/PPI/Normal/
    branches/upstream/libppi-perl/current/lib/PPI/Normal.pm
    branches/upstream/libppi-perl/current/lib/PPI/Normal/Standard.pm
    branches/upstream/libppi-perl/current/lib/PPI/Statement/
    branches/upstream/libppi-perl/current/lib/PPI/Statement.pm
    branches/upstream/libppi-perl/current/lib/PPI/Statement/Break.pm
    branches/upstream/libppi-perl/current/lib/PPI/Statement/Compound.pm
    branches/upstream/libppi-perl/current/lib/PPI/Statement/Data.pm
    branches/upstream/libppi-perl/current/lib/PPI/Statement/End.pm
    branches/upstream/libppi-perl/current/lib/PPI/Statement/Expression.pm
    branches/upstream/libppi-perl/current/lib/PPI/Statement/Include.pm
    branches/upstream/libppi-perl/current/lib/PPI/Statement/Null.pm
    branches/upstream/libppi-perl/current/lib/PPI/Statement/Package.pm
    branches/upstream/libppi-perl/current/lib/PPI/Statement/Scheduled.pm
    branches/upstream/libppi-perl/current/lib/PPI/Statement/Sub.pm
    branches/upstream/libppi-perl/current/lib/PPI/Statement/Unknown.pm
    branches/upstream/libppi-perl/current/lib/PPI/Statement/UnmatchedBrace.pm
    branches/upstream/libppi-perl/current/lib/PPI/Statement/Variable.pm
    branches/upstream/libppi-perl/current/lib/PPI/Structure/
    branches/upstream/libppi-perl/current/lib/PPI/Structure.pm
    branches/upstream/libppi-perl/current/lib/PPI/Structure/Block.pm
    branches/upstream/libppi-perl/current/lib/PPI/Structure/Condition.pm
    branches/upstream/libppi-perl/current/lib/PPI/Structure/Constructor.pm
    branches/upstream/libppi-perl/current/lib/PPI/Structure/ForLoop.pm
    branches/upstream/libppi-perl/current/lib/PPI/Structure/List.pm
    branches/upstream/libppi-perl/current/lib/PPI/Structure/Subscript.pm
    branches/upstream/libppi-perl/current/lib/PPI/Structure/Unknown.pm
    branches/upstream/libppi-perl/current/lib/PPI/Token/
    branches/upstream/libppi-perl/current/lib/PPI/Token.pm
    branches/upstream/libppi-perl/current/lib/PPI/Token/ArrayIndex.pm
    branches/upstream/libppi-perl/current/lib/PPI/Token/Attribute.pm
    branches/upstream/libppi-perl/current/lib/PPI/Token/Cast.pm
    branches/upstream/libppi-perl/current/lib/PPI/Token/Comment.pm
    branches/upstream/libppi-perl/current/lib/PPI/Token/DashedWord.pm
    branches/upstream/libppi-perl/current/lib/PPI/Token/Data.pm
    branches/upstream/libppi-perl/current/lib/PPI/Token/End.pm
    branches/upstream/libppi-perl/current/lib/PPI/Token/HereDoc.pm
    branches/upstream/libppi-perl/current/lib/PPI/Token/Label.pm
    branches/upstream/libppi-perl/current/lib/PPI/Token/Magic.pm
    branches/upstream/libppi-perl/current/lib/PPI/Token/Number.pm
    branches/upstream/libppi-perl/current/lib/PPI/Token/Operator.pm
    branches/upstream/libppi-perl/current/lib/PPI/Token/Pod.pm
    branches/upstream/libppi-perl/current/lib/PPI/Token/Prototype.pm
    branches/upstream/libppi-perl/current/lib/PPI/Token/Quote/
    branches/upstream/libppi-perl/current/lib/PPI/Token/Quote.pm
    branches/upstream/libppi-perl/current/lib/PPI/Token/Quote/Double.pm
    branches/upstream/libppi-perl/current/lib/PPI/Token/Quote/Interpolate.pm
    branches/upstream/libppi-perl/current/lib/PPI/Token/Quote/Literal.pm
    branches/upstream/libppi-perl/current/lib/PPI/Token/Quote/Single.pm
    branches/upstream/libppi-perl/current/lib/PPI/Token/QuoteLike/
    branches/upstream/libppi-perl/current/lib/PPI/Token/QuoteLike.pm
    branches/upstream/libppi-perl/current/lib/PPI/Token/QuoteLike/Backtick.pm
    branches/upstream/libppi-perl/current/lib/PPI/Token/QuoteLike/Command.pm
    branches/upstream/libppi-perl/current/lib/PPI/Token/QuoteLike/Readline.pm
    branches/upstream/libppi-perl/current/lib/PPI/Token/QuoteLike/Regexp.pm
    branches/upstream/libppi-perl/current/lib/PPI/Token/QuoteLike/Words.pm
    branches/upstream/libppi-perl/current/lib/PPI/Token/Regexp/
    branches/upstream/libppi-perl/current/lib/PPI/Token/Regexp.pm
    branches/upstream/libppi-perl/current/lib/PPI/Token/Regexp/Match.pm
    branches/upstream/libppi-perl/current/lib/PPI/Token/Regexp/Substitute.pm
    branches/upstream/libppi-perl/current/lib/PPI/Token/Regexp/Transliterate.pm
    branches/upstream/libppi-perl/current/lib/PPI/Token/Separator.pm
    branches/upstream/libppi-perl/current/lib/PPI/Token/Structure.pm
    branches/upstream/libppi-perl/current/lib/PPI/Token/Symbol.pm
    branches/upstream/libppi-perl/current/lib/PPI/Token/Unknown.pm
    branches/upstream/libppi-perl/current/lib/PPI/Token/Whitespace.pm
    branches/upstream/libppi-perl/current/lib/PPI/Token/Word.pm
    branches/upstream/libppi-perl/current/lib/PPI/Token/_QuoteEngine/
    branches/upstream/libppi-perl/current/lib/PPI/Token/_QuoteEngine.pm
    branches/upstream/libppi-perl/current/lib/PPI/Token/_QuoteEngine/Full.pm
    branches/upstream/libppi-perl/current/lib/PPI/Token/_QuoteEngine/Simple.pm
    branches/upstream/libppi-perl/current/lib/PPI/Tokenizer.pm
    branches/upstream/libppi-perl/current/lib/PPI/Transform.pm
    branches/upstream/libppi-perl/current/lib/PPI/Util.pm
    branches/upstream/libppi-perl/current/t/
    branches/upstream/libppi-perl/current/t/01_compile.t
    branches/upstream/libppi-perl/current/t/02_api.t
    branches/upstream/libppi-perl/current/t/03_empiric.t
    branches/upstream/libppi-perl/current/t/04_element.t
    branches/upstream/libppi-perl/current/t/05_lexer_practical.t
    branches/upstream/libppi-perl/current/t/06_round_trip.t
    branches/upstream/libppi-perl/current/t/07_token.t
    branches/upstream/libppi-perl/current/t/08_regression.t
    branches/upstream/libppi-perl/current/t/09_normal.t
    branches/upstream/libppi-perl/current/t/10_statement.t
    branches/upstream/libppi-perl/current/t/11_util.t
    branches/upstream/libppi-perl/current/t/12_location.t
    branches/upstream/libppi-perl/current/t/13_data.t
    branches/upstream/libppi-perl/current/t/14_charsets.t
    branches/upstream/libppi-perl/current/t/15_transform.t
    branches/upstream/libppi-perl/current/t/16_xml_compatibility.t
    branches/upstream/libppi-perl/current/t/17_storable.t
    branches/upstream/libppi-perl/current/t/18_cache.t
    branches/upstream/libppi-perl/current/t/19_selftesting.t
    branches/upstream/libppi-perl/current/t/20_tokenizer_regression.t
    branches/upstream/libppi-perl/current/t/21_exhaustive.t
    branches/upstream/libppi-perl/current/t/22_readonly.t
    branches/upstream/libppi-perl/current/t/23_file.t
    branches/upstream/libppi-perl/current/t/99_author.t
    branches/upstream/libppi-perl/current/t/99_pod.t
    branches/upstream/libppi-perl/current/t/data/
    branches/upstream/libppi-perl/current/t/data/03_empiric/
    branches/upstream/libppi-perl/current/t/data/03_empiric/test.dat
    branches/upstream/libppi-perl/current/t/data/05_lexer_practical/
    branches/upstream/libppi-perl/current/t/data/05_lexer_practical/01_simpleassign.code
    branches/upstream/libppi-perl/current/t/data/05_lexer_practical/01_simpleassign.dump
    branches/upstream/libppi-perl/current/t/data/05_lexer_practical/02_END.code
    branches/upstream/libppi-perl/current/t/data/05_lexer_practical/02_END.dump
    branches/upstream/libppi-perl/current/t/data/05_lexer_practical/03_subroutine_attributes.code
    branches/upstream/libppi-perl/current/t/data/05_lexer_practical/03_subroutine_attributes.dump
    branches/upstream/libppi-perl/current/t/data/05_lexer_practical/04_anonymous_subroutines.code
    branches/upstream/libppi-perl/current/t/data/05_lexer_practical/04_anonymous_subroutines.dump
    branches/upstream/libppi-perl/current/t/data/05_lexer_practical/05_compound_loops.code
    branches/upstream/libppi-perl/current/t/data/05_lexer_practical/05_compound_loops.dump
    branches/upstream/libppi-perl/current/t/data/05_lexer_practical/06_subroutine_prototypes.code
    branches/upstream/libppi-perl/current/t/data/05_lexer_practical/06_subroutine_prototypes.dump
    branches/upstream/libppi-perl/current/t/data/05_lexer_practical/07_unmatched_braces.code
    branches/upstream/libppi-perl/current/t/data/05_lexer_practical/07_unmatched_braces.dump
    branches/upstream/libppi-perl/current/t/data/05_lexer_practical/08_subroutines.code
    branches/upstream/libppi-perl/current/t/data/05_lexer_practical/08_subroutines.dump
    branches/upstream/libppi-perl/current/t/data/05_lexer_practical/09_heredoc.code
    branches/upstream/libppi-perl/current/t/data/05_lexer_practical/09_heredoc.dump
    branches/upstream/libppi-perl/current/t/data/05_lexer_practical/10_readline.code
    branches/upstream/libppi-perl/current/t/data/05_lexer_practical/10_readline.dump
    branches/upstream/libppi-perl/current/t/data/05_lexer_practical/11_dor.code
    branches/upstream/libppi-perl/current/t/data/05_lexer_practical/11_dor.dump
    branches/upstream/libppi-perl/current/t/data/07_token/
    branches/upstream/libppi-perl/current/t/data/07_token/hex.code
    branches/upstream/libppi-perl/current/t/data/07_token/hex.dump
    branches/upstream/libppi-perl/current/t/data/07_token/range_operator.code
    branches/upstream/libppi-perl/current/t/data/07_token/range_operator.dump
    branches/upstream/libppi-perl/current/t/data/08_regression/
    branches/upstream/libppi-perl/current/t/data/08_regression/01_rt_cpan_19629.code
    branches/upstream/libppi-perl/current/t/data/08_regression/01_rt_cpan_19629.dump
    branches/upstream/libppi-perl/current/t/data/08_regression/01_rt_cpan_19629b.code
    branches/upstream/libppi-perl/current/t/data/08_regression/01_rt_cpan_19629b.dump
    branches/upstream/libppi-perl/current/t/data/08_regression/01_rt_cpan_8752.code
    branches/upstream/libppi-perl/current/t/data/08_regression/01_rt_cpan_8752.dump
    branches/upstream/libppi-perl/current/t/data/08_regression/02_rt_cpan_9582.code
    branches/upstream/libppi-perl/current/t/data/08_regression/02_rt_cpan_9582.dump
    branches/upstream/libppi-perl/current/t/data/08_regression/03_rt_cpan_9614.code
    branches/upstream/libppi-perl/current/t/data/08_regression/03_rt_cpan_9614.dump
    branches/upstream/libppi-perl/current/t/data/08_regression/04_tinderbox.code
    branches/upstream/libppi-perl/current/t/data/08_regression/04_tinderbox.dump
    branches/upstream/libppi-perl/current/t/data/08_regression/05_rt_cpan_13425.code
    branches/upstream/libppi-perl/current/t/data/08_regression/05_rt_cpan_13425.dump
    branches/upstream/libppi-perl/current/t/data/08_regression/06_partial_quote_double.code
    branches/upstream/libppi-perl/current/t/data/08_regression/06_partial_quote_double.dump
    branches/upstream/libppi-perl/current/t/data/08_regression/07_partial_quote_single.code
    branches/upstream/libppi-perl/current/t/data/08_regression/07_partial_quote_single.dump
    branches/upstream/libppi-perl/current/t/data/08_regression/08_partial_regex_substitution.code
    branches/upstream/libppi-perl/current/t/data/08_regression/08_partial_regex_substitution.dump
    branches/upstream/libppi-perl/current/t/data/08_regression/09_for_var.code
    branches/upstream/libppi-perl/current/t/data/08_regression/09_for_var.dump
    branches/upstream/libppi-perl/current/t/data/08_regression/10_leading_regexp.code
    branches/upstream/libppi-perl/current/t/data/08_regression/10_leading_regexp.dump
    branches/upstream/libppi-perl/current/t/data/08_regression/11_multiply_vs_glob_cast.code
    branches/upstream/libppi-perl/current/t/data/08_regression/11_multiply_vs_glob_cast.dump
    branches/upstream/libppi-perl/current/t/data/08_regression/12_pow.code
    branches/upstream/libppi-perl/current/t/data/08_regression/12_pow.dump
    branches/upstream/libppi-perl/current/t/data/08_regression/13_goto.code
    branches/upstream/libppi-perl/current/t/data/08_regression/13_goto.dump
    branches/upstream/libppi-perl/current/t/data/08_regression/14_minus.code
    branches/upstream/libppi-perl/current/t/data/08_regression/14_minus.dump
    branches/upstream/libppi-perl/current/t/data/08_regression/15_dash_t.code
    branches/upstream/libppi-perl/current/t/data/08_regression/15_dash_t.dump
    branches/upstream/libppi-perl/current/t/data/08_regression/16_sub_declaration.code
    branches/upstream/libppi-perl/current/t/data/08_regression/16_sub_declaration.dump
    branches/upstream/libppi-perl/current/t/data/08_regression/17_scope.code   (with props)
    branches/upstream/libppi-perl/current/t/data/08_regression/17_scope.dump   (with props)
    branches/upstream/libppi-perl/current/t/data/08_regression/18_decimal_point.code
    branches/upstream/libppi-perl/current/t/data/08_regression/18_decimal_point.dump
    branches/upstream/libppi-perl/current/t/data/08_regression/19_long_operators.code
    branches/upstream/libppi-perl/current/t/data/08_regression/19_long_operators.dump
    branches/upstream/libppi-perl/current/t/data/08_regression/19_long_operators2.code
    branches/upstream/libppi-perl/current/t/data/08_regression/19_long_operators2.dump
    branches/upstream/libppi-perl/current/t/data/11_util/
    branches/upstream/libppi-perl/current/t/data/11_util/test.pm
    branches/upstream/libppi-perl/current/t/data/13_data/
    branches/upstream/libppi-perl/current/t/data/13_data/Foo.pm
    branches/upstream/libppi-perl/current/t/data/15_transform/
    branches/upstream/libppi-perl/current/t/data/15_transform/sample1.pm
    branches/upstream/libppi-perl/current/t/data/15_transform/sample1.pm.out
    branches/upstream/libppi-perl/current/t/data/basic.pl
    branches/upstream/libppi-perl/current/t/data/test2.txt
    branches/upstream/libppi-perl/current/t/lib/
    branches/upstream/libppi-perl/current/t/lib/PPI.pm   (with props)
    branches/upstream/libppi-perl/current/t/ppi_element.t
    branches/upstream/libppi-perl/current/t/ppi_node.t
    branches/upstream/libppi-perl/current/t/ppi_normal.t
    branches/upstream/libppi-perl/current/t/ppi_statement_variable.t
    branches/upstream/libppi-perl/current/t/ppi_token__quoteengine_full.t
    branches/upstream/libppi-perl/current/t/ppi_token_quote.t
    branches/upstream/libppi-perl/current/t/ppi_token_quote_double.t
    branches/upstream/libppi-perl/current/t/ppi_token_quote_interpolate.t
    branches/upstream/libppi-perl/current/t/ppi_token_quote_literal.t
    branches/upstream/libppi-perl/current/t/ppi_token_quote_single.t

[This mail would be too long, it was shortened to contain the URLs only.]

Added: branches/upstream/libppi-perl/current/Changes
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/Changes?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/LICENSE
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/LICENSE?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/MANIFEST?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/META.yml
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/META.yml?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/Makefile.PL?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/README
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/README?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/inc/Class/Inspector.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/inc/Class/Inspector.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/inc/Config/Tiny.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/inc/Config/Tiny.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/inc/File/Remove.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/inc/File/Remove.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/inc/Hook/LexWrap.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/inc/Hook/LexWrap.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/inc/Module/Install.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/inc/Module/Install.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/inc/Module/Install/Base.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/inc/Module/Install/Base.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/inc/Module/Install/Can.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/inc/Module/Install/Can.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/inc/Module/Install/Fetch.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/inc/Module/Install/Fetch.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/inc/Module/Install/Include.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/inc/Module/Install/Include.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/inc/Module/Install/Makefile.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/inc/Module/Install/Makefile.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/inc/Module/Install/Metadata.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/inc/Module/Install/Metadata.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/inc/Module/Install/Win32.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/inc/Module/Install/Win32.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/inc/Module/Install/WriteAll.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/inc/Module/Install/WriteAll.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/inc/Test/ClassAPI.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/inc/Test/ClassAPI.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/inc/Test/Object.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/inc/Test/Object.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/inc/Test/SubCalls.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/inc/Test/SubCalls.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/inline2test.conf
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/inline2test.conf?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/inline2test.tpl
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/inline2test.tpl?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Cache.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Cache.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Document.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Document.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Document/File.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Document/File.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Document/Fragment.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Document/Fragment.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Document/Normalized.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Document/Normalized.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Dumper.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Dumper.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Element.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Element.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Find.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Find.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Lexer.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Lexer.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Node.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Node.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Normal.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Normal.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Normal/Standard.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Normal/Standard.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Statement.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Statement.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Statement/Break.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Statement/Break.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Statement/Compound.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Statement/Compound.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Statement/Data.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Statement/Data.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Statement/End.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Statement/End.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Statement/Expression.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Statement/Expression.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Statement/Include.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Statement/Include.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Statement/Null.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Statement/Null.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Statement/Package.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Statement/Package.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Statement/Scheduled.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Statement/Scheduled.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Statement/Sub.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Statement/Sub.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Statement/Unknown.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Statement/Unknown.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Statement/UnmatchedBrace.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Statement/UnmatchedBrace.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Statement/Variable.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Statement/Variable.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Structure.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Structure.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Structure/Block.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Structure/Block.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Structure/Condition.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Structure/Condition.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Structure/Constructor.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Structure/Constructor.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Structure/ForLoop.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Structure/ForLoop.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Structure/List.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Structure/List.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Structure/Subscript.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Structure/Subscript.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Structure/Unknown.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Structure/Unknown.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Token.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Token.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Token/ArrayIndex.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Token/ArrayIndex.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Token/Attribute.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Token/Attribute.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Token/Cast.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Token/Cast.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Token/Comment.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Token/Comment.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Token/DashedWord.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Token/DashedWord.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Token/Data.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Token/Data.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Token/End.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Token/End.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Token/HereDoc.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Token/HereDoc.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Token/Label.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Token/Label.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Token/Magic.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Token/Magic.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Token/Number.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Token/Number.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Token/Operator.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Token/Operator.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Token/Pod.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Token/Pod.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Token/Prototype.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Token/Prototype.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Token/Quote.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Token/Quote.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Token/Quote/Double.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Token/Quote/Double.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Token/Quote/Interpolate.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Token/Quote/Interpolate.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Token/Quote/Literal.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Token/Quote/Literal.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Token/Quote/Single.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Token/Quote/Single.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Token/QuoteLike.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Token/QuoteLike.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Token/QuoteLike/Backtick.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Token/QuoteLike/Backtick.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Token/QuoteLike/Command.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Token/QuoteLike/Command.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Token/QuoteLike/Readline.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Token/QuoteLike/Readline.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Token/QuoteLike/Regexp.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Token/QuoteLike/Regexp.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Token/QuoteLike/Words.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Token/QuoteLike/Words.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Token/Regexp.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Token/Regexp.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Token/Regexp/Match.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Token/Regexp/Match.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Token/Regexp/Substitute.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Token/Regexp/Substitute.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Token/Regexp/Transliterate.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Token/Regexp/Transliterate.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Token/Separator.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Token/Separator.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Token/Structure.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Token/Structure.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Token/Symbol.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Token/Symbol.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Token/Unknown.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Token/Unknown.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Token/Whitespace.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Token/Whitespace.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Token/Word.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Token/Word.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Token/_QuoteEngine.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Token/_QuoteEngine.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Token/_QuoteEngine/Full.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Token/_QuoteEngine/Full.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Token/_QuoteEngine/Simple.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Token/_QuoteEngine/Simple.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Tokenizer.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Tokenizer.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Transform.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Transform.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/lib/PPI/Util.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/lib/PPI/Util.pm?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/t/01_compile.t
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/t/01_compile.t?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/t/02_api.t
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/t/02_api.t?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/t/03_empiric.t
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/t/03_empiric.t?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/t/04_element.t
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/t/04_element.t?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/t/05_lexer_practical.t
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/t/05_lexer_practical.t?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/t/06_round_trip.t
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/t/06_round_trip.t?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/t/07_token.t
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/t/07_token.t?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/t/08_regression.t
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/t/08_regression.t?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/t/09_normal.t
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/t/09_normal.t?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/t/10_statement.t
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/t/10_statement.t?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/t/11_util.t
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/t/11_util.t?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/t/12_location.t
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/t/12_location.t?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/t/13_data.t
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/t/13_data.t?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/t/14_charsets.t
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/t/14_charsets.t?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/t/15_transform.t
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/t/15_transform.t?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/t/16_xml_compatibility.t
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/t/16_xml_compatibility.t?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/t/17_storable.t
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/t/17_storable.t?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/t/18_cache.t
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/t/18_cache.t?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/t/19_selftesting.t
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/t/19_selftesting.t?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/t/20_tokenizer_regression.t
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/t/20_tokenizer_regression.t?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/t/21_exhaustive.t
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/t/21_exhaustive.t?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/t/22_readonly.t
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/t/22_readonly.t?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/t/23_file.t
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/t/23_file.t?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/t/99_author.t
URL: http://svn.debian.org/wsvn/branches/upstream/libppi-perl/current/t/99_author.t?rev=9373&op=file

Added: branches/upstream/libppi-perl/current/t/99_pod.t

[... 266 lines stripped ...]



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