r73399 - in /trunk/libppix-editortools-perl: ./ debian/ lib/PPIx/ lib/PPIx/EditorTools/ t/

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Apr 24 16:09:05 UTC 2011


Author: gregoa
Date: Sun Apr 24 16:08:51 2011
New Revision: 73399

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=73399
Log:
New upstream release.

Added:
    trunk/libppix-editortools-perl/lib/PPIx/EditorTools/Lexer.pm
      - copied unchanged from r73398, branches/upstream/libppix-editortools-perl/current/lib/PPIx/EditorTools/Lexer.pm
    trunk/libppix-editortools-perl/lib/PPIx/EditorTools/Outline.pm
      - copied unchanged from r73398, branches/upstream/libppix-editortools-perl/current/lib/PPIx/EditorTools/Outline.pm
    trunk/libppix-editortools-perl/t/09-outline.t
      - copied unchanged from r73398, branches/upstream/libppix-editortools-perl/current/t/09-outline.t
    trunk/libppix-editortools-perl/t/10-lexer.t
      - copied unchanged from r73398, branches/upstream/libppix-editortools-perl/current/t/10-lexer.t
Modified:
    trunk/libppix-editortools-perl/Changes
    trunk/libppix-editortools-perl/LICENSE
    trunk/libppix-editortools-perl/MANIFEST
    trunk/libppix-editortools-perl/META.json
    trunk/libppix-editortools-perl/META.yml
    trunk/libppix-editortools-perl/Makefile.PL
    trunk/libppix-editortools-perl/README
    trunk/libppix-editortools-perl/debian/changelog
    trunk/libppix-editortools-perl/dist.ini
    trunk/libppix-editortools-perl/lib/PPIx/EditorTools.pm
    trunk/libppix-editortools-perl/lib/PPIx/EditorTools/FindUnmatchedBrace.pm
    trunk/libppix-editortools-perl/lib/PPIx/EditorTools/FindVariableDeclaration.pm
    trunk/libppix-editortools-perl/lib/PPIx/EditorTools/IntroduceTemporaryVariable.pm
    trunk/libppix-editortools-perl/lib/PPIx/EditorTools/RenamePackage.pm
    trunk/libppix-editortools-perl/lib/PPIx/EditorTools/RenamePackageFromPath.pm
    trunk/libppix-editortools-perl/lib/PPIx/EditorTools/RenameVariable.pm
    trunk/libppix-editortools-perl/lib/PPIx/EditorTools/ReturnObject.pm
    trunk/libppix-editortools-perl/t/01-findunmatchedbrace.t
    trunk/libppix-editortools-perl/t/02-findvariabledeclaration.t
    trunk/libppix-editortools-perl/t/03-introducetemporaryvariable.t
    trunk/libppix-editortools-perl/t/04-renamepackage.t
    trunk/libppix-editortools-perl/t/05-renamepackagefrompath.t
    trunk/libppix-editortools-perl/t/06-camelcasing.t
    trunk/libppix-editortools-perl/t/07-renamevariable.t
    trunk/libppix-editortools-perl/t/08-getallvariabledeclarations.t

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

Modified: trunk/libppix-editortools-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppix-editortools-perl/Changes?rev=73399&op=diff

Modified: trunk/libppix-editortools-perl/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppix-editortools-perl/LICENSE?rev=73399&op=diff

Modified: trunk/libppix-editortools-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppix-editortools-perl/MANIFEST?rev=73399&op=diff

Modified: trunk/libppix-editortools-perl/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppix-editortools-perl/META.json?rev=73399&op=diff

Modified: trunk/libppix-editortools-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppix-editortools-perl/META.yml?rev=73399&op=diff

Modified: trunk/libppix-editortools-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppix-editortools-perl/Makefile.PL?rev=73399&op=diff

Modified: trunk/libppix-editortools-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppix-editortools-perl/README?rev=73399&op=diff

Modified: trunk/libppix-editortools-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppix-editortools-perl/debian/changelog?rev=73399&op=diff

Modified: trunk/libppix-editortools-perl/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppix-editortools-perl/dist.ini?rev=73399&op=diff

Modified: trunk/libppix-editortools-perl/lib/PPIx/EditorTools.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppix-editortools-perl/lib/PPIx/EditorTools.pm?rev=73399&op=diff

Modified: trunk/libppix-editortools-perl/lib/PPIx/EditorTools/FindUnmatchedBrace.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppix-editortools-perl/lib/PPIx/EditorTools/FindUnmatchedBrace.pm?rev=73399&op=diff

Modified: trunk/libppix-editortools-perl/lib/PPIx/EditorTools/FindVariableDeclaration.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppix-editortools-perl/lib/PPIx/EditorTools/FindVariableDeclaration.pm?rev=73399&op=diff

Modified: trunk/libppix-editortools-perl/lib/PPIx/EditorTools/IntroduceTemporaryVariable.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppix-editortools-perl/lib/PPIx/EditorTools/IntroduceTemporaryVariable.pm?rev=73399&op=diff

Modified: trunk/libppix-editortools-perl/lib/PPIx/EditorTools/RenamePackage.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppix-editortools-perl/lib/PPIx/EditorTools/RenamePackage.pm?rev=73399&op=diff

Modified: trunk/libppix-editortools-perl/lib/PPIx/EditorTools/RenamePackageFromPath.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppix-editortools-perl/lib/PPIx/EditorTools/RenamePackageFromPath.pm?rev=73399&op=diff

Modified: trunk/libppix-editortools-perl/lib/PPIx/EditorTools/RenameVariable.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppix-editortools-perl/lib/PPIx/EditorTools/RenameVariable.pm?rev=73399&op=diff

Modified: trunk/libppix-editortools-perl/lib/PPIx/EditorTools/ReturnObject.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppix-editortools-perl/lib/PPIx/EditorTools/ReturnObject.pm?rev=73399&op=diff

Modified: trunk/libppix-editortools-perl/t/01-findunmatchedbrace.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppix-editortools-perl/t/01-findunmatchedbrace.t?rev=73399&op=diff

Modified: trunk/libppix-editortools-perl/t/02-findvariabledeclaration.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppix-editortools-perl/t/02-findvariabledeclaration.t?rev=73399&op=diff

Modified: trunk/libppix-editortools-perl/t/03-introducetemporaryvariable.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppix-editortools-perl/t/03-introducetemporaryvariable.t?rev=73399&op=diff

Modified: trunk/libppix-editortools-perl/t/04-renamepackage.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppix-editortools-perl/t/04-renamepackage.t?rev=73399&op=diff

Modified: trunk/libppix-editortools-perl/t/05-renamepackagefrompath.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppix-editortools-perl/t/05-renamepackagefrompath.t?rev=73399&op=diff

Modified: trunk/libppix-editortools-perl/t/06-camelcasing.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppix-editortools-perl/t/06-camelcasing.t?rev=73399&op=diff

Modified: trunk/libppix-editortools-perl/t/07-renamevariable.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppix-editortools-perl/t/07-renamevariable.t?rev=73399&op=diff

Modified: trunk/libppix-editortools-perl/t/08-getallvariabledeclarations.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppix-editortools-perl/t/08-getallvariabledeclarations.t?rev=73399&op=diff




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