r4166 - in /packages/libjavascript-perl/branches/upstream/current: ./ lib/ lib/JavaScript/ t/

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Mon Oct 23 13:39:49 UTC 2006


Author: eloy
Date: Mon Oct 23 13:39:47 2006
New Revision: 4166

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=4166
Log:
Load /tmp/tmp.dsQca27837/libjavascript-perl-1.00 into
packages/libjavascript-perl/branches/upstream/current.

Added:
    packages/libjavascript-perl/branches/upstream/current/._JavaScript.xs   (with props)
    packages/libjavascript-perl/branches/upstream/current/lib/
    packages/libjavascript-perl/branches/upstream/current/lib/JavaScript/
    packages/libjavascript-perl/branches/upstream/current/lib/JavaScript.pm   (with props)
    packages/libjavascript-perl/branches/upstream/current/lib/JavaScript/Boxed.pm
    packages/libjavascript-perl/branches/upstream/current/lib/JavaScript/Context.pm
    packages/libjavascript-perl/branches/upstream/current/lib/JavaScript/Error.pm
    packages/libjavascript-perl/branches/upstream/current/lib/JavaScript/Function.pm
    packages/libjavascript-perl/branches/upstream/current/lib/JavaScript/Runtime.pm
    packages/libjavascript-perl/branches/upstream/current/lib/JavaScript/Script.pm
    packages/libjavascript-perl/branches/upstream/current/t/00-init.t
    packages/libjavascript-perl/branches/upstream/current/t/01-types-from-js.t
    packages/libjavascript-perl/branches/upstream/current/t/02-types-from-perl.t
    packages/libjavascript-perl/branches/upstream/current/t/03-call.t
    packages/libjavascript-perl/branches/upstream/current/t/04-prototypes.t   (with props)
    packages/libjavascript-perl/branches/upstream/current/t/05-deep-assign.t
    packages/libjavascript-perl/branches/upstream/current/t/06-bind-object.t
    packages/libjavascript-perl/branches/upstream/current/t/07-eval-file.js
    packages/libjavascript-perl/branches/upstream/current/t/07-eval-file.t
    packages/libjavascript-perl/branches/upstream/current/t/08-can.t
    packages/libjavascript-perl/branches/upstream/current/t/09-script.t
    packages/libjavascript-perl/branches/upstream/current/t/10-round-trip.t   (with props)
    packages/libjavascript-perl/branches/upstream/current/t/11-recursive.t   (with props)
    packages/libjavascript-perl/branches/upstream/current/t/12-destroy.t
    packages/libjavascript-perl/branches/upstream/current/t/13-in-context.t
    packages/libjavascript-perl/branches/upstream/current/t/14-roundtrip-function.t
    packages/libjavascript-perl/branches/upstream/current/t/15-function.t
    packages/libjavascript-perl/branches/upstream/current/t/16-object.t
    packages/libjavascript-perl/branches/upstream/current/t/17-error-handler.t
    packages/libjavascript-perl/branches/upstream/current/t/18-interrupt-handler.t   (with props)
    packages/libjavascript-perl/branches/upstream/current/t/19-engine-version.t
    packages/libjavascript-perl/branches/upstream/current/t/20-bind-class.t
    packages/libjavascript-perl/branches/upstream/current/t/21-branch-handler.t
    packages/libjavascript-perl/branches/upstream/current/t/22-string-attributes.t
    packages/libjavascript-perl/branches/upstream/current/t/23-unicode.t
    packages/libjavascript-perl/branches/upstream/current/t/99-bottles-of-beer.t
    packages/libjavascript-perl/branches/upstream/current/t/pod-coverage.t
    packages/libjavascript-perl/branches/upstream/current/t/pod.t
Removed:
    packages/libjavascript-perl/branches/upstream/current/JavaScript.pm
    packages/libjavascript-perl/branches/upstream/current/JavaScript.pod
    packages/libjavascript-perl/branches/upstream/current/t/t00basic.t
    packages/libjavascript-perl/branches/upstream/current/t/t10class.t
    packages/libjavascript-perl/branches/upstream/current/t/t20call.t
    packages/libjavascript-perl/branches/upstream/current/t/t30script.t
    packages/libjavascript-perl/branches/upstream/current/t/t40error.t
    packages/libjavascript-perl/branches/upstream/current/t/t50object.t
    packages/libjavascript-perl/branches/upstream/current/t/t60can.t
    packages/libjavascript-perl/branches/upstream/current/t/t70file.js
    packages/libjavascript-perl/branches/upstream/current/t/t70file.t
    packages/libjavascript-perl/branches/upstream/current/t/t90error.t
Modified:
    packages/libjavascript-perl/branches/upstream/current/Changes
    packages/libjavascript-perl/branches/upstream/current/JavaScript.xs
    packages/libjavascript-perl/branches/upstream/current/MANIFEST
    packages/libjavascript-perl/branches/upstream/current/META.yml
    packages/libjavascript-perl/branches/upstream/current/Makefile.PL
    packages/libjavascript-perl/branches/upstream/current/typemap

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

Added: packages/libjavascript-perl/branches/upstream/current/._JavaScript.xs
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libjavascript-perl/branches/upstream/current/._JavaScript.xs?rev=4166&op=file

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

Modified: packages/libjavascript-perl/branches/upstream/current/JavaScript.xs
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libjavascript-perl/branches/upstream/current/JavaScript.xs?rev=4166&op=diff

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

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

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

Added: packages/libjavascript-perl/branches/upstream/current/lib/JavaScript.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libjavascript-perl/branches/upstream/current/lib/JavaScript.pm?rev=4166&op=file

Added: packages/libjavascript-perl/branches/upstream/current/lib/JavaScript/Boxed.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libjavascript-perl/branches/upstream/current/lib/JavaScript/Boxed.pm?rev=4166&op=file

Added: packages/libjavascript-perl/branches/upstream/current/lib/JavaScript/Context.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libjavascript-perl/branches/upstream/current/lib/JavaScript/Context.pm?rev=4166&op=file

Added: packages/libjavascript-perl/branches/upstream/current/lib/JavaScript/Error.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libjavascript-perl/branches/upstream/current/lib/JavaScript/Error.pm?rev=4166&op=file

Added: packages/libjavascript-perl/branches/upstream/current/lib/JavaScript/Function.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libjavascript-perl/branches/upstream/current/lib/JavaScript/Function.pm?rev=4166&op=file

Added: packages/libjavascript-perl/branches/upstream/current/lib/JavaScript/Runtime.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libjavascript-perl/branches/upstream/current/lib/JavaScript/Runtime.pm?rev=4166&op=file

Added: packages/libjavascript-perl/branches/upstream/current/lib/JavaScript/Script.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libjavascript-perl/branches/upstream/current/lib/JavaScript/Script.pm?rev=4166&op=file

Added: packages/libjavascript-perl/branches/upstream/current/t/00-init.t
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libjavascript-perl/branches/upstream/current/t/00-init.t?rev=4166&op=file

Added: packages/libjavascript-perl/branches/upstream/current/t/01-types-from-js.t
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libjavascript-perl/branches/upstream/current/t/01-types-from-js.t?rev=4166&op=file

Added: packages/libjavascript-perl/branches/upstream/current/t/02-types-from-perl.t
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libjavascript-perl/branches/upstream/current/t/02-types-from-perl.t?rev=4166&op=file

Added: packages/libjavascript-perl/branches/upstream/current/t/03-call.t
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libjavascript-perl/branches/upstream/current/t/03-call.t?rev=4166&op=file

Added: packages/libjavascript-perl/branches/upstream/current/t/04-prototypes.t
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libjavascript-perl/branches/upstream/current/t/04-prototypes.t?rev=4166&op=file

Added: packages/libjavascript-perl/branches/upstream/current/t/05-deep-assign.t
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libjavascript-perl/branches/upstream/current/t/05-deep-assign.t?rev=4166&op=file

Added: packages/libjavascript-perl/branches/upstream/current/t/06-bind-object.t
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libjavascript-perl/branches/upstream/current/t/06-bind-object.t?rev=4166&op=file

Added: packages/libjavascript-perl/branches/upstream/current/t/07-eval-file.js
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libjavascript-perl/branches/upstream/current/t/07-eval-file.js?rev=4166&op=file

Added: packages/libjavascript-perl/branches/upstream/current/t/07-eval-file.t
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libjavascript-perl/branches/upstream/current/t/07-eval-file.t?rev=4166&op=file

Added: packages/libjavascript-perl/branches/upstream/current/t/08-can.t
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libjavascript-perl/branches/upstream/current/t/08-can.t?rev=4166&op=file

Added: packages/libjavascript-perl/branches/upstream/current/t/09-script.t
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libjavascript-perl/branches/upstream/current/t/09-script.t?rev=4166&op=file

Added: packages/libjavascript-perl/branches/upstream/current/t/10-round-trip.t
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libjavascript-perl/branches/upstream/current/t/10-round-trip.t?rev=4166&op=file

Added: packages/libjavascript-perl/branches/upstream/current/t/11-recursive.t
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libjavascript-perl/branches/upstream/current/t/11-recursive.t?rev=4166&op=file

Added: packages/libjavascript-perl/branches/upstream/current/t/12-destroy.t
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libjavascript-perl/branches/upstream/current/t/12-destroy.t?rev=4166&op=file

Added: packages/libjavascript-perl/branches/upstream/current/t/13-in-context.t
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libjavascript-perl/branches/upstream/current/t/13-in-context.t?rev=4166&op=file

Added: packages/libjavascript-perl/branches/upstream/current/t/14-roundtrip-function.t
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libjavascript-perl/branches/upstream/current/t/14-roundtrip-function.t?rev=4166&op=file

Added: packages/libjavascript-perl/branches/upstream/current/t/15-function.t
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libjavascript-perl/branches/upstream/current/t/15-function.t?rev=4166&op=file

Added: packages/libjavascript-perl/branches/upstream/current/t/16-object.t
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libjavascript-perl/branches/upstream/current/t/16-object.t?rev=4166&op=file

Added: packages/libjavascript-perl/branches/upstream/current/t/17-error-handler.t
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libjavascript-perl/branches/upstream/current/t/17-error-handler.t?rev=4166&op=file

Added: packages/libjavascript-perl/branches/upstream/current/t/18-interrupt-handler.t
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libjavascript-perl/branches/upstream/current/t/18-interrupt-handler.t?rev=4166&op=file

Added: packages/libjavascript-perl/branches/upstream/current/t/19-engine-version.t
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libjavascript-perl/branches/upstream/current/t/19-engine-version.t?rev=4166&op=file

Added: packages/libjavascript-perl/branches/upstream/current/t/20-bind-class.t
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libjavascript-perl/branches/upstream/current/t/20-bind-class.t?rev=4166&op=file

Added: packages/libjavascript-perl/branches/upstream/current/t/21-branch-handler.t
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libjavascript-perl/branches/upstream/current/t/21-branch-handler.t?rev=4166&op=file

Added: packages/libjavascript-perl/branches/upstream/current/t/22-string-attributes.t
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libjavascript-perl/branches/upstream/current/t/22-string-attributes.t?rev=4166&op=file

Added: packages/libjavascript-perl/branches/upstream/current/t/23-unicode.t
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libjavascript-perl/branches/upstream/current/t/23-unicode.t?rev=4166&op=file

Added: packages/libjavascript-perl/branches/upstream/current/t/99-bottles-of-beer.t
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libjavascript-perl/branches/upstream/current/t/99-bottles-of-beer.t?rev=4166&op=file

Added: packages/libjavascript-perl/branches/upstream/current/t/pod-coverage.t
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libjavascript-perl/branches/upstream/current/t/pod-coverage.t?rev=4166&op=file

Added: packages/libjavascript-perl/branches/upstream/current/t/pod.t
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libjavascript-perl/branches/upstream/current/t/pod.t?rev=4166&op=file

Modified: packages/libjavascript-perl/branches/upstream/current/typemap
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libjavascript-perl/branches/upstream/current/typemap?rev=4166&op=diff




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