r39203 - in /branches/upstream/libaspect-perl: ./ current/ current/examples/ current/examples/Memoize/ current/examples/Profiler/ current/examples/Singleton/ current/examples/Wormhole/ current/inc/ current/inc/Module/ current/inc/Module/Install/ current/inc/Test/ current/lib/ current/lib/Aspect/ current/lib/Aspect/Hook/ current/lib/Aspect/Library/ current/lib/Aspect/Pointcut/ current/t/ current/t/lib/ current/t/lib/Algorithm/ current/t/lib/Aspect/ current/t/lib/Aspect/Library/ current/t/lib/Aspect/Library/tests/ current/t/lib/Aspect/Pointcut/ current/t/lib/Aspect/Pointcut/tests/ current/t/lib/Aspect/tests/ current/t/lib/Sub/ current/t/lib/Test/ current/t/lib/Test/Builder/ current/t/lib/Test/Builder/Tester/ current/t/lib/Test/Class/ current/t/lib/Text/ current/t/lib/Text/Diff/ current/t/lib/_Aspect/ current/t/lib/_Aspect/tests/ current/t/lib/_Aspect/tests/Advice/

myon at users.alioth.debian.org myon at users.alioth.debian.org
Fri Jul 3 10:54:10 UTC 2009


Author: myon
Date: Fri Jul  3 10:54:03 2009
New Revision: 39203

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

Added:
    branches/upstream/libaspect-perl/
    branches/upstream/libaspect-perl/current/
    branches/upstream/libaspect-perl/current/Changes
    branches/upstream/libaspect-perl/current/LICENSE
    branches/upstream/libaspect-perl/current/MANIFEST
    branches/upstream/libaspect-perl/current/META.yml
    branches/upstream/libaspect-perl/current/Makefile.PL
    branches/upstream/libaspect-perl/current/README
    branches/upstream/libaspect-perl/current/TODO
    branches/upstream/libaspect-perl/current/examples/
    branches/upstream/libaspect-perl/current/examples/Memoize/
    branches/upstream/libaspect-perl/current/examples/Memoize/README   (with props)
    branches/upstream/libaspect-perl/current/examples/Memoize/aop.pl   (with props)
    branches/upstream/libaspect-perl/current/examples/Profiler/
    branches/upstream/libaspect-perl/current/examples/Profiler/README   (with props)
    branches/upstream/libaspect-perl/current/examples/Profiler/aop.pl   (with props)
    branches/upstream/libaspect-perl/current/examples/Singleton/
    branches/upstream/libaspect-perl/current/examples/Singleton/README   (with props)
    branches/upstream/libaspect-perl/current/examples/Singleton/aop.pl   (with props)
    branches/upstream/libaspect-perl/current/examples/Singleton/oop.pl   (with props)
    branches/upstream/libaspect-perl/current/examples/Wormhole/
    branches/upstream/libaspect-perl/current/examples/Wormhole/README   (with props)
    branches/upstream/libaspect-perl/current/examples/Wormhole/after_aop.pl   (with props)
    branches/upstream/libaspect-perl/current/examples/Wormhole/after_oop.pl   (with props)
    branches/upstream/libaspect-perl/current/examples/Wormhole/before.pl   (with props)
    branches/upstream/libaspect-perl/current/inc/
    branches/upstream/libaspect-perl/current/inc/Module/
    branches/upstream/libaspect-perl/current/inc/Module/AutoInstall.pm
    branches/upstream/libaspect-perl/current/inc/Module/Install/
    branches/upstream/libaspect-perl/current/inc/Module/Install.pm
    branches/upstream/libaspect-perl/current/inc/Module/Install/AutoInstall.pm
    branches/upstream/libaspect-perl/current/inc/Module/Install/Base.pm
    branches/upstream/libaspect-perl/current/inc/Module/Install/Can.pm
    branches/upstream/libaspect-perl/current/inc/Module/Install/Fetch.pm
    branches/upstream/libaspect-perl/current/inc/Module/Install/Include.pm
    branches/upstream/libaspect-perl/current/inc/Module/Install/Makefile.pm
    branches/upstream/libaspect-perl/current/inc/Module/Install/Metadata.pm
    branches/upstream/libaspect-perl/current/inc/Module/Install/Win32.pm
    branches/upstream/libaspect-perl/current/inc/Module/Install/WriteAll.pm
    branches/upstream/libaspect-perl/current/inc/Test/
    branches/upstream/libaspect-perl/current/inc/Test/Compile.pm
    branches/upstream/libaspect-perl/current/inc/Test/More.pm
    branches/upstream/libaspect-perl/current/lib/
    branches/upstream/libaspect-perl/current/lib/Aspect/
    branches/upstream/libaspect-perl/current/lib/Aspect.pm   (with props)
    branches/upstream/libaspect-perl/current/lib/Aspect/Advice.pm   (with props)
    branches/upstream/libaspect-perl/current/lib/Aspect/AdviceContext.pm   (with props)
    branches/upstream/libaspect-perl/current/lib/Aspect/Hook/
    branches/upstream/libaspect-perl/current/lib/Aspect/Hook/LexWrap.pm   (with props)
    branches/upstream/libaspect-perl/current/lib/Aspect/Library/
    branches/upstream/libaspect-perl/current/lib/Aspect/Library/Listenable.pm   (with props)
    branches/upstream/libaspect-perl/current/lib/Aspect/Library/Memoize.pm   (with props)
    branches/upstream/libaspect-perl/current/lib/Aspect/Library/Profiler.pm   (with props)
    branches/upstream/libaspect-perl/current/lib/Aspect/Library/Singleton.pm   (with props)
    branches/upstream/libaspect-perl/current/lib/Aspect/Library/TestClass.pm   (with props)
    branches/upstream/libaspect-perl/current/lib/Aspect/Library/Wormhole.pm   (with props)
    branches/upstream/libaspect-perl/current/lib/Aspect/Modular.pm   (with props)
    branches/upstream/libaspect-perl/current/lib/Aspect/Pointcut/
    branches/upstream/libaspect-perl/current/lib/Aspect/Pointcut.pm   (with props)
    branches/upstream/libaspect-perl/current/lib/Aspect/Pointcut/AndOp.pm   (with props)
    branches/upstream/libaspect-perl/current/lib/Aspect/Pointcut/BinOp.pm   (with props)
    branches/upstream/libaspect-perl/current/lib/Aspect/Pointcut/Call.pm   (with props)
    branches/upstream/libaspect-perl/current/lib/Aspect/Pointcut/Cflow.pm   (with props)
    branches/upstream/libaspect-perl/current/lib/Aspect/Pointcut/NotOp.pm   (with props)
    branches/upstream/libaspect-perl/current/lib/Aspect/Pointcut/OrOp.pm   (with props)
    branches/upstream/libaspect-perl/current/lib/Aspect/Weaver.pm   (with props)
    branches/upstream/libaspect-perl/current/t/
    branches/upstream/libaspect-perl/current/t/00_compile.t
    branches/upstream/libaspect-perl/current/t/00_perl_critic.t
    branches/upstream/libaspect-perl/current/t/00_pod.t
    branches/upstream/libaspect-perl/current/t/01_all.t   (with props)
    branches/upstream/libaspect-perl/current/t/lib/
    branches/upstream/libaspect-perl/current/t/lib/Algorithm/
    branches/upstream/libaspect-perl/current/t/lib/Algorithm/Diff.pm   (with props)
    branches/upstream/libaspect-perl/current/t/lib/Algorithm/DiffOld.pm   (with props)
    branches/upstream/libaspect-perl/current/t/lib/Algorithm/cdiff.pl   (with props)
    branches/upstream/libaspect-perl/current/t/lib/Algorithm/diff.pl   (with props)
    branches/upstream/libaspect-perl/current/t/lib/Algorithm/diffnew.pl   (with props)
    branches/upstream/libaspect-perl/current/t/lib/Algorithm/htmldiff.pl   (with props)
    branches/upstream/libaspect-perl/current/t/lib/Aspect/
    branches/upstream/libaspect-perl/current/t/lib/Aspect/Library/
    branches/upstream/libaspect-perl/current/t/lib/Aspect/Library/tests/
    branches/upstream/libaspect-perl/current/t/lib/Aspect/Library/tests/Listenable.pm   (with props)
    branches/upstream/libaspect-perl/current/t/lib/Aspect/Library/tests/Singleton.pm   (with props)
    branches/upstream/libaspect-perl/current/t/lib/Aspect/Library/tests/Wormhole.pm   (with props)
    branches/upstream/libaspect-perl/current/t/lib/Aspect/Pointcut/
    branches/upstream/libaspect-perl/current/t/lib/Aspect/Pointcut/tests/
    branches/upstream/libaspect-perl/current/t/lib/Aspect/Pointcut/tests/Call.pm   (with props)
    branches/upstream/libaspect-perl/current/t/lib/Aspect/Pointcut/tests/Cflow.pm   (with props)
    branches/upstream/libaspect-perl/current/t/lib/Aspect/tests/
    branches/upstream/libaspect-perl/current/t/lib/Aspect/tests/Advice.pm   (with props)
    branches/upstream/libaspect-perl/current/t/lib/Aspect/tests/AdviceContext.pm   (with props)
    branches/upstream/libaspect-perl/current/t/lib/Aspect/tests/Weaver.pm   (with props)
    branches/upstream/libaspect-perl/current/t/lib/Sub/
    branches/upstream/libaspect-perl/current/t/lib/Sub/Uplevel.pm   (with props)
    branches/upstream/libaspect-perl/current/t/lib/Test/
    branches/upstream/libaspect-perl/current/t/lib/Test/Builder/
    branches/upstream/libaspect-perl/current/t/lib/Test/Builder/Tester/
    branches/upstream/libaspect-perl/current/t/lib/Test/Builder/Tester.pm   (with props)
    branches/upstream/libaspect-perl/current/t/lib/Test/Builder/Tester/Color.pm   (with props)
    branches/upstream/libaspect-perl/current/t/lib/Test/Class/
    branches/upstream/libaspect-perl/current/t/lib/Test/Class.pm   (with props)
    branches/upstream/libaspect-perl/current/t/lib/Test/Class.pod   (with props)
    branches/upstream/libaspect-perl/current/t/lib/Test/Class/MethodInfo.pm   (with props)
    branches/upstream/libaspect-perl/current/t/lib/Test/Differences.pm   (with props)
    branches/upstream/libaspect-perl/current/t/lib/Test/Exception.pm   (with props)
    branches/upstream/libaspect-perl/current/t/lib/Text/
    branches/upstream/libaspect-perl/current/t/lib/Text/Diff/
    branches/upstream/libaspect-perl/current/t/lib/Text/Diff.pm   (with props)
    branches/upstream/libaspect-perl/current/t/lib/Text/Diff/Table.pm   (with props)
    branches/upstream/libaspect-perl/current/t/lib/_Aspect/
    branches/upstream/libaspect-perl/current/t/lib/_Aspect/tests/
    branches/upstream/libaspect-perl/current/t/lib/_Aspect/tests/Advice/
    branches/upstream/libaspect-perl/current/t/lib/_Aspect/tests/Advice/Foo.pm   (with props)
    branches/upstream/libaspect-perl/current/t/perlcriticrc

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

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

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

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

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

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

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

Added: branches/upstream/libaspect-perl/current/TODO
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/TODO?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/examples/Memoize/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/examples/Memoize/README?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/examples/Memoize/aop.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/examples/Memoize/aop.pl?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/examples/Profiler/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/examples/Profiler/README?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/examples/Profiler/aop.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/examples/Profiler/aop.pl?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/examples/Singleton/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/examples/Singleton/README?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/examples/Singleton/aop.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/examples/Singleton/aop.pl?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/examples/Singleton/oop.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/examples/Singleton/oop.pl?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/examples/Wormhole/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/examples/Wormhole/README?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/examples/Wormhole/after_aop.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/examples/Wormhole/after_aop.pl?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/examples/Wormhole/after_oop.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/examples/Wormhole/after_oop.pl?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/examples/Wormhole/before.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/examples/Wormhole/before.pl?rev=39203&op=file

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

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

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

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

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

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

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

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

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

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

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

Added: branches/upstream/libaspect-perl/current/inc/Test/Compile.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/inc/Test/Compile.pm?rev=39203&op=file

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

Added: branches/upstream/libaspect-perl/current/lib/Aspect.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/lib/Aspect.pm?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/lib/Aspect/Advice.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/lib/Aspect/Advice.pm?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/lib/Aspect/AdviceContext.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/lib/Aspect/AdviceContext.pm?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/lib/Aspect/Hook/LexWrap.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/lib/Aspect/Hook/LexWrap.pm?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/lib/Aspect/Library/Listenable.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/lib/Aspect/Library/Listenable.pm?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/lib/Aspect/Library/Memoize.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/lib/Aspect/Library/Memoize.pm?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/lib/Aspect/Library/Profiler.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/lib/Aspect/Library/Profiler.pm?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/lib/Aspect/Library/Singleton.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/lib/Aspect/Library/Singleton.pm?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/lib/Aspect/Library/TestClass.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/lib/Aspect/Library/TestClass.pm?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/lib/Aspect/Library/Wormhole.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/lib/Aspect/Library/Wormhole.pm?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/lib/Aspect/Modular.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/lib/Aspect/Modular.pm?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/lib/Aspect/Pointcut.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/lib/Aspect/Pointcut.pm?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/lib/Aspect/Pointcut/AndOp.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/lib/Aspect/Pointcut/AndOp.pm?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/lib/Aspect/Pointcut/BinOp.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/lib/Aspect/Pointcut/BinOp.pm?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/lib/Aspect/Pointcut/Call.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/lib/Aspect/Pointcut/Call.pm?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/lib/Aspect/Pointcut/Cflow.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/lib/Aspect/Pointcut/Cflow.pm?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/lib/Aspect/Pointcut/NotOp.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/lib/Aspect/Pointcut/NotOp.pm?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/lib/Aspect/Pointcut/OrOp.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/lib/Aspect/Pointcut/OrOp.pm?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/lib/Aspect/Weaver.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/lib/Aspect/Weaver.pm?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/t/00_compile.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/t/00_compile.t?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/t/00_perl_critic.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/t/00_perl_critic.t?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/t/00_pod.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/t/00_pod.t?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/t/01_all.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/t/01_all.t?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/t/lib/Algorithm/Diff.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/t/lib/Algorithm/Diff.pm?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/t/lib/Algorithm/DiffOld.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/t/lib/Algorithm/DiffOld.pm?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/t/lib/Algorithm/cdiff.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/t/lib/Algorithm/cdiff.pl?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/t/lib/Algorithm/diff.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/t/lib/Algorithm/diff.pl?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/t/lib/Algorithm/diffnew.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/t/lib/Algorithm/diffnew.pl?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/t/lib/Algorithm/htmldiff.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/t/lib/Algorithm/htmldiff.pl?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/t/lib/Aspect/Library/tests/Listenable.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/t/lib/Aspect/Library/tests/Listenable.pm?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/t/lib/Aspect/Library/tests/Singleton.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/t/lib/Aspect/Library/tests/Singleton.pm?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/t/lib/Aspect/Library/tests/Wormhole.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/t/lib/Aspect/Library/tests/Wormhole.pm?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/t/lib/Aspect/Pointcut/tests/Call.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/t/lib/Aspect/Pointcut/tests/Call.pm?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/t/lib/Aspect/Pointcut/tests/Cflow.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/t/lib/Aspect/Pointcut/tests/Cflow.pm?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/t/lib/Aspect/tests/Advice.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/t/lib/Aspect/tests/Advice.pm?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/t/lib/Aspect/tests/AdviceContext.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/t/lib/Aspect/tests/AdviceContext.pm?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/t/lib/Aspect/tests/Weaver.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/t/lib/Aspect/tests/Weaver.pm?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/t/lib/Sub/Uplevel.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/t/lib/Sub/Uplevel.pm?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/t/lib/Test/Builder/Tester.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/t/lib/Test/Builder/Tester.pm?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/t/lib/Test/Builder/Tester/Color.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/t/lib/Test/Builder/Tester/Color.pm?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/t/lib/Test/Class.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/t/lib/Test/Class.pm?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/t/lib/Test/Class.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/t/lib/Test/Class.pod?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/t/lib/Test/Class/MethodInfo.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/t/lib/Test/Class/MethodInfo.pm?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/t/lib/Test/Differences.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/t/lib/Test/Differences.pm?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/t/lib/Test/Exception.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/t/lib/Test/Exception.pm?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/t/lib/Text/Diff.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/t/lib/Text/Diff.pm?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/t/lib/Text/Diff/Table.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/t/lib/Text/Diff/Table.pm?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/t/lib/_Aspect/tests/Advice/Foo.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/t/lib/_Aspect/tests/Advice/Foo.pm?rev=39203&op=file

Added: branches/upstream/libaspect-perl/current/t/perlcriticrc
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/t/perlcriticrc?rev=39203&op=file




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