r52871 - in /branches/upstream/libppi-perl/current: ./ inc/Module/ inc/Module/Install/ lib/ lib/PPI/ lib/PPI/Document/ lib/PPI/Exception/ lib/PPI/Normal/ lib/PPI/Statement/ lib/PPI/Statement/Include/ lib/PPI/Structure/ lib/PPI/Token/ lib/PPI/Token/Number/ lib/PPI/Token/Quote/ lib/PPI/Token/QuoteLike/ lib/PPI/Token/Regexp/ lib/PPI/Token/_QuoteEngine/ lib/PPI/Transform/ t/lib/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Feb 16 01:34:47 UTC 2010


Author: jawnsy-guest
Date: Tue Feb 16 01:34:16 2010
New Revision: 52871

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52871
Log:
[svn-upgrade] Integrating new upstream version, libppi-perl (1.210)

Modified:
    branches/upstream/libppi-perl/current/Changes
    branches/upstream/libppi-perl/current/META.yml
    branches/upstream/libppi-perl/current/Makefile.PL
    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/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/With.pm
    branches/upstream/libppi-perl/current/inc/Module/Install/WriteAll.pm
    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.pm
    branches/upstream/libppi-perl/current/lib/PPI/Document/File.pm
    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/Exception.pm
    branches/upstream/libppi-perl/current/lib/PPI/Exception/ParserRejection.pm
    branches/upstream/libppi-perl/current/lib/PPI/Exception/ParserTimeout.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.pm
    branches/upstream/libppi-perl/current/lib/PPI/Normal/Standard.pm
    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/Given.pm
    branches/upstream/libppi-perl/current/lib/PPI/Statement/Include.pm
    branches/upstream/libppi-perl/current/lib/PPI/Statement/Include/Perl6.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/Statement/When.pm
    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/For.pm
    branches/upstream/libppi-perl/current/lib/PPI/Structure/Given.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/Structure/When.pm
    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/BOM.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/Number/Binary.pm
    branches/upstream/libppi-perl/current/lib/PPI/Token/Number/Exp.pm
    branches/upstream/libppi-perl/current/lib/PPI/Token/Number/Float.pm
    branches/upstream/libppi-perl/current/lib/PPI/Token/Number/Hex.pm
    branches/upstream/libppi-perl/current/lib/PPI/Token/Number/Octal.pm
    branches/upstream/libppi-perl/current/lib/PPI/Token/Number/Version.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.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.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.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.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/Transform/UpdateCopyright.pm
    branches/upstream/libppi-perl/current/lib/PPI/Util.pm
    branches/upstream/libppi-perl/current/lib/PPI/XSAccessor.pm
    branches/upstream/libppi-perl/current/t/lib/PPI.pm

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

Modified: branches/upstream/libppi-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/Changes?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/META.yml?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/Makefile.PL?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/inc/Module/Install.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/inc/Module/Install.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/inc/Module/Install/Base.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/inc/Module/Install/Base.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/inc/Module/Install/Can.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/inc/Module/Install/Can.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/inc/Module/Install/Fetch.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/inc/Module/Install/Fetch.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/inc/Module/Install/Makefile.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/inc/Module/Install/Makefile.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/inc/Module/Install/Metadata.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/inc/Module/Install/Metadata.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/inc/Module/Install/Win32.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/inc/Module/Install/Win32.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/inc/Module/Install/With.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/inc/Module/Install/With.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/inc/Module/Install/WriteAll.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/inc/Module/Install/WriteAll.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Cache.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Cache.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Document.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Document.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Document/File.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Document/File.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Document/Fragment.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Document/Fragment.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Document/Normalized.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Document/Normalized.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Dumper.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Dumper.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Element.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Element.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Exception.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Exception.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Exception/ParserRejection.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Exception/ParserRejection.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Exception/ParserTimeout.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Exception/ParserTimeout.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Find.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Find.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Lexer.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Lexer.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Node.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Node.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Normal.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Normal.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Normal/Standard.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Normal/Standard.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Statement.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Statement.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Statement/Break.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Statement/Break.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Statement/Compound.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Statement/Compound.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Statement/Data.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Statement/Data.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Statement/End.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Statement/End.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Statement/Expression.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Statement/Expression.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Statement/Given.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Statement/Given.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Statement/Include.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Statement/Include.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Statement/Include/Perl6.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Statement/Include/Perl6.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Statement/Null.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Statement/Null.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Statement/Package.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Statement/Package.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Statement/Scheduled.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Statement/Scheduled.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Statement/Sub.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Statement/Sub.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Statement/Unknown.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Statement/Unknown.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Statement/UnmatchedBrace.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Statement/UnmatchedBrace.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Statement/Variable.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Statement/Variable.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Statement/When.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Statement/When.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Structure.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Structure.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Structure/Block.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Structure/Block.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Structure/Condition.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Structure/Condition.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Structure/Constructor.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Structure/Constructor.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Structure/For.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Structure/For.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Structure/Given.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Structure/Given.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Structure/List.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Structure/List.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Structure/Subscript.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Structure/Subscript.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Structure/Unknown.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Structure/Unknown.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Structure/When.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Structure/When.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token/ArrayIndex.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token/ArrayIndex.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token/Attribute.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token/Attribute.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token/BOM.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token/BOM.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token/Cast.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token/Cast.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token/Comment.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token/Comment.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token/DashedWord.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token/DashedWord.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token/Data.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token/Data.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token/End.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token/End.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token/HereDoc.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token/HereDoc.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token/Label.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token/Label.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token/Magic.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token/Magic.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token/Number.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token/Number.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token/Number/Binary.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token/Number/Binary.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token/Number/Exp.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token/Number/Exp.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token/Number/Float.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token/Number/Float.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token/Number/Hex.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token/Number/Hex.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token/Number/Octal.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token/Number/Octal.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token/Number/Version.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token/Number/Version.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token/Operator.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token/Operator.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token/Pod.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token/Pod.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token/Prototype.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token/Prototype.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token/Quote.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token/Quote.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token/Quote/Double.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token/Quote/Double.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token/Quote/Interpolate.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token/Quote/Interpolate.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token/Quote/Literal.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token/Quote/Literal.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token/Quote/Single.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token/Quote/Single.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token/QuoteLike.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token/QuoteLike.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token/QuoteLike/Backtick.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token/QuoteLike/Backtick.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token/QuoteLike/Command.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token/QuoteLike/Command.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token/QuoteLike/Readline.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token/QuoteLike/Readline.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token/QuoteLike/Regexp.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token/QuoteLike/Regexp.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token/QuoteLike/Words.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token/QuoteLike/Words.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token/Regexp.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token/Regexp.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token/Regexp/Match.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token/Regexp/Match.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token/Regexp/Substitute.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token/Regexp/Substitute.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token/Regexp/Transliterate.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token/Regexp/Transliterate.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token/Separator.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token/Separator.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token/Structure.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token/Structure.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token/Symbol.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token/Symbol.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token/Unknown.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token/Unknown.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token/Whitespace.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token/Whitespace.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token/Word.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token/Word.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token/_QuoteEngine.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token/_QuoteEngine.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token/_QuoteEngine/Full.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token/_QuoteEngine/Full.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Token/_QuoteEngine/Simple.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Token/_QuoteEngine/Simple.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Tokenizer.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Tokenizer.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Transform.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Transform.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Transform/UpdateCopyright.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Transform/UpdateCopyright.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/Util.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/Util.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/lib/PPI/XSAccessor.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/lib/PPI/XSAccessor.pm?rev=52871&op=diff

Modified: branches/upstream/libppi-perl/current/t/lib/PPI.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libppi-perl/current/t/lib/PPI.pm?rev=52871&op=diff




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