r40356 - in /branches/upstream/libaspect-perl/current: ./ examples/Profiler/ inc/Module/ inc/Module/Install/ inc/Test/ lib/ lib/Aspect/ lib/Aspect/Hook/ lib/Aspect/Library/ lib/Aspect/Pointcut/ t/ t/lib/Test/ t/lib/Test/Builder/ t/lib/Test/Class/ t/lib/Text/ t/lib/Text/Diff/ xt/ xt/author/

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Mon Jul 20 17:48:56 UTC 2009


Author: ryan52-guest
Date: Mon Jul 20 17:48:50 2009
New Revision: 40356

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

Added:
    branches/upstream/libaspect-perl/current/inc/Module/Install/DSL.pm
    branches/upstream/libaspect-perl/current/t/97_meta.t
    branches/upstream/libaspect-perl/current/t/98_pod.t
    branches/upstream/libaspect-perl/current/t/99_pmv.t
    branches/upstream/libaspect-perl/current/xt/
    branches/upstream/libaspect-perl/current/xt/author/
    branches/upstream/libaspect-perl/current/xt/author/00_compile.t
    branches/upstream/libaspect-perl/current/xt/author/01_perl_critic.t
    branches/upstream/libaspect-perl/current/xt/author/02_pod.t
    branches/upstream/libaspect-perl/current/xt/author/03_podspell.t
    branches/upstream/libaspect-perl/current/xt/author/04_pod_coverage.t
    branches/upstream/libaspect-perl/current/xt/author/05_kwalitee.t
    branches/upstream/libaspect-perl/current/xt/author/06_yaml_meta.t
    branches/upstream/libaspect-perl/current/xt/author/07_portability_files.t
    branches/upstream/libaspect-perl/current/xt/author/08_synopsis.t
    branches/upstream/libaspect-perl/current/xt/author/perlcriticrc
Removed:
    branches/upstream/libaspect-perl/current/TODO
    branches/upstream/libaspect-perl/current/examples/Profiler/
    branches/upstream/libaspect-perl/current/inc/Module/AutoInstall.pm
    branches/upstream/libaspect-perl/current/inc/Module/Install/AutoInstall.pm
    branches/upstream/libaspect-perl/current/inc/Module/Install/Include.pm
    branches/upstream/libaspect-perl/current/inc/Test/
    branches/upstream/libaspect-perl/current/lib/Aspect/Library/Profiler.pm
    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/perlcriticrc
Modified:
    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/inc/Module/Install.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/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/lib/Aspect.pm
    branches/upstream/libaspect-perl/current/lib/Aspect/Advice.pm
    branches/upstream/libaspect-perl/current/lib/Aspect/AdviceContext.pm
    branches/upstream/libaspect-perl/current/lib/Aspect/Hook/LexWrap.pm
    branches/upstream/libaspect-perl/current/lib/Aspect/Library/Listenable.pm
    branches/upstream/libaspect-perl/current/lib/Aspect/Library/Memoize.pm
    branches/upstream/libaspect-perl/current/lib/Aspect/Library/Singleton.pm
    branches/upstream/libaspect-perl/current/lib/Aspect/Library/TestClass.pm
    branches/upstream/libaspect-perl/current/lib/Aspect/Library/Wormhole.pm
    branches/upstream/libaspect-perl/current/lib/Aspect/Modular.pm
    branches/upstream/libaspect-perl/current/lib/Aspect/Pointcut.pm
    branches/upstream/libaspect-perl/current/lib/Aspect/Pointcut/AndOp.pm
    branches/upstream/libaspect-perl/current/lib/Aspect/Pointcut/BinOp.pm
    branches/upstream/libaspect-perl/current/lib/Aspect/Pointcut/Call.pm
    branches/upstream/libaspect-perl/current/lib/Aspect/Pointcut/Cflow.pm
    branches/upstream/libaspect-perl/current/lib/Aspect/Pointcut/NotOp.pm
    branches/upstream/libaspect-perl/current/lib/Aspect/Pointcut/OrOp.pm
    branches/upstream/libaspect-perl/current/lib/Aspect/Weaver.pm
    branches/upstream/libaspect-perl/current/t/lib/Test/Builder/Tester.pm
    branches/upstream/libaspect-perl/current/t/lib/Test/Class.pm
    branches/upstream/libaspect-perl/current/t/lib/Test/Class/MethodInfo.pm
    branches/upstream/libaspect-perl/current/t/lib/Test/Exception.pm
    branches/upstream/libaspect-perl/current/t/lib/Text/Diff.pm
    branches/upstream/libaspect-perl/current/t/lib/Text/Diff/Table.pm

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

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

Modified: branches/upstream/libaspect-perl/current/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/LICENSE?rev=40356&op=diff

Modified: branches/upstream/libaspect-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/MANIFEST?rev=40356&op=diff

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

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

Modified: 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=40356&op=diff

Modified: 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=40356&op=diff

Modified: 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=40356&op=diff

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

Modified: 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=40356&op=diff

Modified: 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=40356&op=diff

Modified: 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=40356&op=diff

Modified: 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=40356&op=diff

Modified: 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=40356&op=diff

Modified: 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=40356&op=diff

Modified: 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=40356&op=diff

Modified: 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=40356&op=diff

Modified: 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=40356&op=diff

Modified: 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=40356&op=diff

Modified: 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=40356&op=diff

Modified: 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=40356&op=diff

Modified: 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=40356&op=diff

Modified: 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=40356&op=diff

Modified: 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=40356&op=diff

Modified: 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=40356&op=diff

Modified: 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=40356&op=diff

Modified: 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=40356&op=diff

Modified: 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=40356&op=diff

Modified: 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=40356&op=diff

Modified: 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=40356&op=diff

Modified: 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=40356&op=diff

Modified: 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=40356&op=diff

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

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

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

Modified: 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=40356&op=diff

Modified: 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=40356&op=diff

Modified: 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=40356&op=diff

Modified: 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=40356&op=diff

Modified: 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=40356&op=diff

Modified: 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=40356&op=diff

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

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

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

Added: branches/upstream/libaspect-perl/current/xt/author/03_podspell.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/xt/author/03_podspell.t?rev=40356&op=file

Added: branches/upstream/libaspect-perl/current/xt/author/04_pod_coverage.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/xt/author/04_pod_coverage.t?rev=40356&op=file

Added: branches/upstream/libaspect-perl/current/xt/author/05_kwalitee.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/xt/author/05_kwalitee.t?rev=40356&op=file

Added: branches/upstream/libaspect-perl/current/xt/author/06_yaml_meta.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/xt/author/06_yaml_meta.t?rev=40356&op=file

Added: branches/upstream/libaspect-perl/current/xt/author/07_portability_files.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/xt/author/07_portability_files.t?rev=40356&op=file

Added: branches/upstream/libaspect-perl/current/xt/author/08_synopsis.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaspect-perl/current/xt/author/08_synopsis.t?rev=40356&op=file

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




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