r67803 - in /branches/upstream/libvariable-magic-perl/current: ./ lib/Variable/ samples/ t/ t/lib/Variable/Magic/

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Mon Jan 24 00:38:58 UTC 2011


Author: angelabad-guest
Date: Mon Jan 24 00:38:35 2011
New Revision: 67803

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67803
Log:
[svn-upgrade] new version libvariable-magic-perl (0.46)

Modified:
    branches/upstream/libvariable-magic-perl/current/Changes
    branches/upstream/libvariable-magic-perl/current/META.yml
    branches/upstream/libvariable-magic-perl/current/Magic.xs
    branches/upstream/libvariable-magic-perl/current/Makefile.PL
    branches/upstream/libvariable-magic-perl/current/README
    branches/upstream/libvariable-magic-perl/current/lib/Variable/Magic.pm
    branches/upstream/libvariable-magic-perl/current/samples/copy.pl
    branches/upstream/libvariable-magic-perl/current/samples/magic.pl
    branches/upstream/libvariable-magic-perl/current/samples/synopsis.pl
    branches/upstream/libvariable-magic-perl/current/samples/uvar.pl
    branches/upstream/libvariable-magic-perl/current/samples/vm_vs_tie.pl
    branches/upstream/libvariable-magic-perl/current/t/01-import.t
    branches/upstream/libvariable-magic-perl/current/t/10-simple.t
    branches/upstream/libvariable-magic-perl/current/t/11-multiple.t
    branches/upstream/libvariable-magic-perl/current/t/13-data.t
    branches/upstream/libvariable-magic-perl/current/t/14-callbacks.t
    branches/upstream/libvariable-magic-perl/current/t/15-self.t
    branches/upstream/libvariable-magic-perl/current/t/16-huf.t
    branches/upstream/libvariable-magic-perl/current/t/17-ctl.t
    branches/upstream/libvariable-magic-perl/current/t/18-opinfo.t
    branches/upstream/libvariable-magic-perl/current/t/20-get.t
    branches/upstream/libvariable-magic-perl/current/t/21-set.t
    branches/upstream/libvariable-magic-perl/current/t/22-len.t
    branches/upstream/libvariable-magic-perl/current/t/23-clear.t
    branches/upstream/libvariable-magic-perl/current/t/24-free.t
    branches/upstream/libvariable-magic-perl/current/t/25-copy.t
    branches/upstream/libvariable-magic-perl/current/t/27-local.t
    branches/upstream/libvariable-magic-perl/current/t/28-uvar.t
    branches/upstream/libvariable-magic-perl/current/t/30-scalar.t
    branches/upstream/libvariable-magic-perl/current/t/31-array.t
    branches/upstream/libvariable-magic-perl/current/t/32-hash.t
    branches/upstream/libvariable-magic-perl/current/t/33-code.t
    branches/upstream/libvariable-magic-perl/current/t/34-glob.t
    branches/upstream/libvariable-magic-perl/current/t/35-stash.t
    branches/upstream/libvariable-magic-perl/current/t/40-threads.t
    branches/upstream/libvariable-magic-perl/current/t/41-clone.t
    branches/upstream/libvariable-magic-perl/current/t/80-leaks.t
    branches/upstream/libvariable-magic-perl/current/t/lib/Variable/Magic/TestScopeEnd.pm
    branches/upstream/libvariable-magic-perl/current/t/lib/Variable/Magic/TestValue.pm
    branches/upstream/libvariable-magic-perl/current/t/lib/Variable/Magic/TestWatcher.pm

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

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

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

Modified: branches/upstream/libvariable-magic-perl/current/Magic.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libvariable-magic-perl/current/Magic.xs?rev=67803&op=diff

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

Modified: branches/upstream/libvariable-magic-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libvariable-magic-perl/current/README?rev=67803&op=diff

Modified: branches/upstream/libvariable-magic-perl/current/lib/Variable/Magic.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libvariable-magic-perl/current/lib/Variable/Magic.pm?rev=67803&op=diff

Modified: branches/upstream/libvariable-magic-perl/current/samples/copy.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libvariable-magic-perl/current/samples/copy.pl?rev=67803&op=diff

Modified: branches/upstream/libvariable-magic-perl/current/samples/magic.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libvariable-magic-perl/current/samples/magic.pl?rev=67803&op=diff

Modified: branches/upstream/libvariable-magic-perl/current/samples/synopsis.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libvariable-magic-perl/current/samples/synopsis.pl?rev=67803&op=diff

Modified: branches/upstream/libvariable-magic-perl/current/samples/uvar.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libvariable-magic-perl/current/samples/uvar.pl?rev=67803&op=diff

Modified: branches/upstream/libvariable-magic-perl/current/samples/vm_vs_tie.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libvariable-magic-perl/current/samples/vm_vs_tie.pl?rev=67803&op=diff

Modified: branches/upstream/libvariable-magic-perl/current/t/01-import.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libvariable-magic-perl/current/t/01-import.t?rev=67803&op=diff

Modified: branches/upstream/libvariable-magic-perl/current/t/10-simple.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libvariable-magic-perl/current/t/10-simple.t?rev=67803&op=diff

Modified: branches/upstream/libvariable-magic-perl/current/t/11-multiple.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libvariable-magic-perl/current/t/11-multiple.t?rev=67803&op=diff

Modified: branches/upstream/libvariable-magic-perl/current/t/13-data.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libvariable-magic-perl/current/t/13-data.t?rev=67803&op=diff

Modified: branches/upstream/libvariable-magic-perl/current/t/14-callbacks.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libvariable-magic-perl/current/t/14-callbacks.t?rev=67803&op=diff

Modified: branches/upstream/libvariable-magic-perl/current/t/15-self.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libvariable-magic-perl/current/t/15-self.t?rev=67803&op=diff

Modified: branches/upstream/libvariable-magic-perl/current/t/16-huf.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libvariable-magic-perl/current/t/16-huf.t?rev=67803&op=diff

Modified: branches/upstream/libvariable-magic-perl/current/t/17-ctl.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libvariable-magic-perl/current/t/17-ctl.t?rev=67803&op=diff

Modified: branches/upstream/libvariable-magic-perl/current/t/18-opinfo.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libvariable-magic-perl/current/t/18-opinfo.t?rev=67803&op=diff

Modified: branches/upstream/libvariable-magic-perl/current/t/20-get.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libvariable-magic-perl/current/t/20-get.t?rev=67803&op=diff

Modified: branches/upstream/libvariable-magic-perl/current/t/21-set.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libvariable-magic-perl/current/t/21-set.t?rev=67803&op=diff

Modified: branches/upstream/libvariable-magic-perl/current/t/22-len.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libvariable-magic-perl/current/t/22-len.t?rev=67803&op=diff

Modified: branches/upstream/libvariable-magic-perl/current/t/23-clear.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libvariable-magic-perl/current/t/23-clear.t?rev=67803&op=diff

Modified: branches/upstream/libvariable-magic-perl/current/t/24-free.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libvariable-magic-perl/current/t/24-free.t?rev=67803&op=diff

Modified: branches/upstream/libvariable-magic-perl/current/t/25-copy.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libvariable-magic-perl/current/t/25-copy.t?rev=67803&op=diff

Modified: branches/upstream/libvariable-magic-perl/current/t/27-local.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libvariable-magic-perl/current/t/27-local.t?rev=67803&op=diff

Modified: branches/upstream/libvariable-magic-perl/current/t/28-uvar.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libvariable-magic-perl/current/t/28-uvar.t?rev=67803&op=diff

Modified: branches/upstream/libvariable-magic-perl/current/t/30-scalar.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libvariable-magic-perl/current/t/30-scalar.t?rev=67803&op=diff

Modified: branches/upstream/libvariable-magic-perl/current/t/31-array.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libvariable-magic-perl/current/t/31-array.t?rev=67803&op=diff

Modified: branches/upstream/libvariable-magic-perl/current/t/32-hash.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libvariable-magic-perl/current/t/32-hash.t?rev=67803&op=diff

Modified: branches/upstream/libvariable-magic-perl/current/t/33-code.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libvariable-magic-perl/current/t/33-code.t?rev=67803&op=diff

Modified: branches/upstream/libvariable-magic-perl/current/t/34-glob.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libvariable-magic-perl/current/t/34-glob.t?rev=67803&op=diff

Modified: branches/upstream/libvariable-magic-perl/current/t/35-stash.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libvariable-magic-perl/current/t/35-stash.t?rev=67803&op=diff

Modified: branches/upstream/libvariable-magic-perl/current/t/40-threads.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libvariable-magic-perl/current/t/40-threads.t?rev=67803&op=diff

Modified: branches/upstream/libvariable-magic-perl/current/t/41-clone.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libvariable-magic-perl/current/t/41-clone.t?rev=67803&op=diff

Modified: branches/upstream/libvariable-magic-perl/current/t/80-leaks.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libvariable-magic-perl/current/t/80-leaks.t?rev=67803&op=diff

Modified: branches/upstream/libvariable-magic-perl/current/t/lib/Variable/Magic/TestScopeEnd.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libvariable-magic-perl/current/t/lib/Variable/Magic/TestScopeEnd.pm?rev=67803&op=diff

Modified: branches/upstream/libvariable-magic-perl/current/t/lib/Variable/Magic/TestValue.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libvariable-magic-perl/current/t/lib/Variable/Magic/TestValue.pm?rev=67803&op=diff

Modified: branches/upstream/libvariable-magic-perl/current/t/lib/Variable/Magic/TestWatcher.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libvariable-magic-perl/current/t/lib/Variable/Magic/TestWatcher.pm?rev=67803&op=diff




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