r42444 - in /branches/upstream/libmakefile-parser-perl: ./ current/ current/inc/ current/inc/Module/ current/inc/Module/Install/ current/inc/Test/ current/inc/Test/Base/ current/inc/Test/Builder/ current/lib/ current/lib/Makefile/ current/lib/Makefile/AST/ current/lib/Makefile/AST/Rule/ current/lib/Makefile/Parser/ current/script/ current/t/ current/t/lib/ current/t/lib/Test/ current/t/lib/Test/Make/ current/t/lib/Test/Util/

dottedmag-guest at users.alioth.debian.org dottedmag-guest at users.alioth.debian.org
Sat Aug 22 11:16:10 UTC 2009


Author: dottedmag-guest
Date: Sat Aug 22 11:16:02 2009
New Revision: 42444

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

Added:
    branches/upstream/libmakefile-parser-perl/
    branches/upstream/libmakefile-parser-perl/current/
    branches/upstream/libmakefile-parser-perl/current/Changes
    branches/upstream/libmakefile-parser-perl/current/MANIFEST
    branches/upstream/libmakefile-parser-perl/current/MANIFEST.SKIP
    branches/upstream/libmakefile-parser-perl/current/META.yml
    branches/upstream/libmakefile-parser-perl/current/Makefile.PL
    branches/upstream/libmakefile-parser-perl/current/README
    branches/upstream/libmakefile-parser-perl/current/inc/
    branches/upstream/libmakefile-parser-perl/current/inc/Module/
    branches/upstream/libmakefile-parser-perl/current/inc/Module/AutoInstall.pm
    branches/upstream/libmakefile-parser-perl/current/inc/Module/Install/
    branches/upstream/libmakefile-parser-perl/current/inc/Module/Install.pm
    branches/upstream/libmakefile-parser-perl/current/inc/Module/Install/AutoInstall.pm
    branches/upstream/libmakefile-parser-perl/current/inc/Module/Install/Base.pm
    branches/upstream/libmakefile-parser-perl/current/inc/Module/Install/Can.pm
    branches/upstream/libmakefile-parser-perl/current/inc/Module/Install/Fetch.pm
    branches/upstream/libmakefile-parser-perl/current/inc/Module/Install/Include.pm
    branches/upstream/libmakefile-parser-perl/current/inc/Module/Install/Makefile.pm
    branches/upstream/libmakefile-parser-perl/current/inc/Module/Install/Metadata.pm
    branches/upstream/libmakefile-parser-perl/current/inc/Module/Install/Scripts.pm
    branches/upstream/libmakefile-parser-perl/current/inc/Module/Install/TestBase.pm
    branches/upstream/libmakefile-parser-perl/current/inc/Module/Install/Win32.pm
    branches/upstream/libmakefile-parser-perl/current/inc/Module/Install/WriteAll.pm
    branches/upstream/libmakefile-parser-perl/current/inc/Spiffy.pm
    branches/upstream/libmakefile-parser-perl/current/inc/Test/
    branches/upstream/libmakefile-parser-perl/current/inc/Test/Base/
    branches/upstream/libmakefile-parser-perl/current/inc/Test/Base.pm
    branches/upstream/libmakefile-parser-perl/current/inc/Test/Base/Filter.pm
    branches/upstream/libmakefile-parser-perl/current/inc/Test/Builder/
    branches/upstream/libmakefile-parser-perl/current/inc/Test/Builder.pm
    branches/upstream/libmakefile-parser-perl/current/inc/Test/Builder/Module.pm
    branches/upstream/libmakefile-parser-perl/current/inc/Test/More.pm
    branches/upstream/libmakefile-parser-perl/current/lib/
    branches/upstream/libmakefile-parser-perl/current/lib/Makefile/
    branches/upstream/libmakefile-parser-perl/current/lib/Makefile/AST/
    branches/upstream/libmakefile-parser-perl/current/lib/Makefile/AST.pm
    branches/upstream/libmakefile-parser-perl/current/lib/Makefile/AST/Command.pm
    branches/upstream/libmakefile-parser-perl/current/lib/Makefile/AST/Evaluator.pm
    branches/upstream/libmakefile-parser-perl/current/lib/Makefile/AST/Rule/
    branches/upstream/libmakefile-parser-perl/current/lib/Makefile/AST/Rule.pm
    branches/upstream/libmakefile-parser-perl/current/lib/Makefile/AST/Rule/Base.pm
    branches/upstream/libmakefile-parser-perl/current/lib/Makefile/AST/Rule/Implicit.pm
    branches/upstream/libmakefile-parser-perl/current/lib/Makefile/AST/StemMatch.pm
    branches/upstream/libmakefile-parser-perl/current/lib/Makefile/AST/Variable.pm
    branches/upstream/libmakefile-parser-perl/current/lib/Makefile/Parser/
    branches/upstream/libmakefile-parser-perl/current/lib/Makefile/Parser.pm
    branches/upstream/libmakefile-parser-perl/current/lib/Makefile/Parser/GmakeDB.pm
    branches/upstream/libmakefile-parser-perl/current/script/
    branches/upstream/libmakefile-parser-perl/current/script/makesimple   (with props)
    branches/upstream/libmakefile-parser-perl/current/script/pgmake-db   (with props)
    branches/upstream/libmakefile-parser-perl/current/script/plmake
    branches/upstream/libmakefile-parser-perl/current/t/
    branches/upstream/libmakefile-parser-perl/current/t/99-pod-coverage.t
    branches/upstream/libmakefile-parser-perl/current/t/99-pod.t
    branches/upstream/libmakefile-parser-perl/current/t/Makefile
    branches/upstream/libmakefile-parser-perl/current/t/Makefile-Parser.t
    branches/upstream/libmakefile-parser-perl/current/t/Makefile2
    branches/upstream/libmakefile-parser-perl/current/t/Makefile3
    branches/upstream/libmakefile-parser-perl/current/t/Makefile4
    branches/upstream/libmakefile-parser-perl/current/t/Makefile5
    branches/upstream/libmakefile-parser-perl/current/t/Makefile6
    branches/upstream/libmakefile-parser-perl/current/t/ast-basic.t
    branches/upstream/libmakefile-parser-perl/current/t/ast-rule.t
    branches/upstream/libmakefile-parser-perl/current/t/ast-stem.t
    branches/upstream/libmakefile-parser-perl/current/t/ast-var.t
    branches/upstream/libmakefile-parser-perl/current/t/lib/
    branches/upstream/libmakefile-parser-perl/current/t/lib/Test/
    branches/upstream/libmakefile-parser-perl/current/t/lib/Test/Make/
    branches/upstream/libmakefile-parser-perl/current/t/lib/Test/Make/Base.pm
    branches/upstream/libmakefile-parser-perl/current/t/lib/Test/Make/Util.pm
    branches/upstream/libmakefile-parser-perl/current/t/lib/Test/Util/
    branches/upstream/libmakefile-parser-perl/current/t/lib/Test/Util.pm
    branches/upstream/libmakefile-parser-perl/current/t/lib/Test/Util/Base.pm
    branches/upstream/libmakefile-parser-perl/current/t/makesimple.t

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

Added: branches/upstream/libmakefile-parser-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/Changes?rev=42444&op=file

Added: branches/upstream/libmakefile-parser-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/MANIFEST?rev=42444&op=file

Added: branches/upstream/libmakefile-parser-perl/current/MANIFEST.SKIP
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/MANIFEST.SKIP?rev=42444&op=file

Added: branches/upstream/libmakefile-parser-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/META.yml?rev=42444&op=file

Added: branches/upstream/libmakefile-parser-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/Makefile.PL?rev=42444&op=file

Added: branches/upstream/libmakefile-parser-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/README?rev=42444&op=file

Added: branches/upstream/libmakefile-parser-perl/current/inc/Module/AutoInstall.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/inc/Module/AutoInstall.pm?rev=42444&op=file

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

Added: branches/upstream/libmakefile-parser-perl/current/inc/Module/Install/AutoInstall.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/inc/Module/Install/AutoInstall.pm?rev=42444&op=file

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

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

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

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

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

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

Added: branches/upstream/libmakefile-parser-perl/current/inc/Module/Install/Scripts.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/inc/Module/Install/Scripts.pm?rev=42444&op=file

Added: branches/upstream/libmakefile-parser-perl/current/inc/Module/Install/TestBase.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/inc/Module/Install/TestBase.pm?rev=42444&op=file

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

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

Added: branches/upstream/libmakefile-parser-perl/current/inc/Spiffy.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/inc/Spiffy.pm?rev=42444&op=file

Added: branches/upstream/libmakefile-parser-perl/current/inc/Test/Base.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/inc/Test/Base.pm?rev=42444&op=file

Added: branches/upstream/libmakefile-parser-perl/current/inc/Test/Base/Filter.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/inc/Test/Base/Filter.pm?rev=42444&op=file

Added: branches/upstream/libmakefile-parser-perl/current/inc/Test/Builder.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/inc/Test/Builder.pm?rev=42444&op=file

Added: branches/upstream/libmakefile-parser-perl/current/inc/Test/Builder/Module.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/inc/Test/Builder/Module.pm?rev=42444&op=file

Added: branches/upstream/libmakefile-parser-perl/current/inc/Test/More.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/inc/Test/More.pm?rev=42444&op=file

Added: branches/upstream/libmakefile-parser-perl/current/lib/Makefile/AST.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/lib/Makefile/AST.pm?rev=42444&op=file

Added: branches/upstream/libmakefile-parser-perl/current/lib/Makefile/AST/Command.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/lib/Makefile/AST/Command.pm?rev=42444&op=file

Added: branches/upstream/libmakefile-parser-perl/current/lib/Makefile/AST/Evaluator.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/lib/Makefile/AST/Evaluator.pm?rev=42444&op=file

Added: branches/upstream/libmakefile-parser-perl/current/lib/Makefile/AST/Rule.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/lib/Makefile/AST/Rule.pm?rev=42444&op=file

Added: branches/upstream/libmakefile-parser-perl/current/lib/Makefile/AST/Rule/Base.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/lib/Makefile/AST/Rule/Base.pm?rev=42444&op=file

Added: branches/upstream/libmakefile-parser-perl/current/lib/Makefile/AST/Rule/Implicit.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/lib/Makefile/AST/Rule/Implicit.pm?rev=42444&op=file

Added: branches/upstream/libmakefile-parser-perl/current/lib/Makefile/AST/StemMatch.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/lib/Makefile/AST/StemMatch.pm?rev=42444&op=file

Added: branches/upstream/libmakefile-parser-perl/current/lib/Makefile/AST/Variable.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/lib/Makefile/AST/Variable.pm?rev=42444&op=file

Added: branches/upstream/libmakefile-parser-perl/current/lib/Makefile/Parser.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/lib/Makefile/Parser.pm?rev=42444&op=file

Added: branches/upstream/libmakefile-parser-perl/current/lib/Makefile/Parser/GmakeDB.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/lib/Makefile/Parser/GmakeDB.pm?rev=42444&op=file

Added: branches/upstream/libmakefile-parser-perl/current/script/makesimple
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/script/makesimple?rev=42444&op=file

Added: branches/upstream/libmakefile-parser-perl/current/script/pgmake-db
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/script/pgmake-db?rev=42444&op=file

Added: branches/upstream/libmakefile-parser-perl/current/script/plmake
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/script/plmake?rev=42444&op=file

Added: branches/upstream/libmakefile-parser-perl/current/t/99-pod-coverage.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/t/99-pod-coverage.t?rev=42444&op=file

Added: branches/upstream/libmakefile-parser-perl/current/t/99-pod.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/t/99-pod.t?rev=42444&op=file

Added: branches/upstream/libmakefile-parser-perl/current/t/Makefile
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/t/Makefile?rev=42444&op=file

Added: branches/upstream/libmakefile-parser-perl/current/t/Makefile-Parser.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/t/Makefile-Parser.t?rev=42444&op=file

Added: branches/upstream/libmakefile-parser-perl/current/t/Makefile2
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/t/Makefile2?rev=42444&op=file

Added: branches/upstream/libmakefile-parser-perl/current/t/Makefile3
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/t/Makefile3?rev=42444&op=file

Added: branches/upstream/libmakefile-parser-perl/current/t/Makefile4
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/t/Makefile4?rev=42444&op=file

Added: branches/upstream/libmakefile-parser-perl/current/t/Makefile5
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/t/Makefile5?rev=42444&op=file

Added: branches/upstream/libmakefile-parser-perl/current/t/Makefile6
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/t/Makefile6?rev=42444&op=file

Added: branches/upstream/libmakefile-parser-perl/current/t/ast-basic.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/t/ast-basic.t?rev=42444&op=file

Added: branches/upstream/libmakefile-parser-perl/current/t/ast-rule.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/t/ast-rule.t?rev=42444&op=file

Added: branches/upstream/libmakefile-parser-perl/current/t/ast-stem.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/t/ast-stem.t?rev=42444&op=file

Added: branches/upstream/libmakefile-parser-perl/current/t/ast-var.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/t/ast-var.t?rev=42444&op=file

Added: branches/upstream/libmakefile-parser-perl/current/t/lib/Test/Make/Base.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/t/lib/Test/Make/Base.pm?rev=42444&op=file

Added: branches/upstream/libmakefile-parser-perl/current/t/lib/Test/Make/Util.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/t/lib/Test/Make/Util.pm?rev=42444&op=file

Added: branches/upstream/libmakefile-parser-perl/current/t/lib/Test/Util.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/t/lib/Test/Util.pm?rev=42444&op=file

Added: branches/upstream/libmakefile-parser-perl/current/t/lib/Test/Util/Base.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/t/lib/Test/Util/Base.pm?rev=42444&op=file

Added: branches/upstream/libmakefile-parser-perl/current/t/makesimple.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmakefile-parser-perl/current/t/makesimple.t?rev=42444&op=file




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